Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d52221f4b | |||
| e680c46cdb |
@@ -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"},
|
||||||
],
|
],
|
||||||
@@ -253,4 +255,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user