diff --git a/src/app/page.tsx b/src/app/page.tsx index c2491f1..d10827a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,6 +40,7 @@ export default function LandingPage() {
@@ -73,19 +74,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Call Us", description: "(555) 123-4567", imageSrc: "http://img.b2bpic.net/free-photo/man-hugging-with-cheerful-woman-restaurant_23-2148016777.jpg?_wi=2" + title: "Call Us", description: "(555) 123-4567", imageSrc: "http://img.b2bpic.net/free-photo/man-hugging-with-cheerful-woman-restaurant_23-2148016777.jpg" }, { 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: "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" }, { 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: "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" }, { id: 4, - title: "Reserve Table", description: "Book your spot for dinner or events", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburgers-arrangement_23-2148614060.jpg?_wi=1" + title: "Reserve Table", description: "Book your spot for dinner or events", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburgers-arrangement_23-2148614060.jpg" } ]} /> @@ -102,13 +103,13 @@ 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: "Copper Creek Burger", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburgers-arrangement_23-2148614060.jpg", 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: "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", 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: "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", imageAlt: "Local craft beers" } ]} /> @@ -134,7 +135,7 @@ export default function LandingPage() { title: "Community Favorite", description: "Trusted by locals for over a decade 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" + imageSrc="http://img.b2bpic.net/free-photo/man-hugging-with-cheerful-woman-restaurant_23-2148016777.jpg" imageAlt="Copper Creek interior ambiance" mediaAnimation="blur-reveal" /> @@ -149,10 +150,10 @@ export default function LandingPage() { animationType="scale-rotate" testimonials={[ { - id: "1", name: "Sarah Mitchell", role: "Local Regular", testimonial: "Best burgers in town. The staff treats you like family, and the atmosphere is always warm and welcoming.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman_23-2149153863.jpg?_wi=2", imageAlt: "Sarah Mitchell" + id: "1", name: "Sarah Mitchell", role: "Local Regular", testimonial: "Best burgers in town. The staff treats you like family, and the atmosphere is always warm and welcoming.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman_23-2149153863.jpg", imageAlt: "Sarah Mitchell" }, { - id: "2", name: "Michael Chen", role: "Craft Beer Enthusiast", testimonial: "Amazing craft beer selection and knowledgeable bartenders. I always discover something new here.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-phone_1163-3672.jpg?_wi=2", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", role: "Craft Beer Enthusiast", testimonial: "Amazing craft beer selection and knowledgeable bartenders. I always discover something new here.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-phone_1163-3672.jpg", imageAlt: "Michael Chen" }, { id: "3", name: "Emily Rodriguez", role: "Event Planner", testimonial: "Perfect for private events. The team is professional, the food is excellent, and guests always love it.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-14781.jpg", imageAlt: "Emily Rodriguez" @@ -174,7 +175,7 @@ export default function LandingPage() { { name: "email", type: "email", placeholder: "Email Address", required: true } ]} textarea={{ name: "message", placeholder: "Reservation details or inquiry...", rows: 4, required: true }} - imageSrc="http://img.b2bpic.net/free-photo/man-hugging-with-cheerful-woman-restaurant_23-2148016777.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/man-hugging-with-cheerful-woman-restaurant_23-2148016777.jpg" imageAlt="Copper Creek Pub" mediaAnimation="opacity" mediaPosition="right"