Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-14 18:28:50 +00:00

View File

@@ -89,20 +89,20 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Never-Frozen Wings", description: "Hand-tossed in house-made sauces daily. Buffalo, BBQ, lemon pepper, and seasonal specials. The foundation of our reputation.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheeseburger-board_23-2148784508.jpg?_wi=1", imageAlt: "Golden crispy wings with sauce"
title: "Never-Frozen Wings", description: "Hand-tossed in house-made sauces daily. Buffalo, BBQ, lemon pepper, and seasonal specials. The foundation of our reputation.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheeseburger-board_23-2148784508.jpg", imageAlt: "Golden crispy wings with sauce"
},
{
id: 2,
title: "Stacked Burgers", description: "Custom-ground beef blended fresh daily. Double patties, triple stacks, and gourmet toppings that elevate every bite.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheeseburger-board_23-2148784508.jpg?_wi=2", imageAlt: "Premium stacked burger with toppings"
title: "Stacked Burgers", description: "Custom-ground beef blended fresh daily. Double patties, triple stacks, and gourmet toppings that elevate every bite.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheeseburger-board_23-2148784508.jpg", imageAlt: "Premium stacked burger with toppings"
},
{
id: 3,
title: "Artisan Paninis", description: "Italian tradition meets modern flair. Roasted vegetables, premium meats, and melted cheese pressed to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-grilled-sausages-cabbage-inside-salad-potato-with-sour-cream-greens-lettuce-side-view_141793-3246.jpg", imageAlt: "Gourmet pressed panini sandwich"
}
]}
titleClassName="text-4xl md:text-5xl font-bold text-amber-50"
descriptionClassName="text-gray-300 text-lg"
tagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-gradient-to-r from-red-900 to-amber-900 text-amber-100 border border-red-700"
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-amber-50"
textBoxDescriptionClassName="text-gray-300 text-lg"
textBoxTagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-gradient-to-r from-red-900 to-amber-900 text-amber-100 border border-red-700"
cardClassName="bg-gradient-to-br from-gray-800 via-gray-850 to-gray-900 border border-amber-700 border-opacity-30 rounded-xl overflow-hidden hover:shadow-2xl transition-all duration-500"
cardTitleClassName="text-2xl font-bold text-amber-300"
cardDescriptionClassName="text-gray-300"
@@ -132,9 +132,9 @@ export default function LandingPage() {
id: "game-day", name: "Game Day Energy", price: "Every Sports Event", imageSrc: "http://img.b2bpic.net/free-photo/indian-couple-making-toast-with-their-friends_53876-25265.jpg", imageAlt: "Lively sports bar crowd celebrating together"
}
]}
titleClassName="text-4xl md:text-5xl font-bold text-amber-50"
descriptionClassName="text-gray-300 text-lg"
tagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-gradient-to-r from-amber-900 to-red-900 text-amber-100 border border-amber-700"
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-amber-50"
textBoxDescriptionClassName="text-gray-300 text-lg"
textBoxTagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-gradient-to-r from-amber-900 to-red-900 text-amber-100 border border-amber-700"
cardClassName="bg-gradient-to-br from-gray-800 via-gray-850 to-gray-900 border border-amber-700 border-opacity-30 rounded-xl overflow-hidden hover:shadow-2xl transition-all duration-500"
cardNameClassName="text-xl font-bold text-amber-300"
cardPriceClassName="text-gray-400 text-sm"
@@ -153,9 +153,9 @@ export default function LandingPage() {
"Local Dining Guide", "Sports Magazine", "Craft Beer Association", "Community Events", "Food Critics Network", "Tourism Board", "Business Excellence"
]}
showCard={true}
titleClassName="text-4xl md:text-5xl font-bold text-amber-50"
descriptionClassName="text-gray-300 text-lg"
tagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-gradient-to-r from-green-900 to-emerald-900 text-green-100 border border-green-700"
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-amber-50"
textBoxDescriptionClassName="text-gray-300 text-lg"
textBoxTagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-gradient-to-r from-green-900 to-emerald-900 text-green-100 border border-green-700"
logoTextClassName="text-gray-300 font-semibold text-center"
logoCardClassName="bg-gradient-to-br from-gray-800 to-gray-900 border border-amber-700 border-opacity-20 rounded-lg p-6"
/>
@@ -190,9 +190,9 @@ export default function LandingPage() {
id: "testimonial-6", name: "Amanda Foster", role: "Travel Food Blogger", testimonial: "Discovered this gem last year and feature it regularly. Authentic hospitality meets elevated cuisine. A must-visit for anyone in the area.", imageSrc: "http://img.b2bpic.net/free-photo/smug-remote-employee-home-rejoicing-after-receiving-job-promotion_482257-118852.jpg", imageAlt: "Amanda Foster - Food blogger", icon: Award
}
]}
titleClassName="text-4xl md:text-5xl font-bold text-amber-50"
descriptionClassName="text-gray-300 text-lg"
tagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-gradient-to-r from-amber-900 to-red-900 text-amber-100 border border-amber-700"
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-amber-50"
textBoxDescriptionClassName="text-gray-300 text-lg"
textBoxTagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-gradient-to-r from-amber-900 to-red-900 text-amber-100 border border-amber-700"
cardClassName="bg-gradient-to-br from-gray-800 via-gray-850 to-gray-900 border border-amber-700 border-opacity-30 rounded-xl p-8 hover:shadow-2xl transition-all duration-500"
nameClassName="text-xl font-bold text-amber-300"
roleClassName="text-gray-400 text-sm"