Update src/app/page.tsx

This commit is contained in:
2026-04-07 10:07:12 +00:00
parent 83960d3c0e
commit cf411a5fbc

View File

@@ -45,13 +45,13 @@ export default function LandingPage() {
title="Lancaster's Irreverent Burger Bar"
description="Killer burgers, craft cocktails, and an underground retro vibe that hits different. Come for the food, stay for the legend."
testimonials={[
{ name: "Sarah J.", handle: "@sarahfoodie", testimonial: "The best burger I've had in the north, period. That Halloumi burger changed my life.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/book-with-drink-black-background_23-2148273473.jpg", imageAlt: "gourmet burger glowing neon background" },
{ name: "Sarah J.", handle: "@sarahfoodie", testimonial: "The best burger I've had in the north, period. That Halloumi burger changed my life.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/book-with-drink-black-background_23-2148273473.jpg?_wi=1", imageAlt: "gourmet burger glowing neon background" },
{ name: "Mike R.", handle: "@lancastereats", testimonial: "Games room is the best way to spend a Friday night. Cocktails are always on point.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg", imageAlt: "cozy pub atmosphere dark wood" },
{ name: "Emily D.", handle: "@theburgerqueen", testimonial: "10/10 vibes. The staff makes you feel like a local from the second you walk in.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-dishes-still-life_23-2151160890.jpg", imageAlt: "gourmet craft burger close up" },
{ name: "Emily D.", handle: "@theburgerqueen", testimonial: "10/10 vibes. The staff makes you feel like a local from the second you walk in.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-dishes-still-life_23-2151160890.jpg?_wi=1", imageAlt: "gourmet craft burger close up" },
{ name: "Tom B.", handle: "@localfoody", testimonial: "Killer menu names and even better food. Don't skip the poutine!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-creating-delicious-drink_23-2149125772.jpg", imageAlt: "craft cocktail bartender professional" },
{ name: "Chloe M.", handle: "@nightoutlancaster", testimonial: "The Hand of God cocktail is dangerous in the best way. Love this place.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/old-lady-wearing-chef-apron-bonete-home-kitchen-with-flour-table-baking-looking-camera-smile-retired-elderly-baker-preparing-bakery-ingredients-cook-homemade-bread-cakes_482257-14387.jpg", imageAlt: "customer happy smiling portrait" },
]}
imageSrc="http://img.b2bpic.net/free-photo/book-with-drink-black-background_23-2148273473.jpg"
imageSrc="http://img.b2bpic.net/free-photo/book-with-drink-black-background_23-2148273473.jpg?_wi=2"
mediaAnimation="slide-up"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/old-lady-wearing-chef-apron-bonete-home-kitchen-with-flour-table-baking-looking-camera-smile-retired-elderly-baker-preparing-bakery-ingredients-cook-homemade-bread-cakes_482257-14387.jpg", alt: "Sarah J." },
@@ -86,12 +86,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{ id: "1", brand: "Burger", name: "The Hand of God", price: "£14", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-dishes-still-life_23-2151160890.jpg" },
{ id: "2", brand: "Sides", name: "Dirty Poutine", price: "£7", rating: 4, reviewCount: "800", imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-dishes-still-life_23-2151160890.jpg" },
{ id: "3", brand: "Veggie", name: "The Halloumi Boss", price: "£13", rating: 5, reviewCount: "500", imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-dishes-still-life_23-2151160890.jpg" },
{ id: "4", brand: "Cocktails", name: "Bartender's Choice", price: "£9", rating: 5, reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-dishes-still-life_23-2151160890.jpg" },
{ id: "5", brand: "Hotdog", name: "The Lancaster Dog", price: "£10", rating: 4, reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-dishes-still-life_23-2151160890.jpg" },
{ id: "6", brand: "Beer", name: "Local Craft Pint", price: "£6", rating: 5, reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-dishes-still-life_23-2151160890.jpg" },
{ id: "1", brand: "Burger", name: "The Hand of God", price: "£14", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-dishes-still-life_23-2151160890.jpg?_wi=2" },
{ id: "2", brand: "Sides", name: "Dirty Poutine", price: "£7", rating: 4, reviewCount: "800", imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-dishes-still-life_23-2151160890.jpg?_wi=3" },
{ id: "3", brand: "Veggie", name: "The Halloumi Boss", price: "£13", rating: 5, reviewCount: "500", imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-dishes-still-life_23-2151160890.jpg?_wi=4" },
{ id: "4", brand: "Cocktails", name: "Bartender's Choice", price: "£9", rating: 5, reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-dishes-still-life_23-2151160890.jpg?_wi=5" },
{ id: "5", brand: "Hotdog", name: "The Lancaster Dog", price: "£10", rating: 4, reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-dishes-still-life_23-2151160890.jpg?_wi=6" },
{ id: "6", brand: "Beer", name: "Local Craft Pint", price: "£6", rating: 5, reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-dishes-still-life_23-2151160890.jpg?_wi=7" },
]}
title="The Quirky Kitchen"
description="Bold names, bold flavours. The menu that put us on the map."
@@ -107,7 +107,7 @@ export default function LandingPage() {
{ id: "2", name: "Jamie L.", date: "Nov 2023", title: "Burger Heaven", quote: "Finally, a place in Lancaster that isn't boring. The menu names had us laughing for an hour.", tag: "First Timer", avatarSrc: "http://img.b2bpic.net/free-photo/man-enjoying-drinks-restaurant_23-2147861924.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-enjoying-drink-with-her-boyfriend_23-2147859584.jpg", imageAlt: "satisfied customer dining interior" },
{ id: "3", name: "Sam K.", date: "Dec 2023", title: "Best Lunch Spot", quote: "That £8 lunch deal? Unbeatable. I'm here every Tuesday now.", tag: "Lunch King", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-enjoying-drink-with-her-boyfriend_23-2147859584.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-luxurious-restaurant_23-2150517450.jpg", imageAlt: "portrait happy customer dinner" },
{ id: "4", name: "Chris B.", date: "Jan 2024", title: "Cocktail Wizardry", quote: "Staff are incredible, and the bartenders know exactly what to pour when you can't decide.", tag: "Night Out", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-luxurious-restaurant_23-2150517450.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5512.jpg", imageAlt: "happy customer laughing portrait" },
{ id: "5", name: "Dana S.", date: "Feb 2024", title: "A True Vibe", quote: "Dark, moody, and delicious. Everything you want from an underground bar.", tag: "Fanatic", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5512.jpg", imageSrc: "http://img.b2bpic.net/free-photo/book-with-drink-black-background_23-2148273473.jpg", imageAlt: "gourmet burger glowing neon background" },
{ id: "5", name: "Dana S.", date: "Feb 2024", title: "A True Vibe", quote: "Dark, moody, and delicious. Everything you want from an underground bar.", tag: "Fanatic", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5512.jpg", imageSrc: "http://img.b2bpic.net/free-photo/book-with-drink-black-background_23-2148273473.jpg?_wi=3", imageAlt: "gourmet burger glowing neon background" },
]}
title="The Word on the Street"
description="Don't just take our word for it—Lancaster's hungriest customers have spoken."