diff --git a/src/app/page.tsx b/src/app/page.tsx index 1963e4d..271c224 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import BlogCardThree from '@/components/sections/blog/BlogCardThree'; +import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; @@ -32,122 +32,23 @@ export default function LandingPage() {
@@ -155,25 +56,16 @@ export default function LandingPage() { @@ -183,42 +75,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Strategic Consulting", - author: "Business Dept", - description: "Expert advice for your core business goals.", - tags: [ - "Strategy", - "Consulting", - ], - imageSrc: "http://img.b2bpic.net/free-photo/hand-touching-transparent-digital-screen_53876-95832.jpg", - }, - { - id: "f2", - title: "Data Analytics", - author: "Tech Team", - description: "Deep insights into your company performance.", - tags: [ - "Data", - "Analysis", - ], - imageSrc: "http://img.b2bpic.net/free-photo/graph-growth-success-improvement-development-business_53876-123895.jpg", - }, - { - id: "f3", - title: "Collaborative Support", - author: "Support Dept", - description: "Dedicated partner assistance throughout the project.", - tags: [ - "Support", - "Partner", - ], - imageSrc: "http://img.b2bpic.net/free-photo/business-people-have-meeting_53876-24966.jpg", - }, + { id: "f1", title: "Wellness Consulting", author: "Wellness Dept", description: "Holistic advice for family balance.", tags: ["Wellness", "Consulting"], imageSrc: "http://img.b2bpic.net/free-photo/mother-hugging-daughter-park_1150-2810.jpg" }, + { id: "f2", title: "Growth Tracking", author: "Health Team", description: "Insights into family milestones.", tags: ["Growth", "Tracking"], imageSrc: "http://img.b2bpic.net/free-photo/child-learning-outside_1150-5473.jpg" }, + { id: "f3", title: "Community Support", author: "Staff", description: "Dedicated support for every family.", tags: ["Support", "Community"], imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-group-park_1150-15632.jpg" }, ]} - title="Our Key Services" - description="Explore the range of professional services we offer to help your business thrive." + title="Our Core Services" + description="Explore the services we offer to help your family flourish." /> @@ -227,193 +89,70 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={true} - testimonials={[ - { - id: "1", - name: "Jane Smith", - role: "CEO", - testimonial: "Amazing work!", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg", - }, - { - id: "2", - name: "Robert Fox", - role: "CTO", - testimonial: "Truly game-changing.", - imageSrc: "http://img.b2bpic.net/free-photo/serene-businessman-with-glasses_1098-719.jpg", - }, - { - id: "3", - name: "Elena Ross", - role: "Director", - testimonial: "Exceeded all our expectations.", - imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-stylish-suit-office_23-2150167821.jpg", - }, - { - id: "4", - name: "Mark Wilson", - role: "Manager", - testimonial: "Very professional and fast.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", - }, - { - id: "5", - name: "Sarah Lee", - role: "Lead", - testimonial: "The best partner for our scale.", - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", - }, - ]} - title="What Our Clients Say" - description="Read authentic feedback from the business leaders we have successfully partnered with." + testimonials={[]} + title="Testimonials" + description="Hear from the families we support." />
-
-
-
); -} +} \ No newline at end of file