From d05042832013c27942662f43a2fc12de12b28515 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 13:36:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 159 +++++++++++------------------------------------ 1 file changed, 37 insertions(+), 122 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3de23f4..a863265 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,45 +46,28 @@ export default function LandingPage() {
@@ -102,9 +77,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Something Out of a Movie" description={[ - "GAT Bistro isn't just a place to eat; it's a chapter in our local history, where tradition meets modern culinary artistry.", - "Born from the love of the Adriatic, every plate tells a story of local fishermen, seasonal harvests, and the timeless magic of Pula’s old town.", - ]} + "GAT Bistro isn't just a place to eat; it's a chapter in our local history, where tradition meets modern culinary artistry.", "Born from the love of the Adriatic, every plate tells a story of local fishermen, seasonal harvests, and the timeless magic of Pula’s old town."]} /> @@ -116,19 +89,13 @@ export default function LandingPage() { features={[ { icon: MapPin, - title: "Heart of Pula", - description: "Located in the historic center, just steps from the Arena.", - }, + title: "Heart of Pula", description: "Located in the historic center, just steps from the Arena."}, { icon: Award, - title: "Adriatic Flavors", - description: "Sourced daily from the sea and earth of Istria.", - }, + title: "Adriatic Flavors", description: "Sourced daily from the sea and earth of Istria."}, { icon: Heart, - title: "Warm Hospitality", - description: "Where strangers become friends over a glass of local wine.", - }, + title: "Warm Hospitality", description: "Where strangers become friends over a glass of local wine."}, ]} title="Our Pillars of Excellence" description="The heartbeat of Bistro GAT." @@ -137,52 +104,23 @@ export default function LandingPage() {