diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d1c234..653e71a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function CravingsLandingPage() { { text: "Order Now", href: "#contact" }, ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/big-portion-beef-burger-with-french-fries-dip-sauce-cafe_114579-1891.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/big-portion-beef-burger-with-french-fries-dip-sauce-cafe_114579-1891.jpg" imageAlt="Premium beef burger close-up" frameStyle="card" mediaAnimation="slide-up" @@ -64,15 +64,15 @@ export default function CravingsLandingPage() { tagIcon={Flame} features={[ { - title: "Bannock Burger", description: "Fresh 8oz beef patty on our signature homemade bannock. A true local favorite.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-assortment_23-2148868225.jpg?_wi=1", imageAlt: "Bannock burger with fresh toppings"}, + title: "Bannock Burger", description: "Fresh 8oz beef patty on our signature homemade bannock. A true local favorite.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-assortment_23-2148868225.jpg", imageAlt: "Bannock burger with fresh toppings"}, { title: "The Gut Shot", description: "Double-stacked specialty burger loaded with bold flavors. Not for the faint of heart.", imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-bread-bun-cut-into-two-pieces_114579-3302.jpg", imageAlt: "The Gut Shot specialty burger"}, { - title: "Indian Taco", description: "Unique fusion creation blending traditional flavors with late-night cravings. A customer favorite.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-chicken-shawarma-flatbread-served-with-fries-sauces-yogurt-pickles_141793-2200.jpg?_wi=1", imageAlt: "Indian taco fusion dish"}, + title: "Indian Taco", description: "Unique fusion creation blending traditional flavors with late-night cravings. A customer favorite.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-chicken-shawarma-flatbread-served-with-fries-sauces-yogurt-pickles_141793-2200.jpg", imageAlt: "Indian taco fusion dish"}, { - title: "Wings", description: "Crispy, flavorful wings cooked to perfection. Served hot and ready to satisfy.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-chicken-wings-with-dipping-sauces-dark-background_84443-72419.jpg?_wi=1", imageAlt: "Golden chicken wings"}, + title: "Wings", description: "Crispy, flavorful wings cooked to perfection. Served hot and ready to satisfy.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-chicken-wings-with-dipping-sauces-dark-background_84443-72419.jpg", imageAlt: "Golden chicken wings"}, { - title: "Fish Burger", description: "Fresh, hand-breaded fish on a toasted bun. A lighter option that doesn't compromise on taste.", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-black-bread_1203-2383.jpg?_wi=1", imageAlt: "Fish burger sandwich"}, + title: "Fish Burger", description: "Fresh, hand-breaded fish on a toasted bun. A lighter option that doesn't compromise on taste.", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-black-bread_1203-2383.jpg", imageAlt: "Fish burger sandwich"}, ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" @@ -87,17 +87,17 @@ export default function CravingsLandingPage() { description="Browse our full selection of burgers, wings, sandwiches, and more. All prices $10–20 per person." products={[ { - id: "1", name: "Classic Beef Burger", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/big-portion-beef-burger-with-french-fries-dip-sauce-cafe_114579-1891.jpg?_wi=2", imageAlt: "Classic beef burger"}, + id: "1", name: "Classic Beef Burger", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/big-portion-beef-burger-with-french-fries-dip-sauce-cafe_114579-1891.jpg", imageAlt: "Classic beef burger"}, { - id: "2", name: "Bannock Burger", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-assortment_23-2148868225.jpg?_wi=2", imageAlt: "Bannock burger"}, + id: "2", name: "Bannock Burger", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-assortment_23-2148868225.jpg", imageAlt: "Bannock burger"}, { - id: "3", name: "Indian Taco", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-chicken-shawarma-flatbread-served-with-fries-sauces-yogurt-pickles_141793-2200.jpg?_wi=2", imageAlt: "Indian taco"}, + id: "3", name: "Indian Taco", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-chicken-shawarma-flatbread-served-with-fries-sauces-yogurt-pickles_141793-2200.jpg", imageAlt: "Indian taco"}, { - id: "4", name: "Wings (Half Pound)", price: "$11.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-chicken-wings-with-dipping-sauces-dark-background_84443-72419.jpg?_wi=2", imageAlt: "Wings"}, + id: "4", name: "Wings (Half Pound)", price: "$11.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-chicken-wings-with-dipping-sauces-dark-background_84443-72419.jpg", imageAlt: "Wings"}, { - id: "5", name: "Fish Burger", price: "$13.49", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-black-bread_1203-2383.jpg?_wi=2", imageAlt: "Fish burger"}, + id: "5", name: "Fish Burger", price: "$13.49", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-black-bread_1203-2383.jpg", imageAlt: "Fish burger"}, { - id: "6", name: "Crinkle-Cut Fries", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/big-portion-beef-burger-with-french-fries-dip-sauce-cafe_114579-1891.jpg?_wi=3", imageAlt: "Crinkle-cut fries"}, + id: "6", name: "Crinkle-Cut Fries", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/big-portion-beef-burger-with-french-fries-dip-sauce-cafe_114579-1891.jpg", imageAlt: "Crinkle-cut fries"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -113,22 +113,22 @@ export default function CravingsLandingPage() { testimonials={[ { id: "1", name: "Marcus Johnson", handle: "@marcus_eats", testimonial: "Best burgers in Air Ronge. The 8oz beef patty is absolutely fresh and cooked perfectly. Worth every penny.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=1", imageAlt: "Marcus Johnson"}, + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Marcus Johnson"}, { id: "2", name: "Sarah Chen", handle: "@sarahc_food", testimonial: "The bannock burger changed my life. Authentic, delicious, and the portions are huge. Late-night favorite.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=2", imageAlt: "Sarah Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Sarah Chen"}, { id: "3", name: "David Yellowknife", handle: "@davidyellow", testimonial: "Indian taco is absolutely awesome. Never had anything like it. Staff is super friendly too.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=3", imageAlt: "David Yellowknife"}, + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "David Yellowknife"}, { id: "4", name: "Jennifer Ross", handle: "@jen_food_lover", testimonial: "Late night snack is always good here. Large portions and great prices. Been coming for years.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=4", imageAlt: "Jennifer Ross"}, + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Jennifer Ross"}, { id: "5", name: "Tommy Beaulieu", handle: "@tommyb_sk", testimonial: "Wings are crispy and flavorful. Amazing service. This place is the real deal.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=5", imageAlt: "Tommy Beaulieu"}, + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Tommy Beaulieu"}, { id: "6", name: "Lisa Morin", handle: "@lisam_loves", testimonial: "Finally a quality restaurant that's open late. Food is always fresh and hot. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=6", imageAlt: "Lisa Morin"}, + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Lisa Morin"}, ]} showRating={true} carouselMode="buttons" @@ -156,7 +156,7 @@ export default function CravingsLandingPage() { id: "4", value: "Parking", title: "Free Parking", description: "Ample parking available. No hassle, just food.", icon: UtensilsCrossed, }, ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false}