From 49bd39a9b3d05b912aaa1d33b568dd3db308d23f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 09:20:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 276 +++++++++-------------------------------------- 1 file changed, 48 insertions(+), 228 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f2ca9f..6c76da2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -99,49 +70,25 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Sunset Lounging", - description: "The best views in Gaborone for watching the sun go down over the dam.", - icon: Sun, + title: "Sunset Lounging", description: "The best views in Gaborone for watching the sun go down over the dam.", icon: Sun, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/miami-bayside-landscape_23-2151636351.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/lake-house_649448-539.jpg?_wi=2", - imageAlt: "premium bar drinks interior", + { imageSrc: "http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/miami-bayside-landscape_23-2151636351.jpg" }, + ] }, { - title: "Serene Environment", - description: "Escape the madding crowd into a peaceful, lush, and quiet clubhouse atmosphere.", - icon: Leaf, + title: "Serene Environment", description: "Escape the madding crowd into a peaceful, lush, and quiet clubhouse atmosphere.", icon: Leaf, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/professional-bmx-rider-protective-helmet-getting-ready-jump-skatepark-indoors_613910-20931.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/full-length-stock-photo-extremely-trendy-luxurious-brunette-model-crop-top-silver-sparkling-jacket-black-trousers-high-heels-model-trendy-outfit-sitting-bar-stool-club-bar_132075-8989.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/modern-restaurant_1127-2154.jpg", - imageAlt: "premium bar drinks interior", + { imageSrc: "http://img.b2bpic.net/free-photo/professional-bmx-rider-protective-helmet-getting-ready-jump-skatepark-indoors_613910-20931.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/full-length-stock-photo-extremely-trendy-luxurious-brunette-model-crop-top-silver-sparkling-jacket-black-trousers-high-heels-model-trendy-outfit-sitting-bar-stool-club-bar_132075-8989.jpg" }, + ] }, { - title: "Exceptional Service", - description: "Our team ensures every guest feels at home with premium service and drinks.", - icon: Award, + title: "Exceptional Service", description: "Our team ensures every guest feels at home with premium service and drinks.", icon: Award, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/copenhagen-opera-house-by-water-copenhagen-denmark_181624-8926.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/man-woman-with-beer-bar_23-2147680747.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-elderly-man-taking-stroll_23-2150233339.jpg?_wi=1", - imageAlt: "premium bar drinks interior", + { imageSrc: "http://img.b2bpic.net/free-photo/copenhagen-opera-house-by-water-copenhagen-denmark_181624-8926.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-woman-with-beer-bar_23-2147680747.jpg" }, + ] }, ]} title="Unrivaled Ambiance" @@ -155,36 +102,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "1", - value: "4.2", - title: "Star Rating", - items: [ - "Based on 399 reviews", - "Consistently high praise", - "Top local choice", - ], - }, - { - id: "2", - value: "100%", - title: "Scenic Value", - items: [ - "Lakefront location", - "Sunset views included", - "Serene vibe guaranteed", - ], - }, - { - id: "3", - value: "Daily", - title: "Happy Hours", - items: [ - "Wednesdays & weekends", - "Drink specials offered", - "Best time to visit", - ], - }, + { id: "1", value: "4.2", title: "Star Rating", items: ["Based on 399 reviews", "Consistently high praise", "Top local choice"] }, + { id: "2", value: "100%", title: "Scenic Value", items: ["Lakefront location", "Sunset views included", "Serene vibe guaranteed"] }, + { id: "3", value: "Daily", title: "Happy Hours", items: ["Wednesdays & weekends", "Drink specials offered", "Best time to visit"] }, ]} title="Community Trusted" description="We are proud to serve our community, consistently rated for the best scenic dining." @@ -193,63 +113,20 @@ export default function LandingPage() {
@@ -371,4 +191,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1