diff --git a/src/app/page.tsx b/src/app/page.tsx
index 73d03cb..f451e42 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,19 +45,14 @@ export default function LandingPage() {
@@ -76,12 +63,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
- "“Absolutely worth the hype.”",
- "“One of the best lattes I’ve ever had.”",
- "“Rich, smooth, perfectly balanced.”",
- "“We kept coming back every day.”",
- "“The line moves fast — and it’s worth it.”",
- ]}
+ "“Absolutely worth the hype.”", "“One of the best lattes I’ve ever had.”", "“Rich, smooth, perfectly balanced.”", "“We kept coming back every day.”", "“The line moves fast — and it’s worth it.”"]}
title="A Cult Following"
description="Don't take our word for it."
/>
@@ -94,26 +76,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "s1",
- title: "Salted Brown Butter Oat Latte",
- subtitle: "Our signature pour.",
- category: "Signature",
- value: "Iconic",
- },
+ id: "s1", title: "Salted Brown Butter Oat Latte", subtitle: "Our signature pour.", category: "Signature", value: "Iconic"},
{
- id: "s2",
- title: "Oak Latte",
- subtitle: "Deep earth tones.",
- category: "Classic",
- value: "Balanced",
- },
+ id: "s2", title: "Oak Latte", subtitle: "Deep earth tones.", category: "Classic", value: "Balanced"},
{
- id: "s3",
- title: "Strawberry Matcha",
- subtitle: "A vibrant ritual.",
- category: "Specialty",
- value: "Refreshing",
- },
+ id: "s3", title: "Strawberry Matcha", subtitle: "A vibrant ritual.", category: "Specialty", value: "Refreshing"},
]}
title="The Drink That Started the Line"
description="Rich. Nutty. Silky. Finished with a cloud of cream that melts into every sip."
@@ -126,39 +93,23 @@ export default function LandingPage() {
title="This Isn’t Coffee. It’s a Performance."
buttons={[
{
- text: "The Ritual",
- href: "#",
- },
+ text: "The Ritual", href: "#"},
]}
/>