diff --git a/src/app/page.tsx b/src/app/page.tsx index c72e55e..186c0cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,6 +52,7 @@ export default function LandingPage() { title="Future of E-Commerce" description="Discover our collection of premium, innovative products designed to elevate your daily lifestyle." tag="New Arrivals 2025" + buttons={[{ text: "Shop Collection", href: "#products" }]} mediaItems={[ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8c9y7t", imageAlt: "e-commerce product display studio"}, @@ -176,10 +177,6 @@ export default function LandingPage() { ]} title="Frequently Asked Questions" description="Common inquiries regarding shipping, returns, and product support." - buttons={[ - { - text: "Get Help", href: "#contact"} - ]} faqsAnimation="slide-up" />