From c7c824b0b0a96a9bcbb5db88cfca28b9d050eeb0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 21:18:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d301b7f..35235a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { description="Tender ribs. Real smoke. Soul food classics. From rib tips falling off the bone to hot water cornbread and homemade banana pudding — Top Notch BBQ serves the flavor that keeps the neighborhood coming back." tag="Where Smoke Meets Soul" tagAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-barbequed-meat-glass-wine-near-fireplace_181624-58053.jpg" + imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-barbequed-meat-glass-wine-near-fireplace_181624-58053.jpg?_wi=1" imageAlt="Smoked BBQ ribs with golden exterior" textPosition="center" showBlur={true} @@ -69,19 +69,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Tender Ribs", description: "Flavorful and tender — exactly how ribs should be. Slow smoked to perfection with our signature rub.", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetables-wooden-board-top-view_140725-760.jpg", imageAlt: "Tender ribs" + title: "Tender Ribs", description: "Flavorful and tender — exactly how ribs should be. Slow smoked to perfection with our signature rub.", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetables-wooden-board-top-view_140725-760.jpg?_wi=1", imageAlt: "Tender ribs" }, { id: 2, - title: "Authentic Soul Food", description: "Hot water cornbread, greens, mac & cheese, and homemade desserts prepared with care and tradition.", imageSrc: "http://img.b2bpic.net/free-photo/crop-female-taking-chicken-from-plate_23-2148113676.jpg", imageAlt: "Soul food classics" + title: "Authentic Soul Food", description: "Hot water cornbread, greens, mac & cheese, and homemade desserts prepared with care and tradition.", imageSrc: "http://img.b2bpic.net/free-photo/crop-female-taking-chicken-from-plate_23-2148113676.jpg?_wi=1", imageAlt: "Soul food classics" }, { id: 3, - title: "Generous Portions", description: "Huge shrimp, loaded plates, and real BBQ value. We believe in giving you more for your money.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-pawns-white-plate-with-lemon-sauce_114579-2959.jpg", imageAlt: "Generous portions" + title: "Generous Portions", description: "Huge shrimp, loaded plates, and real BBQ value. We believe in giving you more for your money.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-pawns-white-plate-with-lemon-sauce_114579-2959.jpg?_wi=1", imageAlt: "Generous portions" }, { id: 4, - title: "Real Hospitality", description: "Friendly service and the kind of place where they throw in an extra sauce. Your satisfaction is everything.", imageSrc: "http://img.b2bpic.net/free-photo/brownie_1388-658.jpg", imageAlt: "Real hospitality" + title: "Real Hospitality", description: "Friendly service and the kind of place where they throw in an extra sauce. Your satisfaction is everything.", imageSrc: "http://img.b2bpic.net/free-photo/brownie_1388-658.jpg?_wi=1", imageAlt: "Real hospitality" }, ]} /> @@ -91,16 +91,16 @@ export default function LandingPage() {