diff --git a/src/app/page.tsx b/src/app/page.tsx index aad8bba..e7c6a71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,14 +43,14 @@ export default function LandingPage() { title="Latenight luxury. Legendary steaks. Always open." description="Sink into our signature booths, savor handcut prime rib, and experience the comfort of upscale dining—open until midnight and beyond." testimonials={[ - { name: "John Doe", handle: "@johndoe", testimonial: "The best late-night dining experience in the city. The prime rib is unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/ribeye-steak-finely-cooked-cut-served-with-tartar-sauce_114579-2030.jpg", imageAlt: "luxury steakhouse dining table setting" }, - { name: "Jane Smith", handle: "@janesmith", testimonial: "An incredible atmosphere for a late-night celebration.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1851.jpg", imageAlt: "luxury steakhouse lounge seating booths" }, - { name: "Robert Brown", handle: "@robertb", testimonial: "Consistently excellent service and high-quality steaks.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/grilled-stake-with-black-pepper-baked-potato-tomatoes-rosemary-board_140725-10939.jpg", imageAlt: "prime rib steak gourmet plated" }, - { name: "Sarah Miller", handle: "@sarahm", testimonial: "Sophisticated, warm, and perfectly executed. A true gem.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-smoked-fish-plate-balyk-salmon-with-herbs-pomegranate-lemon-slices_141793-4129.jpg", imageAlt: "pan seared scallops gourmet dish" }, - { name: "Michael Chen", handle: "@mchen", testimonial: "My preferred spot for post-event dinners. Simply impeccable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fresh-potatoes-mashed-potatoes-top-view-black-background_114579-68765.jpg", imageAlt: "creamy mashed potatoes side dish" }, + { name: "John Doe", handle: "@johndoe", testimonial: "The best late-night dining experience in the city. The prime rib is unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/ribeye-steak-finely-cooked-cut-served-with-tartar-sauce_114579-2030.jpg?_wi=1", imageAlt: "luxury steakhouse dining table setting" }, + { name: "Jane Smith", handle: "@janesmith", testimonial: "An incredible atmosphere for a late-night celebration.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1851.jpg?_wi=1", imageAlt: "luxury steakhouse lounge seating booths" }, + { name: "Robert Brown", handle: "@robertb", testimonial: "Consistently excellent service and high-quality steaks.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/grilled-stake-with-black-pepper-baked-potato-tomatoes-rosemary-board_140725-10939.jpg?_wi=1", imageAlt: "prime rib steak gourmet plated" }, + { name: "Sarah Miller", handle: "@sarahm", testimonial: "Sophisticated, warm, and perfectly executed. A true gem.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-smoked-fish-plate-balyk-salmon-with-herbs-pomegranate-lemon-slices_141793-4129.jpg?_wi=1", imageAlt: "pan seared scallops gourmet dish" }, + { name: "Michael Chen", handle: "@mchen", testimonial: "My preferred spot for post-event dinners. Simply impeccable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fresh-potatoes-mashed-potatoes-top-view-black-background_114579-68765.jpg?_wi=1", imageAlt: "creamy mashed potatoes side dish" }, ]} buttons={[{ text: "Reserve Your Table Tonight", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/ribeye-steak-finely-cooked-cut-served-with-tartar-sauce_114579-2030.jpg" + imageSrc="http://img.b2bpic.net/free-photo/ribeye-steak-finely-cooked-cut-served-with-tartar-sauce_114579-2030.jpg?_wi=2" imageAlt="Luxury steakhouse dining experience" mediaAnimation="slide-up" avatars={[ @@ -81,7 +81,7 @@ export default function LandingPage() { { title: "Late-Night Lounge", description: "Atmospheric, quiet luxury open past midnight." }, { title: "Impeccable Service", description: "Service designed for discerning, affluent diners." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1851.jpg" + imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1851.jpg?_wi=2" imageAlt="Our luxury steakhouse lounge interior" mediaAnimation="opacity" /> @@ -94,12 +94,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "1", name: "Aged Prime Rib", price: "$68", imageSrc: "http://img.b2bpic.net/free-photo/grilled-stake-with-black-pepper-baked-potato-tomatoes-rosemary-board_140725-10939.jpg", imageAlt: "Aged Prime Rib" }, - { id: "2", name: "Pan-Seared Scallops", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/top-view-smoked-fish-plate-balyk-salmon-with-herbs-pomegranate-lemon-slices_141793-4129.jpg", imageAlt: "Pan-Seared Scallops" }, - { id: "3", name: "Truffle Mashed Potatoes", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/fresh-potatoes-mashed-potatoes-top-view-black-background_114579-68765.jpg", imageAlt: "Truffle Mashed Potatoes" }, - { id: "4", name: "Wagyu Filet Mignon", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/grilled-stake-with-black-pepper-baked-potato-tomatoes-rosemary-board_140725-10939.jpg", imageAlt: "Wagyu Filet Mignon" }, - { id: "5", name: "Charred Octopus", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/top-view-smoked-fish-plate-balyk-salmon-with-herbs-pomegranate-lemon-slices_141793-4129.jpg", imageAlt: "Charred Octopus" }, - { id: "6", name: "Roasted Asparagus", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/fresh-potatoes-mashed-potatoes-top-view-black-background_114579-68765.jpg", imageAlt: "Roasted Asparagus" }, + { id: "1", name: "Aged Prime Rib", price: "$68", imageSrc: "http://img.b2bpic.net/free-photo/grilled-stake-with-black-pepper-baked-potato-tomatoes-rosemary-board_140725-10939.jpg?_wi=2", imageAlt: "Aged Prime Rib" }, + { id: "2", name: "Pan-Seared Scallops", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/top-view-smoked-fish-plate-balyk-salmon-with-herbs-pomegranate-lemon-slices_141793-4129.jpg?_wi=2", imageAlt: "Pan-Seared Scallops" }, + { id: "3", name: "Truffle Mashed Potatoes", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/fresh-potatoes-mashed-potatoes-top-view-black-background_114579-68765.jpg?_wi=2", imageAlt: "Truffle Mashed Potatoes" }, + { id: "4", name: "Wagyu Filet Mignon", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/grilled-stake-with-black-pepper-baked-potato-tomatoes-rosemary-board_140725-10939.jpg?_wi=3", imageAlt: "Wagyu Filet Mignon" }, + { id: "5", name: "Charred Octopus", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/top-view-smoked-fish-plate-balyk-salmon-with-herbs-pomegranate-lemon-slices_141793-4129.jpg?_wi=3", imageAlt: "Charred Octopus" }, + { id: "6", name: "Roasted Asparagus", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/fresh-potatoes-mashed-potatoes-top-view-black-background_114579-68765.jpg?_wi=3", imageAlt: "Roasted Asparagus" }, ]} title="Signature Selections" description="From prime rib to seasonal delicacies, curated for perfection."