diff --git a/src/app/page.tsx b/src/app/page.tsx index bcc3606..4bc3c63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,15 +3,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import TextNumberCount from '@/components/text/TextNumberCount'; import { Award, Clock, ShieldCheck, Zap } from "lucide-react"; export default function LandingPage() { @@ -32,14 +33,10 @@ export default function LandingPage() {
@@ -75,11 +59,10 @@ export default function LandingPage() { useInvertedBackground={false} tag="Our Heritage" title="A Legacy of Precision" - description="For over six decades, Aeterna has pushed the boundaries of horology. Each timepiece is a marriage of ancient craft and future-forward engineering." - subdescription="Every gear is manually polished to perfection, ensuring that your watch is not just a tool, but an heirloom." + description="For over six decades, Aeterna has pushed the boundaries of horology." + subdescription="Every gear is manually polished to perfection, ensuring that your watch is an heirloom." icon={Clock} imageSrc="http://img.b2bpic.net/free-photo/mature-clockmaster-is-fixing-old-watch-customer-his-busy-repairing-workshop_613910-20851.jpg" - mediaAnimation="slide-up" /> @@ -89,66 +72,42 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - icon: ShieldCheck, - title: "Lifetime Warranty", description: "Our craftsmanship is guaranteed for a lifetime."}, - { - icon: Zap, - title: "Precision Movements", description: "COSC-certified movements in every single piece."}, - { - icon: Award, - title: "Mastery in Gold", description: "18k solid gold materials ethically sourced."}, + { icon: ShieldCheck, title: "Lifetime Warranty", description: "Craftsmanship guaranteed." }, + { icon: Zap, title: "Precision Movements", description: "COSC-certified." }, + { icon: Award, title: "Mastery in Gold", description: "18k ethically sourced." }, ]} title="Why Aeterna?" - description="Crafting excellence is our religion. Here is how we redefine perfection." + description="We redefine perfection." />