Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-01 10:11:16 +00:00

View File

@@ -2,9 +2,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
@@ -180,21 +180,21 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
<ContactText
text="Ready to Hear the World? Schedule a diagnostic checkup at HearTalk today."
background={{ variant: "sparkles-gradient" }}
tag="Get In Touch"
title="Ready to Hear the World?"
description="Schedule a diagnostic checkup at HearTalk today."
buttons={[{ text: "Book Appointment", href: "#" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
<FooterBaseCard
logoText="HearTalk"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
columns={[
{ title: "Services", items: [{ label: "AI Diagnostics", href: "#features" }, { label: "Speech Therapy", href: "#features" }] },
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] }
]}
copyrightText="© 2025 HearTalk Clinic"
/>
</div>
</ReactLenis>