diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 17a31c3..cf4d841 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -48,7 +48,7 @@ export default function AboutPage() { title="A Toronto Institution Since 1964" description="Square Boy is a family-owned diner in the heart of Greektown, serving affordable comfort food for decades. We're a neighborhood staple loved by locals who appreciate genuine diner charm, lightning-fast service, and prices that won't break the bank. From our famous burgers to authentic Greek specialties, every meal is prepared with care and served with a smile." tag="Our Story" - imageSrc="http://img.b2bpic.net/free-photo/vintage-vhs-packaging-assortment_23-2149854247.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vintage-vhs-packaging-assortment_23-2149854247.jpg?_wi=2" imageAlt="Square Boy retro diner interior" useInvertedBackground={false} buttons={[ @@ -77,7 +77,7 @@ export default function AboutPage() { name: "Fresh Ingredients", price: "Every Day", variant: "Quality Never Compromised", - imageSrc: "http://img.b2bpic.net/free-photo/yummy-hamburger-with-onion-fries_23-2148374910.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/yummy-hamburger-with-onion-fries_23-2148374910.jpg?_wi=7", imageAlt: "Fresh ingredients quality", }, { @@ -85,7 +85,7 @@ export default function AboutPage() { name: "Family Owned", price: "Since 1964", variant: "Three Generations Strong", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-kebab-meat-with-spice-herb-lavash-wooden-board_141793-3052.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-kebab-meat-with-spice-herb-lavash-wooden-board_141793-3052.jpg?_wi=4", imageAlt: "Family tradition", }, { @@ -93,7 +93,7 @@ export default function AboutPage() { name: "Affordable Prices", price: "Always Fair", variant: "Honest Value Guaranteed", - imageSrc: "http://img.b2bpic.net/free-photo/kebab-wrap-with-meat-vegetables-close-up_23-2148632639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kebab-wrap-with-meat-vegetables-close-up_23-2148632639.jpg?_wi=4", imageAlt: "Affordable dining", }, { @@ -101,7 +101,7 @@ export default function AboutPage() { name: "Lightning Fast", price: "Service", variant: "Respect Your Time", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-fries-studio_23-2151846490.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-fries-studio_23-2151846490.jpg?_wi=2", imageAlt: "Quick service", }, ]} @@ -124,7 +124,7 @@ export default function AboutPage() { name: "Sarah Johnson", role: "Local Regular", testimonial: "Best cheap burger in Toronto. I've been coming here for 15 years and the quality never drops. Classic diner vibes!", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg?_wi=2", imageAlt: "Sarah Johnson", }, { @@ -132,7 +132,7 @@ export default function AboutPage() { name: "Mike Chen", role: "Greektown Resident", testimonial: "The souvlaki is absolutely legendary. Fresh, grilled perfectly, and the service is lightning fast. A Greektown classic!", - imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg?_wi=2", imageAlt: "Mike Chen", }, { @@ -140,7 +140,7 @@ export default function AboutPage() { name: "Emily Rodriguez", role: "Student", testimonial: "Affordable, delicious, and full of nostalgic 1960s charm. This place is everything a real diner should be.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-thumb-up-blue-shirt-looking-pleased_176474-56758.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-thumb-up-blue-shirt-looking-pleased_176474-56758.jpg?_wi=2", imageAlt: "Emily Rodriguez", }, { @@ -148,7 +148,7 @@ export default function AboutPage() { name: "David Kim", role: "Downtown Worker", testimonial: "Quick lunch spot with personality. The burgers are generous, the fries are crispy, and they treat you like family.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-home_23-2150062545.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-home_23-2150062545.jpg?_wi=2", imageAlt: "David Kim", }, { @@ -156,7 +156,7 @@ export default function AboutPage() { name: "Lisa Murphy", role: "Food Blogger", testimonial: "Square Boy represents authentic Toronto diner culture. Honest food, honest prices, honest hospitality.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=2", imageAlt: "Lisa Murphy", }, { @@ -164,7 +164,7 @@ export default function AboutPage() { name: "James Thompson", role: "Long-Time Customer", testimonial: "This is where I bring my kids. Three generations of our family have eaten here. That's what Square Boy means to Toronto.", - imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-showing-double-thumbs-up-striped-t-shirt-white-cardigan-jean-pants-looking-happy-front-view_176474-41210.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-showing-double-thumbs-up-striped-t-shirt-white-cardigan-jean-pants-looking-happy-front-view_176474-41210.jpg?_wi=2", imageAlt: "James Thompson", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 42d6d22..5cc00d8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1427,6 +1427,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +