Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 21:17:29 +00:00

View File

@@ -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"
/>
</div>
@@ -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"
},
]}
/>
</div>
@@ -87,13 +91,17 @@ export default function LandingPage() {
<ProductCardFour
products={[
{
id: "1", name: "Rib Tip Dinner", price: "Market Price", variant: "Slow Smoked Signature Rub", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetables-wooden-board-top-view_140725-760.jpg?_wi=2", imageAlt: "Slow smoked rib tips with signature rub"},
id: "1", name: "Rib Tip Dinner", price: "Market Price", variant: "Slow Smoked Signature Rub", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetables-wooden-board-top-view_140725-760.jpg", imageAlt: "Slow smoked rib tips with signature rub"
},
{
id: "2", name: "BBQ Shrimp Plate", price: "Market Price", variant: "Fresh with Cajun Fries", imageSrc: "http://img.b2bpic.net/free-photo/grilled-pawns-white-plate-with-lemon-sauce_114579-2959.jpg?_wi=2", imageAlt: "Fresh juicy BBQ shrimp with Cajun fries"},
id: "2", name: "BBQ Shrimp Plate", price: "Market Price", variant: "Fresh with Cajun Fries", imageSrc: "http://img.b2bpic.net/free-photo/grilled-pawns-white-plate-with-lemon-sauce_114579-2959.jpg", imageAlt: "Fresh juicy BBQ shrimp with Cajun fries"
},
{
id: "3", name: "Hot Water Cornbread", price: "Market Price", variant: "Southern Classic", imageSrc: "http://img.b2bpic.net/free-photo/crop-female-taking-chicken-from-plate_23-2148113676.jpg?_wi=2", imageAlt: "Traditional hot water cornbread basket"},
id: "3", name: "Hot Water Cornbread", price: "Market Price", variant: "Southern Classic", imageSrc: "http://img.b2bpic.net/free-photo/crop-female-taking-chicken-from-plate_23-2148113676.jpg", imageAlt: "Traditional hot water cornbread basket"
},
{
id: "4", name: "Homemade Banana Pudding", price: "Market Price", variant: "Sweet Soul Food Dessert", imageSrc: "http://img.b2bpic.net/free-photo/brownie_1388-658.jpg?_wi=2", imageAlt: "Creamy homemade banana pudding"},
id: "4", name: "Homemade Banana Pudding", price: "Market Price", variant: "Sweet Soul Food Dessert", imageSrc: "http://img.b2bpic.net/free-photo/brownie_1388-658.jpg", imageAlt: "Creamy homemade banana pudding"
},
]}
title="Signature Favorites"
description="Hand-selected dishes that define the Top Notch experience. Each one tells a story of flavor and tradition."
@@ -111,13 +119,17 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Darlisha H.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg", imageAlt: "Darlisha H."},
id: "1", name: "Darlisha H.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg", imageAlt: "Darlisha H."
},
{
id: "2", name: "London S.", imageSrc: "http://img.b2bpic.net/free-photo/friends-smiling-having-good-time-get-together_23-2149187032.jpg", imageAlt: "London S."},
id: "2", name: "London S.", imageSrc: "http://img.b2bpic.net/free-photo/friends-smiling-having-good-time-get-together_23-2149187032.jpg", imageAlt: "London S."
},
{
id: "3", name: "Tes P.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-mixed-race-woman-with-short-hair-studio-shoot_633478-2040.jpg", imageAlt: "Tes P."},
id: "3", name: "Tes P.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-mixed-race-woman-with-short-hair-studio-shoot_633478-2040.jpg", imageAlt: "Tes P."
},
{
id: "4", name: "Community Member", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg", imageAlt: "Community Member"},
id: "4", name: "Community Member", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg", imageAlt: "Community Member"
},
]}
cardTitle="Join thousands of satisfied customers who experience Top Notch BBQ — where genuine flavor meets authentic hospitality."
cardTag="Customer Love"
@@ -131,8 +143,8 @@ export default function LandingPage() {
title="Our Story"
description="Top Notch BBQ isn't just a restaurant. It's a place where smoke, soul food, and community come together. We believe BBQ should be slow cooked, perfectly seasoned, and served with genuine hospitality. From rib tips to banana pudding, every dish is made to deliver the Top Notch experience."
tag="Community Legend"
tagAnimation="entrance-slide"
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-barbequed-meat-glass-wine-near-fireplace_181624-58053.jpg?_wi=2"
tagAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-barbequed-meat-glass-wine-near-fireplace_181624-58053.jpg"
imageAlt="Top Notch BBQ restaurant atmosphere"
useInvertedBackground={true}
buttons={[{ text: "Learn More", href: "#" }]}