import React from 'react'; import Navbar from '@/components/landing/Navbar'; import HeroSection from '@/components/landing/HeroSection'; import FeaturesSection from '@/components/landing/FeaturesSection'; import HowItWorksSection from '@/components/landing/HowItWorksSection'; import PricingSection from '@/components/landing/PricingSection'; import OrderTracking from '@/components/landing/OrderTracking'; import TestimonialsSection from '@/components/landing/TestimonialsSection'; import ContactSection from '@/components/landing/ContactSection'; import FooterSection from '@/components/landing/FooterSection'; import LiveChat from '@/components/landing/LiveChat'; import FloatingOrderButton from '@/components/landing/FloatingOrderButton'; export default function Home() { return (