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