diff --git a/src/app/page.tsx b/src/app/page.tsx index dbf6019..d301b7f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,8 +44,8 @@ export default function LandingPage() { title="Top Notch BBQ" 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="entrance-slide" - imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-barbequed-meat-glass-wine-near-fireplace_181624-58053.jpg?_wi=1" + tagAnimation="blur-reveal" + imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-barbequed-meat-glass-wine-near-fireplace_181624-58053.jpg" imageAlt="Smoked BBQ ribs with golden exterior" textPosition="center" showBlur={true} @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "Order Now", href: "#order" }, { text: "Visit Us Today", href: "#contact" }, ]} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" /> @@ -69,16 +69,20 @@ 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", imageAlt: "Real hospitality" + }, ]} /> @@ -87,13 +91,17 @@ export default function LandingPage() {