diff --git a/src/app/page.tsx b/src/app/page.tsx index 5410c40..69de941 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,8 +49,8 @@ export default function LandingPage() { 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={[ - { imageSrc: "https://images.unsplash.com/photo-1513104890138-7c749659a591", imageAlt: "Classic Pizza" }, - { imageSrc: "https://images.unsplash.com/photo-1604382354936-07c5d9983bd3", imageAlt: "House Pasta" } + { imageSrc: "https://images.unsplash.com/photo-1513104890138-7c749659a591?_wi=1", imageAlt: "Classic Pizza" }, + { imageSrc: "https://images.unsplash.com/photo-1604382354936-07c5d9983bd3?_wi=1", imageAlt: "House Pasta" } ]} mediaAnimation="slide-up" rating={5} @@ -78,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: "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" } + { id: "p1", brand: "Tony's", name: "Classic Pizza", price: "$12", rating: 5, reviewCount: "500+", imageSrc: "https://images.unsplash.com/photo-1513104890138-7c749659a591?_wi=2" }, + { id: "p2", brand: "Tony's", name: "House Pasta", price: "$15", rating: 4, reviewCount: "300+", imageSrc: "https://images.unsplash.com/photo-1604382354936-07c5d9983bd3?_wi=2" }, + { id: "p3", brand: "Tony's", name: "Meatball Sub", price: "$10", rating: 5, reviewCount: "800+", imageSrc: "https://images.unsplash.com/photo-1574126154517-d1e0d89ef734?_wi=1" } ]} title="Our Classics" description="Made with care, served fast. From our ovens to your table." @@ -94,8 +94,8 @@ 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.", 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: "Hand-Crafted Ingredients", description: "Fresh dough and quality toppings every single day.", imageSrc: "https://images.unsplash.com/photo-1513104890138-7c749659a591?_wi=3" }, + { title: "Lightning Fast Service", description: "We know you're hungry, and we're ready to serve.", imageSrc: "https://images.unsplash.com/photo-1574126154517-d1e0d89ef734?_wi=2" }, { 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"