Update src/app/page.tsx
This commit is contained in:
@@ -46,14 +46,14 @@ export default function LandingPage() {
|
||||
title="Artisanal Pizza, Baked with Heart"
|
||||
description="Discover the true taste of Italy right in your neighborhood. Hand-tossed, wood-fired, and delivered fresh to your door."
|
||||
testimonials={[
|
||||
{ name: "Marco Rossi", handle: "@marco", testimonial: "The best authentic crust I have had outside of Naples!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134263.jpg", imageAlt: "artisanal pizza restaurant interior" },
|
||||
{ name: "Elena Smith", handle: "@elena", testimonial: "The atmosphere is cozy and the pepperoni is delicious.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hands-preparing-bread_53876-13990.jpg", imageAlt: "artisanal pizza restaurant interior" },
|
||||
{ name: "Tom Chen", handle: "@tom", testimonial: "Super fast delivery and always arrives piping hot.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-pizza-dough-ingredients_23-2147772064.jpg", imageAlt: "artisanal pizza restaurant interior" },
|
||||
{ name: "Giulia V.", handle: "@giulia", testimonial: "Authentic flavors, perfect crust, truly a gem.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg", imageAlt: "artisanal pizza restaurant interior" },
|
||||
{ name: "David W.", handle: "@david", testimonial: "Never disappoints, consistently high quality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delivery-concept-portrait-handsome-african-american-pizza-delivery-man-phone-with-customer-isolated-grey-studio-background-copy-space_1258-102276.jpg", imageAlt: "artisanal pizza restaurant interior" }
|
||||
{ name: "Marco Rossi", handle: "@marco", testimonial: "The best authentic crust I have had outside of Naples!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134263.jpg?_wi=1", imageAlt: "artisanal pizza restaurant interior" },
|
||||
{ name: "Elena Smith", handle: "@elena", testimonial: "The atmosphere is cozy and the pepperoni is delicious.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hands-preparing-bread_53876-13990.jpg?_wi=1", imageAlt: "artisanal pizza restaurant interior" },
|
||||
{ name: "Tom Chen", handle: "@tom", testimonial: "Super fast delivery and always arrives piping hot.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-pizza-dough-ingredients_23-2147772064.jpg?_wi=1", imageAlt: "artisanal pizza restaurant interior" },
|
||||
{ name: "Giulia V.", handle: "@giulia", testimonial: "Authentic flavors, perfect crust, truly a gem.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg?_wi=1", imageAlt: "artisanal pizza restaurant interior" },
|
||||
{ name: "David W.", handle: "@david", testimonial: "Never disappoints, consistently high quality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delivery-concept-portrait-handsome-african-american-pizza-delivery-man-phone-with-customer-isolated-grey-studio-background-copy-space_1258-102276.jpg?_wi=1", imageAlt: "artisanal pizza restaurant interior" }
|
||||
]}
|
||||
buttons={[{ text: "View Menu", href: "#menu" }, { text: "Order Now", href: "#menu" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134263.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134263.jpg?_wi=2"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/horizontal-cropped-view-cheerful-black-woman-with-afro-hairstyle-eats-delicious-italian-pizza-from-boyfriends-hands_273609-18723.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/glamour-african-american-woman-eating-pizza-drink-lemonade-restaurant_627829-5425.jpg", alt: "Customer 2" },
|
||||
@@ -74,7 +74,7 @@ export default function LandingPage() {
|
||||
{ value: "24h", title: "Slow Fermentation" },
|
||||
{ value: "100%", title: "Fresh Ingredients" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hands-preparing-bread_53876-13990.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hands-preparing-bread_53876-13990.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -86,9 +86,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Farm-to-Table", description: "We source all our vegetables and meats from local farms daily.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pizza-dough-ingredients_23-2147772064.jpg" },
|
||||
{ title: "Authentic Methods", description: "Wood-fired ovens at 900 degrees for that perfect crispy crust.", imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg" },
|
||||
{ title: "Lightning Delivery", description: "Our fleet ensures your pizza arrives hot within 30 minutes.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-concept-portrait-handsome-african-american-pizza-delivery-man-phone-with-customer-isolated-grey-studio-background-copy-space_1258-102276.jpg" }
|
||||
{ title: "Farm-to-Table", description: "We source all our vegetables and meats from local farms daily.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pizza-dough-ingredients_23-2147772064.jpg?_wi=2" },
|
||||
{ title: "Authentic Methods", description: "Wood-fired ovens at 900 degrees for that perfect crispy crust.", imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg?_wi=2" },
|
||||
{ title: "Lightning Delivery", description: "Our fleet ensures your pizza arrives hot within 30 minutes.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-concept-portrait-handsome-african-american-pizza-delivery-man-phone-with-customer-isolated-grey-studio-background-copy-space_1258-102276.jpg?_wi=2" }
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
description="Experience excellence in pizza making."
|
||||
|
||||
Reference in New Issue
Block a user