Update src/app/page.tsx

This commit is contained in:
2026-05-09 18:41:03 +00:00
parent 6414cb7683
commit 6d66cedd84

View File

@@ -82,7 +82,7 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{ id: "1", name: "Classic Fries", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-french-fries-with-seasonings-chicken-meal-brown-table_140725-104475.jpg" },
{ id: "2", name: "Big Mac", price: "$5.49", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesy-meat-burger-with-seasonings-dark-surface-bun-sandwich-fast-food_140725-82153.jpg" },
{ id: "2", name: "Big Mac", price: "$5.49", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesy-meat-burger-with-seasonings-dark-surface-bun-sandwich-fast-food_140725-82153.jpg?_wi=1" },
{ id: "3", name: "Chocolate Shake", price: "$3.49", imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4414.jpg" },
{ id: "4", name: "Chicken Nuggets", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-tasty-chicken-nuggets-black-plate-dark-surface-with-free-space_179666-42365.jpg" },
{ id: "5", name: "Strawberry Sundae", price: "$2.49", imageSrc: "http://img.b2bpic.net/free-photo/classic-shtrudel-dessert-with-ice-cream-white-plate_93675-135177.jpg" },
@@ -101,13 +101,13 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
tag: "Iconic", title: "Iconic Flavors", subtitle: "Taste the legacy", description: "Original recipes that defined fast food.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesy-meat-burger-with-seasonings-dark-surface-bun-sandwich-fast-food_140725-82153.jpg"
tag: "Iconic", title: "Iconic Flavors", subtitle: "Taste the legacy", description: "Original recipes that defined fast food.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesy-meat-burger-with-seasonings-dark-surface-bun-sandwich-fast-food_140725-82153.jpg?_wi=2"
},
{
tag: "Modern", title: "Modern Convenience", subtitle: "Always ready", description: "Seamless digital ordering at your fingertips.", imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762864.jpg"
},
{
tag: "Quality", title: "Quality First", subtitle: "Freshness guaranteed", description: "Sourcing ingredients with care and commitment.", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-farmer-with-apron-presenting-organic-farming-products_482257-77585.jpg"
tag: "Quality", title: "Quality First", subtitle: "Freshness guaranteed", description: "Sourcing ingredients with care and commitment.", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-farmer-with-apron-presenting-organic-farming-products_482257-77585.jpg?_wi=1"
}
]}
/>
@@ -118,7 +118,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{ id: "1", name: "Sarah J.", date: "Oct 2023", title: "The best fries!", quote: "I've been going to McDonald's my whole life.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-woman-sitting-with-coffee-using-smartphone-cafe-chatting_1258-199048.jpg", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-farmer-with-apron-presenting-organic-farming-products_482257-77585.jpg" },
{ id: "1", name: "Sarah J.", date: "Oct 2023", title: "The best fries!", quote: "I've been going to McDonald's my whole life.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-woman-sitting-with-coffee-using-smartphone-cafe-chatting_1258-199048.jpg", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-farmer-with-apron-presenting-organic-farming-products_482257-77585.jpg?_wi=2" },
{ id: "2", name: "Mark D.", date: "Nov 2023", title: "Quick service.", quote: "The mobile app is a game changer.", tag: "Frequent", avatarSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-coffee_329181-11917.jpg" },
{ id: "3", name: "Emily R.", date: "Dec 2023", title: "Great value.", quote: "Always fresh, hot, and consistent.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304408.jpg", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5750.jpg" }
]}