2 Commits

Author SHA1 Message Date
4d52221f4b Update src/app/page.tsx 2026-04-21 21:49:12 +00:00
e680c46cdb Merge version_1 into main
Merge version_1 into main
2026-04-21 21:46:50 +00:00

View File

@@ -40,9 +40,9 @@ export default function LandingPage() {
{ {
name: "Menu", id: "menu"}, name: "Menu", id: "menu"},
{ {
name: "Testimonials", id: "testimonials"}, name: "Visit Us", id: "contact"},
{ {
name: "Contact", id: "contact"}, name: "Testimonials", id: "testimonials"},
]} ]}
brandName="Paraiso Bar" brandName="Paraiso Bar"
/> />
@@ -141,8 +141,8 @@ export default function LandingPage() {
id: "6", brand: "Paraiso", name: "Board Games", price: "$5", rating: 4, 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"}, 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" title="Our Full Menu"
description="Explore our selection of handcrafted cocktails and drinks." description="Discover our curated selection of craft cocktails, premium spirits, and fun bar snacks."
/> />
</div> </div>
@@ -221,9 +221,9 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "sparkles-gradient"}} variant: "sparkles-gradient"}}
tag="Contact" tag="Visit Us"
title="Visit Us Today" title="Find Paraiso Bar"
description="1752 Bath Ave, Brooklyn, NY 11214. Call (718) 484-3988 to book a table." description="Located in the heart of Brooklyn at 1752 Bath Ave, Brooklyn, NY 11214. We look forward to hosting you!"
/> />
</div> </div>
@@ -234,6 +234,8 @@ export default function LandingPage() {
title: "Explore", items: [ title: "Explore", items: [
{ {
label: "Menu", href: "#menu"}, label: "Menu", href: "#menu"},
{
label: "Visit Us", href: "#contact"},
{ {
label: "Testimonials", href: "#testimonials"}, label: "Testimonials", href: "#testimonials"},
], ],