4 Commits

Author SHA1 Message Date
692096117d Update src/app/page.tsx 2026-03-09 01:11:25 +00:00
238f284699 Merge version_3 into main
Merge version_3 into main
2026-03-09 01:04:59 +00:00
ee598f1aa2 Update src/app/page.tsx 2026-03-09 01:04:54 +00:00
bc8d1719d8 Merge version_2 into main
Merge version_2 into main
2026-03-09 00:59:48 +00:00

View File

@@ -49,8 +49,8 @@ export default function LandingPage() {
{ text: "Call Now", href: "tel:+1-555-123-4567" },
{ text: "View Menu", href: "#menu" }
]}
imageSrc="http://img.b2bpic.net/free-photo/man-hugging-with-cheerful-woman-restaurant_23-2148016777.jpg?_wi=1"
imageAlt="Copper Creek Pub dining space"
imageSrc="https://images.unsplash.com/photo-1495521821757-a1efb6729352?w=800&h=600&fit=crop"
imageAlt="Copper Creek Pub with wing imagery"
mediaAnimation="slide-up"
testimonials={[
{
@@ -103,13 +103,31 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", name: "Copper Creek Burger", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburgers-arrangement_23-2148614060.jpg?_wi=2", imageAlt: "Signature craft burger"
id: "1", name: "Creekside Classic Burger", price: "$17", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburgers-arrangement_23-2148614060.jpg?_wi=2", imageAlt: "Signature craft burger"
},
{
id: "2", name: "Pub Classics Platter", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/top-view-piti-clay-pot-with-olives-onion-pomegranate-copper-tray_176474-3431.jpg?_wi=2", imageAlt: "Appetizers and wings"
},
{
id: "3", name: "Craft Beer Selection", price: "$6-8", imageSrc: "http://img.b2bpic.net/free-photo/meeting-with-best-friends-three-happy-young-men-casual-wear-talking-drinking-beer-while-sitting-bar-together_1157-44623.jpg?_wi=2", imageAlt: "Local craft beers"
},
{
id: "4", name: "Fish & Chips", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburgers-arrangement_23-2148614060.jpg?_wi=2", imageAlt: "Fresh battered fish with chips"
},
{
id: "5", name: "Buffalo Wings Bucket", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/top-view-piti-clay-pot-with-olives-onion-pomegranate-copper-tray_176474-3431.jpg?_wi=2", imageAlt: "Spicy buffalo wings"
},
{
id: "6", name: "Loaded Nachos", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/meeting-with-best-friends-three-happy-young-men-casual-wear-talking-drinking-beer-while-sitting-bar-together_1157-44623.jpg?_wi=2", imageAlt: "Crispy nachos with toppings"
},
{
id: "7", name: "Grilled Salmon", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburgers-arrangement_23-2148614060.jpg?_wi=2", imageAlt: "Fresh grilled salmon fillet"
},
{
id: "8", name: "Ribeye Steak", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-piti-clay-pot-with-olives-onion-pomegranate-copper-tray_176474-3431.jpg?_wi=2", imageAlt: "Premium ribeye steak"
},
{
id: "9", name: "Vegetarian Burger", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/meeting-with-best-friends-three-happy-young-men-casual-wear-talking-drinking-beer-while-sitting-bar-together_1157-44623.jpg?_wi=2", imageAlt: "Gourmet vegetarian burger"
}
]}
/>