From 4d52221f4b3c5f403cca2f51650837690de372a9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 21:49:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 12e2457..87c0d23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,9 +40,9 @@ export default function LandingPage() { { name: "Menu", id: "menu"}, { - name: "Testimonials", id: "testimonials"}, + name: "Visit Us", id: "contact"}, { - name: "Contact", id: "contact"}, + name: "Testimonials", id: "testimonials"}, ]} brandName="Paraiso Bar" /> @@ -141,8 +141,8 @@ export default function LandingPage() { id: "6", brand: "Paraiso", name: "Board Games", price: "$5", rating: 4, reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-friends-looking-each-other-while-sipping-beer-playing-with-wood-blocks-diverse-people-sitting-together-home-living-room-while-talking-enjoying-fun-leisure-activity_482257-49808.jpg"}, ]} - title="Menu Highlights" - description="Explore our selection of handcrafted cocktails and drinks." + title="Our Full Menu" + description="Discover our curated selection of craft cocktails, premium spirits, and fun bar snacks." /> @@ -221,9 +221,9 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "sparkles-gradient"}} - tag="Contact" - title="Visit Us Today" - description="1752 Bath Ave, Brooklyn, NY 11214. Call (718) 484-3988 to book a table." + tag="Visit Us" + title="Find Paraiso Bar" + description="Located in the heart of Brooklyn at 1752 Bath Ave, Brooklyn, NY 11214. We look forward to hosting you!" /> @@ -234,6 +234,8 @@ export default function LandingPage() { title: "Explore", items: [ { label: "Menu", href: "#menu"}, + { + label: "Visit Us", href: "#contact"}, { label: "Testimonials", href: "#testimonials"}, ], @@ -253,4 +255,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1