From 168803dc9b0be7d0a261471b50329a273385c65a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 12:38:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 200 ++++++++++++----------------------------------- 1 file changed, 50 insertions(+), 150 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d6910cc..cc814fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,116 +44,67 @@ export default function LandingPage() {
@@ -171,14 +114,10 @@ export default function LandingPage() { useInvertedBackground={false} title="Small Batch, Big Heart" description={[ - "Born in a small kitchen, we believe that ice cream should be a simple pleasure crafted from pure, high-quality ingredients.", - "Every batch is churned slowly at our local shop to achieve the creamiest texture imaginable, ensuring you taste the difference in every single bite.", - ]} + "Born in a small kitchen, we believe that ice cream should be a simple pleasure crafted from pure, high-quality ingredients.", "Every batch is churned slowly at our local shop to achieve the creamiest texture imaginable, ensuring you taste the difference in every single bite."]} buttons={[ { - text: "Our Story", - href: "#", - }, + text: "Our Story", href: "#"}, ]} /> @@ -187,29 +126,15 @@ export default function LandingPage() { @@ -271,33 +183,21 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1