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." />
-
-
@@ -158,90 +117,42 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "Arthur J.", role: "CEO", testimonial: "The precision of my Aeterna is unmatched. It's a true masterpiece.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-blue-suit-posing-gray_158538-4491.jpg"}, - { - id: "2", name: "Elena M.", role: "Collector", testimonial: "The finishing on the dial is absolute perfection. I love this piece.", imageSrc: "http://img.b2bpic.net/free-photo/cup-portrait-job-technology-person_1157-4199.jpg"}, - { - id: "3", name: "Robert S.", role: "Investor", testimonial: "Inherited my grandfather's Aeterna, still runs flawlessly.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-model-dressed-warm-red-sweater-posing-studio_158538-11520.jpg"}, - { - id: "4", name: "Julian T.", role: "Athlete", testimonial: "Robust enough for my lifestyle, elegant enough for the gala.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241166.jpg"}, - { - id: "5", name: "Sophia L.", role: "Artist", testimonial: "Wearing art on my wrist. Thank you, Aeterna.", imageSrc: "http://img.b2bpic.net/free-photo/male-light-daily-man-smartwatch_1127-2614.jpg"}, + { id: "1", name: "Arthur J.", role: "CEO", testimonial: "Unmatched precision.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-blue-suit-posing-gray_158538-4491.jpg" }, ]} - title="Voice of the Collectors" - description="What our patrons say about Aeterna." + title="Collectors Corner" + description="Patron experiences." />
-