diff --git a/src/app/page.tsx b/src/app/page.tsx index 6cc9ea5..850e0a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Visit Us Today", href: "#contact" } ]} buttonAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/high-angle-shot-delicious-fried-meat-potato-black-tray_181624-28399.jpg" imageAlt="Glazed baby back ribs with smoke rising" mediaAnimation="opacity" @@ -91,13 +91,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "baby-back-ribs", name: "Baby Back Ribs", price: "Fall Off The Bone", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-steak-with-grilled-vegetables-with-ketchup-mayonnaise_141793-4048.jpg?_wi=1", imageAlt: "Slow smoked baby back ribs with signature glaze" + id: "baby-back-ribs", name: "Baby Back Ribs", price: "Fall Off The Bone", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-steak-with-grilled-vegetables-with-ketchup-mayonnaise_141793-4048.jpg", imageAlt: "Slow smoked baby back ribs with signature glaze" }, { id: "smoked-bbq-plates", name: "Smoked BBQ Plates", price: "Tender & Juicy", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-steak-with-cutlery_23-2148611073.jpg", imageAlt: "Smoked meats with house sides" }, { - id: "broccoli-cheese", name: "Broccoli & Cheese", price: "Guest Favorite", imageSrc: "http://img.b2bpic.net/free-photo/front-view-raw-broccoli-cauliflower-black-rectangular-plate-tomatoes-dark-background_140725-139625.jpg?_wi=1", imageAlt: "Creamy broccoli and cheese side" + id: "broccoli-cheese", name: "Broccoli & Cheese", price: "Guest Favorite", imageSrc: "http://img.b2bpic.net/free-photo/front-view-raw-broccoli-cauliflower-black-rectangular-plate-tomatoes-dark-background_140725-139625.jpg", imageAlt: "Creamy broccoli and cheese side" }, { id: "signature-sauce", name: "Signature BBQ Sauce", price: "Sweet & Smoky", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lentil-soup-side-dishes-bread_140725-2660.jpg", imageAlt: "Our signature house-made BBQ sauce" @@ -139,11 +139,11 @@ export default function LandingPage() { features={[ { id: 1, - title: "Fall Off The Bone Ribs", description: "Slow smoked for hours in our pits until perfectly tender and glazed with our signature BBQ sauce. The centerpiece of our menu.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-steak-with-grilled-vegetables-with-ketchup-mayonnaise_141793-4048.jpg?_wi=2", imageAlt: "Fall off the bone ribs with signature glaze" + title: "Fall Off The Bone Ribs", description: "Slow smoked for hours in our pits until perfectly tender and glazed with our signature BBQ sauce. The centerpiece of our menu.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-steak-with-grilled-vegetables-with-ketchup-mayonnaise_141793-4048.jpg", imageAlt: "Fall off the bone ribs with signature glaze" }, { id: 2, - title: "Legendary Southern Sides", description: "From broccoli & cheese to classic BBQ favorites, our sides are just as unforgettable as our meats. Homemade daily with premium ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-raw-broccoli-cauliflower-black-rectangular-plate-tomatoes-dark-background_140725-139625.jpg?_wi=2", imageAlt: "Legendary Southern sides and home recipes" + title: "Legendary Southern Sides", description: "From broccoli & cheese to classic BBQ favorites, our sides are just as unforgettable as our meats. Homemade daily with premium ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-raw-broccoli-cauliflower-black-rectangular-plate-tomatoes-dark-background_140725-139625.jpg", imageAlt: "Legendary Southern sides and home recipes" }, { id: 3, @@ -201,7 +201,7 @@ export default function LandingPage() { description="Once you try our ribs, you'll understand why guests say it's the best BBQ they've ever had. Reserve your table or stop by today. Southern hospitality awaits." tagIcon={MapPin} tagAnimation="blur-reveal" - background={{ variant: "noise" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email for updates" buttonText="Get Directions"