diff --git a/src/app/page.tsx b/src/app/page.tsx index 86f0d4b..37d5912 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { { name: "Elena Rodriguez", handle: "@elena_foodie", testimonial: "Fast, friendly, and consistently delicious. My family's favorite spot.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-burger_23-2148705543.jpg" } ]} buttons={[{ text: "Explore Menu", href: "#menu" }, { text: "Get Directions", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-holding-sauce_23-2148773530.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-holding-sauce_23-2148773530.jpg?_wi=1" mediaAnimation="blur-reveal" avatars={[ { src: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-sauce_23-2148773530.jpg", alt: "Customer portrait 1" }, @@ -82,9 +82,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", brand: "Diner Classic", name: "Dagwood Burger", price: "$14.99", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/burgers-with-usa-flags-arrangement_23-2149897369.jpg" }, - { id: "p2", brand: "Signature", name: "Sizzling Fajitas", price: "$18.50", rating: 5, reviewCount: "840", imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246107.jpg" }, - { id: "p3", brand: "Diner Staple", name: "Signature Coffee", price: "$3.50", rating: 5, reviewCount: "2.5k", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-person-making-drip-coffee_53876-30608.jpg" }, + { id: "p1", brand: "Diner Classic", name: "Dagwood Burger", price: "$14.99", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/burgers-with-usa-flags-arrangement_23-2149897369.jpg?_wi=1" }, + { id: "p2", brand: "Signature", name: "Sizzling Fajitas", price: "$18.50", rating: 5, reviewCount: "840", imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246107.jpg?_wi=1" }, + { id: "p3", brand: "Diner Staple", name: "Signature Coffee", price: "$3.50", rating: 5, reviewCount: "2.5k", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-person-making-drip-coffee_53876-30608.jpg?_wi=1" }, { id: "p4", brand: "Breakfast", name: "Farmhouse Omelet", price: "$12.99", rating: 4, reviewCount: "620", imageSrc: "http://img.b2bpic.net/free-photo/sausage-sandwich-with-tomato-lettuce-wooden-plank_176474-2985.jpg" }, { id: "p5", brand: "Lunch", name: "Classic Melt", price: "$11.50", rating: 5, reviewCount: "410", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-red-peppers-wooden-fork_1122-973.jpg" }, { id: "p6", brand: "Dinner", name: "Chicken Pot Pie", price: "$16.00", rating: 5, reviewCount: "320", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee_1098-1142.jpg" } @@ -114,10 +114,10 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { id: "t1", name: "Sarah Miller", handle: "@sarah_eats", testimonial: "Truly the best American diner in the city.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg", imageAlt: "Luxury bar illuminated by modern lighting equipment generated by AI" }, - { id: "t2", name: "James Chen", handle: "@jchen_food", testimonial: "Consistent quality and amazing atmosphere every visit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-sauce_23-2148773530.jpg", imageAlt: "Luxury bar illuminated by modern lighting equipment generated by AI" }, - { id: "t3", name: "Mary O'Connor", handle: "@mary_dines", testimonial: "Warm, welcoming, and the food is always hot and fresh.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/burgers-with-usa-flags-arrangement_23-2149897369.jpg", imageAlt: "Luxury bar illuminated by modern lighting equipment generated by AI" }, - { id: "t4", name: "David Wilson", handle: "@david_wilson", testimonial: "Can't beat the service. Truly family friendly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246107.jpg", imageAlt: "Luxury bar illuminated by modern lighting equipment generated by AI" }, - { id: "t5", name: "Elena Rodriguez", handle: "@elena_foodie", testimonial: "Comfort food at its finest!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-person-making-drip-coffee_53876-30608.jpg", imageAlt: "Luxury bar illuminated by modern lighting equipment generated by AI" } + { id: "t2", name: "James Chen", handle: "@jchen_food", testimonial: "Consistent quality and amazing atmosphere every visit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-sauce_23-2148773530.jpg?_wi=2", imageAlt: "Luxury bar illuminated by modern lighting equipment generated by AI" }, + { id: "t3", name: "Mary O'Connor", handle: "@mary_dines", testimonial: "Warm, welcoming, and the food is always hot and fresh.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/burgers-with-usa-flags-arrangement_23-2149897369.jpg?_wi=2", imageAlt: "Luxury bar illuminated by modern lighting equipment generated by AI" }, + { id: "t4", name: "David Wilson", handle: "@david_wilson", testimonial: "Can't beat the service. Truly family friendly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246107.jpg?_wi=2", imageAlt: "Luxury bar illuminated by modern lighting equipment generated by AI" }, + { id: "t5", name: "Elena Rodriguez", handle: "@elena_foodie", testimonial: "Comfort food at its finest!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-person-making-drip-coffee_53876-30608.jpg?_wi=2", imageAlt: "Luxury bar illuminated by modern lighting equipment generated by AI" } ]} title="Loved by Neighbors" description="Don't just take our word for it—join the thousands of families who call us their local favorite."