From 94a83fcc1811524d68e4920cfd895611c151ac3d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 05:44:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 143 +++++++++++++++-------------------------------- 1 file changed, 45 insertions(+), 98 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8869199..177e5df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,16 +28,11 @@ export default function LandingPage() { @@ -145,8 +104,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/men-warehouse-working-laptop_23-2148886875.jpg" imageAlt="Store interior" buttons={[ - { - text: "Our Mission", href: "#"}, + { text: "Our Mission", href: "#" } ]} /> @@ -156,12 +114,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "f1", title: "How long is shipping?", content: "Shipping usually takes 3-5 business days."}, - { - id: "f2", title: "Can I return items?", content: "Yes, we accept returns within 30 days of purchase."}, - { - id: "f3", title: "Do you ship internationally?", content: "We currently ship within the US only."}, + { id: "f1", title: "How long is shipping?", content: "Shipping usually takes 3-5 business days." }, + { id: "f2", title: "Can I return items?", content: "Yes, we accept returns within 30 days of purchase." }, + { id: "f3", title: "Do you ship internationally?", content: "We currently ship within the US only." } ]} imageSrc="http://img.b2bpic.net/free-photo/covid19-pandemic-lifestyle-concept-young-woman-posing-medical-face-mask-with-shopping-bags-from-mall-vaccinated-girl-going-store-personal-protective-equipment-beige-background_1258-301389.jpg" mediaAnimation="slide-up" @@ -169,8 +124,7 @@ export default function LandingPage() { description="Need help or have questions? Find answers to our most common queries here." faqsAnimation="slide-up" buttons={[ - { - text: "Contact Support", href: "#contact"}, + { text: "Contact Support", href: "#contact" } ]} /> @@ -178,8 +132,7 @@ export default function LandingPage() {
-- 2.49.1