import React, { useState } from 'react'; import { ShoppingCart, User, Book, Phone, Mail, Award, TrendingUp } from 'lucide-react'; const coursesData = [ { id: 1, title: 'IIT JEE Mathematics', description: 'Specialized coaching for IIT Mains and Advanced, covering all essential topics for success in competitive exams.', price: 500, }, { id: 2, title: 'Class 9-12 Mathematics', description: 'Comprehensive curriculum-based tuition for students in grades 9 through 12, focusing on building strong foundational skills.', price: 500, }, ]; const App = () => { const [activePage, setActivePage] = useState('home'); const [cart, setCart] = useState([]); const [showModal, setShowModal] = useState(false); const [showCart, setShowCart] = useState(false); const addToCart = (course) => { const existingCourse = cart.find(item => item.id === course.id); if (existingCourse) { setCart(cart.map(item => item.id === course.id ? { ...item, quantity: item.quantity + 1 } : item )); } else { setCart([...cart, { ...course, quantity: 1 }]); } setShowCart(true); }; const removeFromCart = (courseId) => { setCart(cart.filter(item => item.id !== courseId)); }; const totalAmount = cart.reduce((total, item) => total + item.price * item.quantity, 0); const handleCheckout = () => { setShowModal(true); }; const renderPage = () => { switch (activePage) { case 'home': return ; case 'courses': return ; case 'teacher': return ; case 'contact': return ; case 'cart': return ; default: return ; } }; return (
{renderPage()}
{showModal && setShowModal(false)} totalAmount={totalAmount} />}
); }; const Header = ({ setActivePage, cartCount, showCart, setShowCart }) => (
tutordeepakjain.com
{showCart && (
)}
); const Footer = () => ( ); const Home = ({ addToCart }) => (

Unlock Your Potential

Expert tuition for 9th to 12th grade students across India.

Why Choose Us?

Focused on Results

Our specialized approach for IIT JEE has a track record of success.

top of page
Search

Optimize Business Performance with Yoga Consultancy Services

  • ajayajain
  • Nov 6, 2024
  • 2 min read

In today's fast-paced business world, finding ways to optimize performance and achieve success is crucial for any company. One unique approach that is gaining popularity is integrating yoga teachings into business consultancy services. This innovative blend of traditional business management consultancy with the principles of yoga can help businesses achieve their goals in a more holistic and balanced way.

ree

Imagine a consultancy business like Smartbiz Solutions that offers not only strategic business advice but also incorporates yoga teachings to enhance the overall experience for their clients. This combination can provide a comprehensive approach to optimizing business performance by focusing not only on the traditional aspects of business management but also on the well-being and mindfulness of the individuals running the business. By incorporating yoga into the consultancy services, clients can benefit from improved focus, reduced stress, increased productivity, and enhanced decision-making abilities. Yoga practices such as breathing exercises, mindfulness techniques, and meditation can help individuals in leadership positions develop a clearer perspective, cultivate better relationships with their team, and improve their overall well-being. Smartbiz Solutions prides itself on offering a unique and personalized experience for their clients. With their one-year track record in providing consultancy services, they have already seen the positive impact that integrating yoga teachings can have on business performance. By offering scheduling capabilities for clients to book appointments through their website, they are making it easier for businesses to access this innovative approach to consultancy. In conclusion, the integration of yoga teachings into business consultancy services can provide a fresh perspective and a unique approach to optimizing business performance. Businesses looking to enhance their performance, improve their decision-making abilities, and create a more balanced work environment may benefit greatly from this innovative approach offered by consultancy businesses like Smartbiz Solutions.

 
 
 

Comments


123-456-7890

500 Terry Francine Street, 6th Floor, San Francisco, CA 94158

Subscribe to Our Newsletter

Contact Us

bottom of page