Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-05 21:51:02 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Menu",
id: "signature-dishes",
},
name: "Menu", id: "signature-dishes"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Visit",
id: "contact",
},
name: "Visit", id: "contact"},
]}
brandName="Leicester Steakhouse"
/>
@@ -57,79 +49,40 @@ export default function LandingPage() {
description="Hand-cut steaks, sizzling chicken & lamb — served fresh on Narborough Road."
testimonials={[
{
name: "Google User",
handle: "@leicester",
testimonial: "Best halal steak in Leicester, fantastic flavour.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-table_140725-44194.jpg?_wi=1",
imageAlt: "luxurious dark restaurant interior bokeh",
},
name: "Google User", handle: "@leicester", testimonial: "Best halal steak in Leicester, fantastic flavour.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-table_140725-44194.jpg", imageAlt: "luxurious dark restaurant interior bokeh"},
{
name: "Foodie Local",
handle: "@leicester",
testimonial: "Fresh, sizzling and great value for money.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg?_wi=1",
imageAlt: "t-bone steak premium meat close up",
},
name: "Foodie Local", handle: "@leicester", testimonial: "Fresh, sizzling and great value for money.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg", imageAlt: "t-bone steak premium meat close up"},
{
name: "Happy Customer",
handle: "@leicester",
testimonial: "Family friendly and excellent service every time.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-steak-with-cutlery-salad_23-2148611066.jpg?_wi=1",
imageAlt: "ribeye steak juicy medium rare",
},
name: "Happy Customer", handle: "@leicester", testimonial: "Family friendly and excellent service every time.", rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-steak-with-cutlery-salad_23-2148611066.jpg", imageAlt: "ribeye steak juicy medium rare"},
{
name: "Meat Lover",
handle: "@leicester",
testimonial: "Top quality cuts, perfectly cooked.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-tabaca-wooden-board_140725-8430.jpg?_wi=1",
imageAlt: "whole roast chicken with chips",
},
name: "Meat Lover", handle: "@leicester", testimonial: "Top quality cuts, perfectly cooked.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-tabaca-wooden-board_140725-8430.jpg", imageAlt: "whole roast chicken with chips"},
{
name: "Regular Diner",
handle: "@leicester",
testimonial: "Authentic halal steakhouse, truly unforgettable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-steak-with-rosemary-green-pepper-mushrooms-barbecue_176474-3112.jpg?_wi=1",
imageAlt: "sizzling beef plate hot grill",
},
name: "Regular Diner", handle: "@leicester", testimonial: "Authentic halal steakhouse, truly unforgettable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-steak-with-rosemary-green-pepper-mushrooms-barbecue_176474-3112.jpg", imageAlt: "sizzling beef plate hot grill"},
]}
buttons={[
{
text: "View Menu",
href: "#signature-dishes",
},
text: "View Menu", href: "#signature-dishes"},
{
text: "Order on Uber Eats",
href: "#contact",
},
text: "Order on Uber Eats", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/fried-steak-table_140725-44194.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/fried-steak-table_140725-44194.jpg"
showDimOverlay={true}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/high-angle-steak-with-cutlery-salad_23-2148611066.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/high-angle-steak-with-cutlery-salad_23-2148611066.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/fried-chicken-tabaca-wooden-board_140725-8430.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/fried-chicken-tabaca-wooden-board_140725-8430.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/side-view-grilled-steak-with-rosemary-green-pepper-mushrooms-barbecue_176474-3112.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/side-view-grilled-steak-with-rosemary-green-pepper-mushrooms-barbecue_176474-3112.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-ribs-kebab-served-with-grilled-vegetables-flatbread_141793-2108.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-ribs-kebab-served-with-grilled-vegetables-flatbread_141793-2108.jpg", alt: "Customer 5"},
]}
avatarText="Join 2,000+ satisfied steak lovers."
/>
@@ -140,12 +93,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"⭐ 483 Google Reviews",
"Halal Certified",
"Family Friendly",
"Freshly Made",
"Narborough Road Institution",
]}
"⭐ 483 Google Reviews", "Halal Certified", "Family Friendly", "Freshly Made", "Narborough Road Institution"]}
title="What Our Customers Say"
description="Rated 4.4/5 from 483 Google reviews."
/>
@@ -159,47 +107,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "T-Bone Steak",
price: "From £24",
variant: "Premium cut",
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg?_wi=2",
},
id: "1", name: "T-Bone Steak", price: "From £24", variant: "Premium cut", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg"},
{
id: "2",
name: "Ribeye Steak",
price: "From £19",
variant: "Juicy and tender",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-steak-with-cutlery-salad_23-2148611066.jpg?_wi=2",
},
id: "2", name: "Ribeye Steak", price: "From £19", variant: "Juicy and tender", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-steak-with-cutlery-salad_23-2148611066.jpg"},
{
id: "3",
name: "Whole Chicken & Chips",
price: "From £15",
variant: "Family favourite",
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-tabaca-wooden-board_140725-8430.jpg?_wi=2",
},
id: "3", name: "Whole Chicken & Chips", price: "From £15", variant: "Family favourite", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-tabaca-wooden-board_140725-8430.jpg"},
{
id: "4",
name: "Sizzling Beef",
price: "From £16",
variant: "Spiced to perfection",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-steak-with-rosemary-green-pepper-mushrooms-barbecue_176474-3112.jpg?_wi=2",
},
id: "4", name: "Sizzling Beef", price: "From £16", variant: "Spiced to perfection", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-steak-with-rosemary-green-pepper-mushrooms-barbecue_176474-3112.jpg"},
{
id: "5",
name: "Lamb Chops",
price: "From £18",
variant: "Grilled to order",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-ribs-kebab-served-with-grilled-vegetables-flatbread_141793-2108.jpg?_wi=1",
},
id: "5", name: "Lamb Chops", price: "From £18", variant: "Grilled to order", imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-ribs-kebab-served-with-grilled-vegetables-flatbread_141793-2108.jpg"},
{
id: "6",
name: "Smoky Fish",
price: "From £14",
variant: "Freshly seared",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-fish-with-tomato-onion_176474-3362.jpg?_wi=1",
},
id: "6", name: "Smoky Fish", price: "From £14", variant: "Freshly seared", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-fish-with-tomato-onion_176474-3362.jpg"},
]}
title="Signature Dishes"
description="Freshly prepared, halal, and hand-cut steaks."
@@ -213,64 +131,40 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Halal Certified",
description: "100% Halal meat prepared to the highest standards.",
icon: ShieldCheck,
title: "Halal Certified", description: "100% Halal meat prepared to the highest standards.", icon: ShieldCheck,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg?_wi=3",
},
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-steak-with-cutlery-salad_23-2148611066.jpg?_wi=3",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-steak-with-cutlery-salad_23-2148611066.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-ribs-kebab-served-with-grilled-vegetables-flatbread_141793-2108.jpg?_wi=2",
imageAlt: "grilled lamb chops with herbs",
},
{
title: "Ready in 15 mins",
description: "Fresh food, served quickly without compromise.",
icon: Clock,
title: "Ready in 15 mins", description: "Fresh food, served quickly without compromise.", icon: Clock,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-tabaca-wooden-board_140725-8430.jpg?_wi=3",
},
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-tabaca-wooden-board_140725-8430.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-steak-with-rosemary-green-pepper-mushrooms-barbecue_176474-3112.jpg?_wi=3",
},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-steak-with-rosemary-green-pepper-mushrooms-barbecue_176474-3112.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-fish-with-tomato-onion_176474-3362.jpg?_wi=2",
imageAlt: "smoky grilled fish fillet",
},
{
title: "Family Friendly",
description: "Welcoming atmosphere for all ages.",
icon: Users,
title: "Family Friendly", description: "Welcoming atmosphere for all ages.", icon: Users,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-ribs-kebab-served-with-grilled-vegetables-flatbread_141793-2108.jpg?_wi=3",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-ribs-kebab-served-with-grilled-vegetables-flatbread_141793-2108.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-fish-with-tomato-onion_176474-3362.jpg?_wi=3",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-fish-with-tomato-onion_176474-3362.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698342.jpg?_wi=1",
imageAlt: "family run restaurant grill kitchen",
},
{
title: "Unbeatable Value",
description: "Premium quality prices you can afford.",
icon: CreditCard,
title: "Unbeatable Value", description: "Premium quality prices you can afford.", icon: CreditCard,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg?_wi=4",
},
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-steak-with-cutlery-salad_23-2148611066.jpg?_wi=4",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-steak-with-cutlery-salad_23-2148611066.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-table_140725-44194.jpg?_wi=3",
imageAlt: "luxurious dark restaurant interior bokeh",
},
]}
title="Why Leicester Steakhouse?"
@@ -283,7 +177,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="About Our Steakhouse"
description="We are a family-run institution on Narborough Road, serving the local community for years with fresh, hand-cut steaks and a warm, unpretentious welcome."
imageSrc="http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698342.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698342.jpg"
/>
</div>
@@ -291,8 +185,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get in touch"
title="Visit or Order Online"
description="Dine in or get your favourites delivered via Uber Eats or Deliveroo."
@@ -304,25 +197,17 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Narborough Road, Leicester",
href: "#",
},
label: "Narborough Road, Leicester", href: "#"},
{
label: "0116 123 4567",
href: "tel:01161234567",
},
label: "0116 123 4567", href: "tel:01161234567"},
],
},
{
title: "Opening Hours",
items: [
title: "Opening Hours", items: [
{
label: "Mon-Sun: 12pm-11pm",
href: "#",
},
label: "Mon-Sun: 12pm-11pm", href: "#"},
],
},
]}