Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-21 21:49:15 +00:00

View File

@@ -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."
/>
</div>
@@ -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!"
/>
</div>
@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}