From 9d62a00abd285d0bc371c704ae2d704fa9e2be42 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 23:40:25 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e3404b1..9b7dfd8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,6 +7,7 @@ import FaqBase from '@/components/sections/faq/FaqBase'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import LegalSection from '@/components/legal/LegalSection'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; export default function LandingPage() { @@ -73,7 +74,7 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { id: "f1", title: "How do I apply?", content: "Fill out our online form and we will review it within 48 hours." }, - { id: "f2", title: "What kinds of animals can I bring ", content: "Fees are non-refundable as they cover essential medical care." }, + { id: "f2", title: "Is the adoption fee refundable?", content: "Fees are non-refundable as they cover essential medical care." }, { id: "f3", title: "Can I return the pet?", content: "We have a lifelong return policy, we always take them back." }, ]} title="Common Questions" @@ -82,6 +83,20 @@ export default function LandingPage() { /> +
+ +
+