diff --git a/src/app/page.tsx b/src/app/page.tsx index ec599bb..096e720 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,116 +46,67 @@ export default function LandingPage() {
@@ -173,9 +116,7 @@ export default function LandingPage() { useInvertedBackground={false} title="A love letter to slow mornings and long lunches." description={[ - "Olivitta is where hand-sliced prosciutto meets single-origin espresso. Where a glass of natural wine at 4pm is not just acceptable — it's encouraged.", - "We source obsessively, prepare with care, and serve with warmth.", - ]} + "Olivitta is where hand-sliced prosciutto meets single-origin espresso. Where a glass of natural wine at 4pm is not just acceptable — it's encouraged.", "We source obsessively, prepare with care, and serve with warmth."]} /> @@ -187,19 +128,13 @@ export default function LandingPage() { features={[ { icon: ShoppingBag, - title: "The Deli", - description: "House-cured meats. Imported cheeses. Antipasti made fresh daily.", - }, + title: "The Deli", description: "House-cured meats. Imported cheeses. Antipasti made fresh daily."}, { icon: Coffee, - title: "The Café", - description: "Single-origin beans roasted locally. Pastries baked before dawn.", - }, + title: "The Café", description: "Single-origin beans roasted locally. Pastries baked before dawn."}, { icon: Wine, - title: "The Bar", - description: "Natural wines. Classic aperitivo. Craft cocktails with an Italian accent.", - }, + title: "The Bar", description: "Natural wines. Classic aperitivo. Craft cocktails with an Italian accent."}, ]} title="Our Offerings" description="From morning rituals to golden hour escapes." @@ -208,50 +143,26 @@ export default function LandingPage() {
@@ -292,8 +191,7 @@ export default function LandingPage() {