From 9d7f7f2ddf2ef2b64d87b5ef795c07ed9361c916 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:23:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 29 +++++++++-------------------- 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 09710ae..ab15028 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,8 +77,7 @@ export default function HomePage() { @@ -94,10 +93,8 @@ export default function HomePage() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZq3AkZrFXbL1VS6nk3OHopger/a-stunning-product-showcase-of-premium-l-1772810362262-8740bfe0.png" imageAlt="Premium laptop collection" buttons={[ - { - text: "Start Shopping", href: "/products"}, - { - text: "View Specs", href: "#products"}, + { text: "Start Shopping", href: "/products" }, + { text: "View Specs", href: "#products" }, ]} buttonAnimation="slide-up" avatars={[ @@ -154,8 +151,7 @@ export default function HomePage() { }, ]} buttons={[ - { - text: "View All Products", href: "/products"}, + { text: "View All Products", href: "/products" }, ]} /> @@ -165,7 +161,6 @@ export default function HomePage() { title="Easy Spec Comparison" description="Compare up to 5 laptops side-by-side to find the perfect match for your needs" tag="Smart Compare" - tagIcon={undefined} tagAnimation="slide-up" textboxLayout="default" animationType="slide-up" @@ -179,8 +174,7 @@ export default function HomePage() { id: "compare-3", title: "Price-to-Value Analysis", description: "See how each laptop ranks in value proposition to make informed purchasing decisions", tag: "Value", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZq3AkZrFXbL1VS6nk3OHopger/value-proposition-analysis-showing-price-1772810363859-6fc0da1f.png", imageAlt: "Price and value comparison"}, ]} buttons={[ - { - text: "Start Comparing", href: "/products"}, + { text: "Start Comparing", href: "/compare" }, ]} /> @@ -219,13 +213,12 @@ export default function HomePage() {
@@ -258,7 +251,6 @@ export default function HomePage() { animationType="slide-up" faqsAnimation="slide-up" useInvertedBackground={false} - animationType="smooth" faqs={[ { id: "1", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee on all laptops. If you're not satisfied for any reason, return it in original condition for a full refund."}, @@ -292,10 +284,7 @@ export default function HomePage() { ); -- 2.49.1