6 Commits

Author SHA1 Message Date
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
8822248688 Update src/app/page.tsx 2026-03-09 00:59:44 +00:00
289a4acf1b Merge version_1 into main
Merge version_1 into main
2026-03-09 00:57:04 +00:00
b826e7c617 Merge version_1 into main
Merge version_1 into main
2026-03-09 00:56:14 +00:00
a4367ddf09 Merge version_1 into main
Merge version_1 into main
2026-03-09 00:55:06 +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={[
{
@@ -78,11 +78,11 @@ export default function LandingPage() {
},
{
id: 2,
title: "Hours", description: "Mon-Thu: 4PM-11PM\nFri-Sat: 4PM-12AM\nSun: 4PM-10PM", 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=1"
title: "Hours", description: "Daily: 11:30AM - 2AM", 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=1"
},
{
id: 3,
title: "Location", description: "123 Copper Creek Drive\nYour Town, ST 12345", imageSrc: "http://img.b2bpic.net/free-photo/top-view-piti-clay-pot-with-olives-onion-pomegranate-copper-tray_176474-3431.jpg?_wi=1"
title: "Location", description: "Severna Park\nYour Town, ST 12345", imageSrc: "http://img.b2bpic.net/free-photo/top-view-piti-clay-pot-with-olives-onion-pomegranate-copper-tray_176474-3431.jpg?_wi=1"
},
{
id: 4,
@@ -103,7 +103,7 @@ 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"
@@ -132,7 +132,7 @@ export default function LandingPage() {
title: "Warm Atmosphere", description: "Comfortable seating, friendly staff, and a welcoming environment for all occasions.", icon: Home
},
{
title: "Community Favorite", description: "Trusted by locals for over a decade as the go-to neighborhood gathering place.", icon: Users
title: "Community Favorite", description: "Trusted by locals as the go-to neighborhood gathering place.", icon: Users
}
]}
imageSrc="http://img.b2bpic.net/free-photo/man-hugging-with-cheerful-woman-restaurant_23-2148016777.jpg?_wi=3"
@@ -197,15 +197,13 @@ export default function LandingPage() {
{
items: [
{ label: "(555) 123-4567", href: "tel:+1-555-123-4567" },
{ label: "123 Copper Creek Dr", href: "https://maps.google.com" },
{ label: "Severna Park", href: "https://maps.google.com" },
{ label: "Your Town, ST 12345", href: "https://maps.google.com" }
]
},
{
items: [
{ label: "Mon-Thu: 4PM-11PM", href: "#" },
{ label: "Fri-Sat: 4PM-12AM", href: "#" },
{ label: "Sun: 4PM-10PM", href: "#" }
{ label: "Daily: 11:30AM - 2AM", href: "#" }
]
},
{