diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a63c46..5410c40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,10 @@ export default function LandingPage() { title="Ogden's Home for Reliable, Old-School Pizza" description="Tony's Pizza offers a cozy, no-frills experience with the best meatball sandwiches and classic pasta in town. Fast, friendly, and budget-friendly." tag="4.5 Stars / 1,600+ Reviews" - mediaItems={[]} + mediaItems={[ + { imageSrc: "https://images.unsplash.com/photo-1513104890138-7c749659a591", imageAlt: "Classic Pizza" }, + { imageSrc: "https://images.unsplash.com/photo-1604382354936-07c5d9983bd3", imageAlt: "House Pasta" } + ]} mediaAnimation="slide-up" rating={5} ratingText="Top-rated spot" @@ -75,9 +78,9 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "p1", brand: "Tony's", name: "Classic Pizza", price: "$12", rating: 5, reviewCount: "500+", imageSrc: "" }, - { id: "p2", brand: "Tony's", name: "House Pasta", price: "$15", rating: 4, reviewCount: "300+", imageSrc: "" }, - { id: "p3", brand: "Tony's", name: "Meatball Sub", price: "$10", rating: 5, reviewCount: "800+", imageSrc: "" } + { id: "p1", brand: "Tony's", name: "Classic Pizza", price: "$12", rating: 5, reviewCount: "500+", imageSrc: "https://images.unsplash.com/photo-1513104890138-7c749659a591" }, + { id: "p2", brand: "Tony's", name: "House Pasta", price: "$15", rating: 4, reviewCount: "300+", imageSrc: "https://images.unsplash.com/photo-1604382354936-07c5d9983bd3" }, + { id: "p3", brand: "Tony's", name: "Meatball Sub", price: "$10", rating: 5, reviewCount: "800+", imageSrc: "https://images.unsplash.com/photo-1574126154517-d1e0d89ef734" } ]} title="Our Classics" description="Made with care, served fast. From our ovens to your table." @@ -91,9 +94,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { title: "Hand-Crafted Ingredients", description: "Fresh dough and quality toppings every single day." }, - { title: "Lightning Fast Service", description: "We know you're hungry, and we're ready to serve." }, - { title: "Warm, Homey Vibe", description: "Relax in a space that feels just like family." } + { title: "Hand-Crafted Ingredients", description: "Fresh dough and quality toppings every single day.", imageSrc: "https://images.unsplash.com/photo-1513104890138-7c749659a591" }, + { title: "Lightning Fast Service", description: "We know you're hungry, and we're ready to serve.", imageSrc: "https://images.unsplash.com/photo-1574126154517-d1e0d89ef734" }, + { title: "Warm, Homey Vibe", description: "Relax in a space that feels just like family.", imageSrc: "https://images.unsplash.com/photo-1517248135467-4c7edcad34c4" } ]} title="What Makes Us Special" description="We keep things simple because you deserve great food without the fuss." @@ -115,8 +118,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Sarah J.", date: "Jan 2024", title: "The Best Meatball Sub", quote: "Always my go-to for a quick lunch.", tag: "Regular", avatarSrc: "" }, - { id: "t2", name: "Mike R.", date: "Dec 2023", title: "Reliable Spot", quote: "Fast service, great pizza. Love the vibe.", tag: "Local", avatarSrc: "" } + { id: "t1", name: "Sarah J.", date: "Jan 2024", title: "The Best Meatball Sub", quote: "Always my go-to for a quick lunch.", tag: "Regular", avatarSrc: "https://images.unsplash.com/photo-1534528741775-53994a69daeb" }, + { id: "t2", name: "Mike R.", date: "Dec 2023", title: "Reliable Spot", quote: "Fast service, great pizza. Love the vibe.", tag: "Local", avatarSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d" } ]} title="What Our Neighbors Say" description="Hear from the locals who keep us running."