diff --git a/src/app/page.tsx b/src/app/page.tsx
index f4e83fe..207ed82 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
@@ -52,92 +40,31 @@ export default function LandingPage() {
@@ -147,21 +74,9 @@ export default function LandingPage() {
textboxLayout="split"
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: "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.",
- },
+ { id: "f1", title: "How do I apply?", content: "Fill out our online form and we will review it within 48 hours." },
+ { 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"
description="Information about our process."
@@ -175,36 +90,22 @@ export default function LandingPage() {
title="Our Impact"
tag="Annual Report"
metrics={[
- {
- id: "m1",
- value: "1200",
- description: "Successful Adoptions",
- },
- {
- id: "m2",
- value: "500",
- description: "Emergency Vets",
- },
- {
- id: "m3",
- value: "300",
- description: "Tons of Food",
- },
+ { id: "m1", value: "1200", description: "Successful Adoptions" },
+ { id: "m2", value: "500", description: "Emergency Vets" },
+ { id: "m3", value: "300", description: "Tons of Food" },
]}
metricsAnimation="slide-up"
/>