Update src/app/page.tsx

This commit is contained in:
2026-03-28 19:11:10 +00:00
parent 20d104e346
commit 42b4eeefe1

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
{ 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"
imageSrc="http://img.b2bpic.net/free-photo/traditional-latin-coconut-pastry-baking-sheet_181624-56501.jpg?_wi=1"
imageAlt="Crispy Filipino Fried Chicken"
/>
</div>
@@ -59,7 +59,7 @@ 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", 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?_wi=1", 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"},
{
@@ -77,7 +77,7 @@ export default function LandingPage() {
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"},
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: "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"},
{
@@ -85,7 +85,7 @@ export default function LandingPage() {
{
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"},
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"},
]}
title="What Our Diners Say"
description="Real experiences from our customers at La Rozzi Bistro."
@@ -99,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"
imageSrc="http://img.b2bpic.net/free-photo/fried-wings-with-fish-sauce-beautifully-decorated-served_1150-23401.jpg?_wi=2"
mediaAnimation="slide-up"
icon={Utensils}
/>
@@ -113,7 +113,7 @@ export default function LandingPage() {
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"
imageSrc="http://img.b2bpic.net/free-photo/traditional-latin-coconut-pastry-baking-sheet_181624-56501.jpg?_wi=2"
mediaAnimation="slide-up"
/>
</div>