From 85b35a2ae164c845eb20a8e39b40abd82399aaf4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:50:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 283 +++++++++++------------------------------------ 1 file changed, 66 insertions(+), 217 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c4c1a73..92f3f16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,27 +31,17 @@ export default function LandingPage() { @@ -59,107 +49,59 @@ export default function LandingPage() { @@ -172,34 +114,16 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - label: "Quality", - title: "Fresh Seafood", - items: [ - "Halibut", - "Clams", - "Coastal Classics", - ], + id: "f1", label: "Quality", title: "Fresh Seafood", items: [ + "Halibut", "Clams", "Coastal Classics"], }, { - id: "f2", - label: "Drinks", - title: "Craft Cocktails", - items: [ - "Signature Mixes", - "Local Brews", - "Premium Wines", - ], + id: "f2", label: "Drinks", title: "Craft Cocktails", items: [ + "Signature Mixes", "Local Brews", "Premium Wines"], }, { - id: "f3", - label: "Vibe", - title: "Scenic Patio", - items: [ - "Waterfront Views", - "Outdoor Dining", - "Relaxed Atmosphere", - ], + id: "f3", label: "Vibe", title: "Scenic Patio", items: [ + "Waterfront Views", "Outdoor Dining", "Relaxed Atmosphere"], }, ]} title="Exceptional Highlights" @@ -215,47 +139,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Halibut Fish & Chips", - price: "$24.95", - variant: "Signature", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg?_wi=3", - }, + id: "p1", name: "Halibut Fish & Chips", price: "$24.95", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg"}, { - id: "p2", - name: "Seafood Chowder", - price: "$12.50", - variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg?_wi=4", - }, + id: "p2", name: "Seafood Chowder", price: "$12.50", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg"}, { - id: "p3", - name: "Coconut Shrimp", - price: "$18.75", - variant: "Appetizer", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg?_wi=5", - }, + id: "p3", name: "Coconut Shrimp", price: "$18.75", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg"}, { - id: "p4", - name: "Prime Rib Dip", - price: "$22.00", - variant: "Main", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg?_wi=6", - }, + id: "p4", name: "Prime Rib Dip", price: "$22.00", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg"}, { - id: "p5", - name: "Oyster Platter", - price: "$28.00", - variant: "Fresh", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg?_wi=7", - }, + id: "p5", name: "Oyster Platter", price: "$28.00", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg"}, { - id: "p6", - name: "Seasonal Catch", - price: "$32.00", - variant: "Daily", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg?_wi=8", - }, + id: "p6", name: "Seasonal Catch", price: "$32.00", variant: "Daily", imageSrc: "http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg"}, ]} title="Featured Menu" description="Handcrafted culinary delights using fresh, local ingredients." @@ -269,68 +163,38 @@ export default function LandingPage() { description="The Kingston Ale House is a beloved local spot known for great food, friendly service, and a relaxed coastal vibe. We believe in elevating the classics." metrics={[ { - value: "10+", - title: "Years Serving", - }, + value: "10+", title: "Years Serving"}, { - value: "50+", - title: "Local Purveyors", - }, + value: "50+", title: "Local Purveyors"}, { - value: "100%", - title: "Customer Joy", - }, + value: "100%", title: "Customer Joy"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg?_wi=9" + imageSrc="http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg" mediaAnimation="slide-up" />
@@ -355,41 +218,27 @@ export default function LandingPage() {