diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ba0e8b..9671a00 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,9 +70,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", name: "Margherita", price: "₹199", imageSrc: "http://img.b2bpic.net/free-psd/top-view-delicious-pizza_23-2151868912.jpg" }, - { id: "p2", name: "Pepperoni", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-pizza_23-2149286886.jpg" }, - { id: "p3", name: "Veg Supreme", price: "₹249", imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-leafs-basil-latin-name-ocimum-basilicum_181624-40506.jpg" }, + { id: "p1", name: "Margherita", price: "₹199", imageSrc: "http://img.b2bpic.net/free-psd/top-view-delicious-pizza_23-2151868912.jpg?_wi=1" }, + { id: "p2", name: "Pepperoni", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-pizza_23-2149286886.jpg?_wi=1" }, + { id: "p3", name: "Veg Supreme", price: "₹249", imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-leafs-basil-latin-name-ocimum-basilicum_181624-40506.jpg?_wi=1" }, ]} title="Popular Picks" description="Our best-selling pizzas that everyone is raving about." @@ -86,9 +86,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} features={[ - { id: "m1", title: "Veg Pizzas", description: "Classic Margherita, Paneer Tikka, Garden Fresh.", imageSrc: "http://img.b2bpic.net/free-psd/top-view-delicious-pizza_23-2151868912.jpg" }, - { id: "m2", title: "Non-Veg Pizzas", description: "Double Pepperoni, Chicken Supreme, BBQ Feast.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-pizza_23-2149286886.jpg" }, - { id: "m3", title: "Drinks", description: "Fresh Lemonade, Coke, Chilled Iced Tea.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-leafs-basil-latin-name-ocimum-basilicum_181624-40506.jpg" }, + { id: "m1", title: "Veg Pizzas", description: "Classic Margherita, Paneer Tikka, Garden Fresh.", imageSrc: "http://img.b2bpic.net/free-psd/top-view-delicious-pizza_23-2151868912.jpg?_wi=2" }, + { id: "m2", title: "Non-Veg Pizzas", description: "Double Pepperoni, Chicken Supreme, BBQ Feast.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-pizza_23-2149286886.jpg?_wi=2" }, + { id: "m3", title: "Drinks", description: "Fresh Lemonade, Coke, Chilled Iced Tea.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-leafs-basil-latin-name-ocimum-basilicum_181624-40506.jpg?_wi=2" }, ]} title="Our Full Menu" description="Explore our wide variety of handcrafted pizzas, drinks, and desserts." @@ -111,10 +111,10 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { id: "t1", title: "Best pizza!", quote: "The crust is perfectly crispy and the ingredients are so fresh.", name: "Sarah Johnson", role: "Pizza Lover", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-delicious-pizza_23-2150901058.jpg" }, - { id: "t2", title: "Quick Delivery", quote: "Always hot and tasty. Jamie's is my go-to for movie nights!", name: "Michael Chen", role: "Frequent Diner", imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg" }, + { id: "t2", title: "Quick Delivery", quote: "Always hot and tasty. Jamie's is my go-to for movie nights!", name: "Michael Chen", role: "Frequent Diner", imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg?_wi=1" }, { id: "t3", title: "Great Taste", quote: "Their Pepperoni pizza is absolute heaven. Highly recommended.", name: "Emily Rodriguez", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-mobile-phone-waiting-area_107420-95801.jpg" }, { id: "t4", title: "Awesome!", quote: "Great service and even better pizza. Won't order from anywhere else.", name: "David Kim", role: "Happy Customer", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-cheerful-charismatic-courier-looking-directly-holding-open-box-pizza_176532-10188.jpg" }, - { id: "t5", title: "Family Favorite", quote: "The whole family loves it. Best thin crust in town.", name: "Linda Thompson", role: "Local Parent", imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg" }, + { id: "t5", title: "Family Favorite", quote: "The whole family loves it. Best thin crust in town.", name: "Linda Thompson", role: "Local Parent", imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg?_wi=2" }, ]} title="What Our Customers Say" description="See why locals love Jamie's Pizza."