From ff0e3d07e83149d3a81f4a3835ab248ca383c528 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 18:23:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 19314fd..9d076dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,7 +74,7 @@ export default function LandingPage() { href: "#order", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/sweet-cakes-food-isolated-white_627829-11827.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/sweet-cakes-food-isolated-white_627829-11827.jpg" imageAlt="Close-up of a perfectly crafted Honey Cake, revealing a smooth dulce de leche center" mediaAnimation="opacity" /> @@ -95,6 +95,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} + animationType="blur-reveal" products={[ { id: "single-cake", @@ -123,7 +124,7 @@ export default function LandingPage() { price: "$30.00/month", rating: 5, reviewCount: "92", - imageSrc: "http://img.b2bpic.net/free-photo/sweet-cakes-food-isolated-white_627829-11827.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/sweet-cakes-food-isolated-white_627829-11827.jpg", imageAlt: "Honey Cake subscription box with fresh cakes", }, ]} @@ -206,21 +207,18 @@ export default function LandingPage() { ]} kpiItems={[ { - id: "kpi1", value: "5-Star", title: "Rated Excellence", description: "Consistently praised by critics and customers alike.", icon: Star, }, { - id: "kpi2", value: "Handcrafted", title: "Small Batches", description: "Ensuring pristine quality and meticulous attention to detail.", icon: Package, }, { - id: "kpi3", value: "Finest", title: "Ingredients", description: "Only the purest cocoa and silkiest dulce de leche.", -- 2.49.1