Update src/app/page.tsx

This commit is contained in:
2026-03-04 18:42:23 +00:00
parent cf190c0943
commit aee72e748a

View File

@@ -77,18 +77,18 @@ export default function LandingPage() {
title: "Premium Ingredients", description: "Fresh mozzarella, San Marzano tomatoes, and locally-sourced vegetables every single day", icon: Leaf,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-with-copy-space_23-2148253277.jpg", imageAlt: "Fresh ingredients"},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-with-copy-space_23-2148253277.jpg?_wi=1", imageAlt: "Fresh ingredients"},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg", imageAlt: "Pizza oven"},
imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg?_wi=1", imageAlt: "Pizza oven"},
],
},
{
title: "Traditional Techniques", description: "Wood-fired oven at 900°F for authentic taste and perfect crust every time", icon: Flame,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg", imageAlt: "Traditional oven"},
imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg?_wi=2", imageAlt: "Traditional oven"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-with-copy-space_23-2148253277.jpg", imageAlt: "Fresh preparation"},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-with-copy-space_23-2148253277.jpg?_wi=2", imageAlt: "Fresh preparation"},
],
},
]}
@@ -130,11 +130,11 @@ export default function LandingPage() {
{
id: "1", name: "Maria Rodriguez", role: "Local", company: "Manhattan", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", imageAlt: "Maria Rodriguez"},
{
id: "2", name: "James Chen", role: "Regular", company: "Brooklyn", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg", imageAlt: "James Chen"},
id: "2", name: "James Chen", role: "Regular", company: "Brooklyn", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg?_wi=1", imageAlt: "James Chen"},
{
id: "3", name: "Sofia Montoya", role: "Food Critic", company: "NYC Food Blog", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-friendly-woman-holding-shopping-bags_1098-1574.jpg", imageAlt: "Sofia Montoya"},
{
id: "4", name: "David Park", role: "Frequent Guest", company: "Queens", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg", imageAlt: "David Park"},
id: "4", name: "David Park", role: "Frequent Guest", company: "Queens", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg?_wi=2", imageAlt: "David Park"},
]}
kpiItems={[
{ value: "15+", label: "Years Serving NYC" },