diff --git a/src/app/page.tsx b/src/app/page.tsx index ef346c2..f99507e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Call Now", href: "tel:(541)808-9702" }, { text: "View Menu", href: "#menu" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/delicious-cheeseburger-with-french-fries_23-2148290584.jpg" + imageSrc="http://img.b2bpic.net/free-photo/delicious-cheeseburger-with-french-fries_23-2148290584.jpg?_wi=1" imageAlt="The Blue Moon signature burger" showDimOverlay={true} buttonAnimation="slide-up" @@ -94,11 +94,11 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "burger", name: "The Blue Moon Classic Burger", price: "$16", variant: "Angus beef, aged cheddar, special sauce", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cheeseburger-with-french-fries_23-2148290584.jpg", imageAlt: "Classic Blue Moon burger"}, + id: "burger", name: "The Blue Moon Classic Burger", price: "$16", variant: "Angus beef, aged cheddar, special sauce", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cheeseburger-with-french-fries_23-2148290584.jpg?_wi=2", imageAlt: "Classic Blue Moon burger"}, { id: "bloody-mary", name: "Blue Moon Bloody Mary", price: "$14", variant: "House spice blend, premium vodka, fresh garnish", imageSrc: "http://img.b2bpic.net/free-photo/red-peppers-mini-bucket-stone-tile-black-background_176474-5646.jpg", imageAlt: "Signature Bloody Mary cocktail"}, { - id: "breakfast", name: "Sunrise Breakfast Plate", price: "$13", variant: "Eggs, bacon, toast, fresh potatoes", imageSrc: "http://img.b2bpic.net/free-photo/full-english-breakfast-with-fried-egg-bacon-sausages-beans_123827-37129.jpg", imageAlt: "Hearty breakfast plate"}, + id: "breakfast", name: "Sunrise Breakfast Plate", price: "$13", variant: "Eggs, bacon, toast, fresh potatoes", imageSrc: "http://img.b2bpic.net/free-photo/full-english-breakfast-with-fried-egg-bacon-sausages-beans_123827-37129.jpg?_wi=1", imageAlt: "Hearty breakfast plate"}, { id: "french-dip", name: "French Dip Sandwich", price: "$15", variant: "Tender roast beef, melted provolone, au jus", imageSrc: "http://img.b2bpic.net/free-photo/tasty-sandwiches-with-tomatoes-bacon_23-2148633432.jpg", imageAlt: "French dip sandwich"}, { @@ -125,13 +125,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Friendly Local Staff", description: "Our team treats every guest like family—regulars and first-timers alike get the Blue Moon welcome", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-drinking-soda_23-2150347957.jpg"}, + title: "Friendly Local Staff", description: "Our team treats every guest like family—regulars and first-timers alike get the Blue Moon welcome", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-drinking-soda_23-2150347957.jpg?_wi=1"}, { id: 2, title: "Community Favorite", description: "A true local hangout where generations of Coos Bay residents have made memories", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-african-american-woman-black-cap-chilling-cozy-cafe_627829-5870.jpg"}, { id: 3, - title: "Great Breakfast", description: "Start your day with hearty, homestyle breakfast that fuels your adventure", imageSrc: "http://img.b2bpic.net/free-photo/full-english-breakfast-with-fried-egg-bacon-sausages-beans_123827-37129.jpg"}, + title: "Great Breakfast", description: "Start your day with hearty, homestyle breakfast that fuels your adventure", imageSrc: "http://img.b2bpic.net/free-photo/full-english-breakfast-with-fried-egg-bacon-sausages-beans_123827-37129.jpg?_wi=2"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -147,7 +147,7 @@ export default function LandingPage() { { value: "Open Daily", title: "Until Midnight" }, { value: "$20-30", title: "Per Person Average" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-drinking-soda_23-2150347957.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-drinking-soda_23-2150347957.jpg?_wi=2" imageAlt="The Blue Moon saloon atmosphere" useInvertedBackground={true} mediaAnimation="slide-up"