import HeroSection from "@/components/HeroSection";import AboutSection from "@/components/AboutSection";import EmotionsSection from "@/components/EmotionsSection";import TestimonialSection from "@/components/TestimonialSection";import CTASection from "@/components/CTASection";const Index = () => { return (
);};export default Index;