Merge version_1 into main #2
107
src/app/page.tsx
107
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Order Online",
|
||||
id: "order",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="La Rozzi Bistro"
|
||||
/>
|
||||
@@ -55,16 +43,10 @@ export default function LandingPage() {
|
||||
logoText="La Rozzi Bistro"
|
||||
description="Bedford’s Crispiest Filipino Fried Chicken. Golden, juicy fried chicken and comfort classics served fresh daily."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Order Online", href: "#" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/traditional-latin-coconut-pastry-baking-sheet_181624-56501.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/traditional-latin-coconut-pastry-baking-sheet_181624-56501.jpg"
|
||||
imageAlt="Crispy Filipino Fried Chicken"
|
||||
/>
|
||||
</div>
|
||||
@@ -77,26 +59,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Chicken McJoy",
|
||||
price: "$12.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-wings-with-fish-sauce-beautifully-decorated-served_1150-23401.jpg?_wi=1",
|
||||
imageAlt: "Chicken McJoy",
|
||||
},
|
||||
id: "1", name: "Chicken McJoy", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/fried-wings-with-fish-sauce-beautifully-decorated-served_1150-23401.jpg", imageAlt: "Chicken McJoy"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pancit Bihon",
|
||||
price: "$14.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-japannese-sausage-with-tobiko_1339-7882.jpg",
|
||||
imageAlt: "Pancit Bihon",
|
||||
},
|
||||
id: "2", name: "Pancit Bihon", price: "$14.50", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-japannese-sausage-with-tobiko_1339-7882.jpg", imageAlt: "Pancit Bihon"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Cheesy Fries",
|
||||
price: "$6.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-glass-red-wine_501050-867.jpg",
|
||||
imageAlt: "Cheesy Fries",
|
||||
},
|
||||
id: "3", name: "Cheesy Fries", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-glass-red-wine_501050-867.jpg", imageAlt: "Cheesy Fries"},
|
||||
]}
|
||||
title="Customer Favorites"
|
||||
description="Our fried chicken is known for its crispy golden crust and juicy meat inside."
|
||||
@@ -105,44 +72,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Foodie",
|
||||
testimonial: "The fried chicken is big, crunchy and beautifully golden.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-o-pretty-blonde-woman-drinking-tasty-cappuccino-restaurant-enjoy-her-breakfast-elegant-outfit-natural-make-up_291049-2723.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Foodie", testimonial: "The fried chicken is big, crunchy and beautifully golden.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-o-pretty-blonde-woman-drinking-tasty-cappuccino-restaurant-enjoy-her-breakfast-elegant-outfit-natural-make-up_291049-2723.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark C.",
|
||||
role: "Regular",
|
||||
testimonial: "Crispy outside, juicy inside. The gravy is finger-licking good.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5512.jpg",
|
||||
},
|
||||
id: "2", name: "Mark C.", role: "Regular", testimonial: "Crispy outside, juicy inside. The gravy is finger-licking good.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5512.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily D.",
|
||||
role: "Diner",
|
||||
testimonial: "Friendly staff, welcoming atmosphere, and amazing comfort food.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-taking-selfie-with-cell-phone-while-eating-restaurant_637285-9043.jpg",
|
||||
},
|
||||
id: "3", name: "Emily D.", role: "Diner", testimonial: "Friendly staff, welcoming atmosphere, and amazing comfort food.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-taking-selfie-with-cell-phone-while-eating-restaurant_637285-9043.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Local",
|
||||
testimonial: "Best Filipino spot in Bedford, highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", role: "Local", testimonial: "Best Filipino spot in Bedford, highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Maria L.",
|
||||
role: "Frequent Visitor",
|
||||
testimonial: "Authentic taste, reminds me of home. A must visit for everyone.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-o-pretty-blonde-woman-drinking-tasty-cappuccino-restaurant-enjoy-her-breakfast-elegant-outfit-natural-make-up_291049-2723.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Maria L.", role: "Frequent Visitor", testimonial: "Authentic taste, reminds me of home. A must visit for everyone.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-o-pretty-blonde-woman-drinking-tasty-cappuccino-restaurant-enjoy-her-breakfast-elegant-outfit-natural-make-up_291049-2723.jpg"},
|
||||
]}
|
||||
title="What Our Diners Say"
|
||||
description="Real experiences from our customers at La Rozzi Bistro."
|
||||
@@ -156,7 +99,7 @@ export default function LandingPage() {
|
||||
title="La Rozzi Bistro"
|
||||
description="La Rozzi Bistro was created to bring Filipino comfort food to Bedford with a focus on bold flavors, crispy fried chicken, and warm hospitality."
|
||||
subdescription="Our goal is simple: Serve food that makes people smile when they arrive and smile when they leave."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fried-wings-with-fish-sauce-beautifully-decorated-served_1150-23401.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fried-wings-with-fish-sauce-beautifully-decorated-served_1150-23401.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
icon={Utensils}
|
||||
/>
|
||||
@@ -165,14 +108,12 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Located in Bedford"
|
||||
description="72 Gary Martin Dr, Bedford, NS. Open Daily 11:00 AM – 9:00 PM. Call us at (902) 222-1494"
|
||||
buttonText="Call Now"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/traditional-latin-coconut-pastry-baking-sheet_181624-56501.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/traditional-latin-coconut-pastry-baking-sheet_181624-56501.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -180,14 +121,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="La Rozzi Bistro"
|
||||
leftLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Terms of Service", href: "#" }}
|
||||
rightLink={{ text: "Privacy Policy", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user