From fecc0438eb51bcf4eeba3962a79fbfcfa5d2f566 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 00:02:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ea39a27..7e31174 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -144,17 +144,15 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "The Lounge", price: "Atmospheric", imageSrc: "http://img.b2bpic.net/free-photo/rich-christal-chandelier-hangs-dinner-table-with-red-roses-greenery_8353-7354.jpg?_wi=3"}, + id: "1", name: "Gallery Item 1", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C63jMH0XKOkng1wswrZeuIWGEb/uploaded-1775692951887-7fzmyxh6.jpg"}, { - id: "2", name: "Event Space", price: "Flexible", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg?_wi=3"}, + id: "2", name: "Gallery Item 2", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C63jMH0XKOkng1wswrZeuIWGEb/uploaded-1775692951887-6ssf4nc5.jpg"}, { - id: "3", name: "Bar Detail", price: "Crafted", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-decoration-inside-building-with-escalators-brussels-belgium_181624-43247.jpg?_wi=3"}, + id: "3", name: "Gallery Item 3", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C63jMH0XKOkng1wswrZeuIWGEb/uploaded-1775692951888-kpqaz2wh.jpg"}, { - id: "4", name: "Evening Vibe", price: "Memorable", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-lighting-lamp-design_23-2151037504.jpg?_wi=2"}, + id: "4", name: "Gallery Item 4", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C63jMH0XKOkng1wswrZeuIWGEb/uploaded-1775692951888-eph5pk6f.jpg"}, { - id: "5", name: "Terrace", price: "Versatile", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-wedding-celebration-sunset-copy-space_637285-5719.jpg?_wi=2"}, - { - id: "6", name: "Interior Finish", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg?_wi=2"}, + id: "5", name: "Gallery Item 5", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C63jMH0XKOkng1wswrZeuIWGEb/uploaded-1775692951888-9ymoyqqa.jpg"}, ]} title="Gallery" description="Visualizing your next moment at G2." @@ -168,7 +166,7 @@ export default function LandingPage() { variant: "sparkles-gradient"}} tag="Inquire" title="Ready to Create Your Next Experience?" - description="Contact us today for availability and custom planning." + description="Contact us today at +385 91 6444 007 for availability and custom planning." buttons={[ { text: "Book Now", href: "#"}, @@ -216,4 +214,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1