Merge version_1 into main #2
254
src/app/page.tsx
254
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="The Iron Duke"
|
||||
/>
|
||||
@@ -55,67 +47,42 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Authentic Scottish Dining in Glasgow"
|
||||
description="Experience award-winning traditional dishes and fine cocktails in a cozy, homely setting at the heart of Royal Exchange Square."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Join over 270+ delighted diners"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Table", href: "#contact"},
|
||||
{
|
||||
text: "Call Us: +44 7825 108219",
|
||||
href: "tel:+447825108219",
|
||||
},
|
||||
text: "Call Us: +44 7825 108219", href: "tel:+447825108219"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Award-Winning Cuisine",
|
||||
type: "text", text: "Award-Winning Cuisine"},
|
||||
{
|
||||
type: "text-icon", text: "Premium Cocktails", icon: Wine,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Premium Cocktails",
|
||||
icon: Wine,
|
||||
type: "text", text: "Local Ingredients"},
|
||||
{
|
||||
type: "text-icon", text: "Cozy Atmosphere", icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Local Ingredients",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Cozy Atmosphere",
|
||||
icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Open Daily",
|
||||
},
|
||||
type: "text", text: "Open Daily"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,9 +92,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A Homely Gem in the Heart of Glasgow"
|
||||
description={[
|
||||
"Nestled in the Royal Exchange Square, The Iron Duke offers more than just food; it offers a warm, inviting experience.",
|
||||
"Our team takes pride in crafting exceptional dishes, from our famous posh fish suppers to decadent desserts, paired with a curated selection of cocktails.",
|
||||
]}
|
||||
"Nestled in the Royal Exchange Square, The Iron Duke offers more than just food; it offers a warm, inviting experience.", "Our team takes pride in crafting exceptional dishes, from our famous posh fish suppers to decadent desserts, paired with a curated selection of cocktails."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -138,46 +103,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Exceptional Ingredients",
|
||||
description: "We source the finest local ingredients to ensure every dish meets our high standard of flavor and quality.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-1398.jpg",
|
||||
imageAlt: "Fresh seafood dish",
|
||||
},
|
||||
title: "Exceptional Ingredients", description: "We source the finest local ingredients to ensure every dish meets our high standard of flavor and quality.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-1398.jpg", imageAlt: "Fresh seafood dish"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-pie-bread-with-vegetable_1203-9064.jpg",
|
||||
imageAlt: "Traditional pie",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sauteed-roasted-lamb-bone-served-teriyaki-sauce_114579-1895.jpg",
|
||||
imageAlt: "fresh fish and chips plating",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-pie-bread-with-vegetable_1203-9064.jpg", imageAlt: "Traditional pie"}
|
||||
},
|
||||
{
|
||||
title: "Warm Atmosphere",
|
||||
description: "Enjoy the cozy, homely interior and warm lighting that makes us a highlight of any Glasgow trip.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-with-lemon-sauce-greens_141793-1197.jpg",
|
||||
imageAlt: "Dining room view",
|
||||
},
|
||||
title: "Warm Atmosphere", description: "Enjoy the cozy, homely interior and warm lighting that makes us a highlight of any Glasgow trip.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-with-lemon-sauce-greens_141793-1197.jpg", imageAlt: "Dining room view"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-stew-with-puff-pastry_1220-474.jpg",
|
||||
imageAlt: "Cocktail selection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-team-coffee-shop_53876-47043.jpg",
|
||||
imageAlt: "fresh fish and chips plating",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-stew-with-puff-pastry_1220-474.jpg", imageAlt: "Cocktail selection"}
|
||||
},
|
||||
{
|
||||
title: "Attentive Service",
|
||||
description: "Our staff are dedicated to providing a friendly and welcoming experience for every single guest.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tiger-prawn-with-spicy-sauce-with-nice-decoration_1258-84825.jpg",
|
||||
imageAlt: "Wait staff serving",
|
||||
},
|
||||
title: "Attentive Service", description: "Our staff are dedicated to providing a friendly and welcoming experience for every single guest.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tiger-prawn-with-spicy-sauce-with-nice-decoration_1258-84825.jpg", imageAlt: "Wait staff serving"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-table-top-view_140725-2338.jpg",
|
||||
imageAlt: "Warm service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiple-fried-snacks-with-sweet-chili-sauce_141793-142.jpg?_wi=1",
|
||||
imageAlt: "fresh fish and chips plating",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-table-top-view_140725-2338.jpg", imageAlt: "Warm service"}
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -194,53 +135,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Posh Fish Supper",
|
||||
price: "£18",
|
||||
variant: "Signature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiple-fried-snacks-with-sweet-chili-sauce_141793-142.jpg?_wi=2",
|
||||
imageAlt: "Posh Fish Supper",
|
||||
},
|
||||
id: "p1", name: "Posh Fish Supper", price: "£18", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/multiple-fried-snacks-with-sweet-chili-sauce_141793-142.jpg", imageAlt: "Posh Fish Supper"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Steak & Ale Pie",
|
||||
price: "£16",
|
||||
variant: "Traditional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-shakh-plov-with-raisins-dark-surface_140725-90698.jpg",
|
||||
imageAlt: "Steak Pie",
|
||||
},
|
||||
id: "p2", name: "Steak & Ale Pie", price: "£16", variant: "Traditional", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-shakh-plov-with-raisins-dark-surface_140725-90698.jpg", imageAlt: "Steak Pie"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Beef Wellington",
|
||||
price: "£24",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steak-dinner-with-vegetables_23-2151966865.jpg",
|
||||
imageAlt: "Beef Wellington",
|
||||
},
|
||||
id: "p3", name: "Beef Wellington", price: "£24", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/steak-dinner-with-vegetables_23-2151966865.jpg", imageAlt: "Beef Wellington"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Escargot",
|
||||
price: "£12",
|
||||
variant: "Appetizer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-food-arrangement_23-2148510885.jpg",
|
||||
imageAlt: "Escargot",
|
||||
},
|
||||
id: "p4", name: "Escargot", price: "£12", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-food-arrangement_23-2148510885.jpg", imageAlt: "Escargot"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Wild Mushroom Croquette",
|
||||
price: "£9",
|
||||
variant: "Vegetarian",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushrooms-meal-cooked-with-greens-inside-plate-dark-desk-dish-dinner-ripe-meal-cooking-wild_140725-117819.jpg",
|
||||
imageAlt: "Croquette",
|
||||
},
|
||||
id: "p5", name: "Wild Mushroom Croquette", price: "£9", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushrooms-meal-cooked-with-greens-inside-plate-dark-desk-dish-dinner-ripe-meal-cooking-wild_140725-117819.jpg", imageAlt: "Croquette"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Fresh Oyster Platter",
|
||||
price: "£20",
|
||||
variant: "Seafood",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-oyster-with-caviar-top-lemon_74190-6028.jpg",
|
||||
imageAlt: "Oysters",
|
||||
},
|
||||
id: "p6", name: "Fresh Oyster Platter", price: "£20", variant: "Seafood", imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-oyster-with-caviar-top-lemon_74190-6028.jpg", imageAlt: "Oysters"},
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="A feast for the senses, carefully crafted for you."
|
||||
@@ -254,45 +159,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Christopher Jones",
|
||||
handle: "@jonesy",
|
||||
testimonial: "The posh fish supper is a must… A feast for the senses!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-diner-aesthetics_23-2151854444.jpg",
|
||||
},
|
||||
id: "t1", name: "Christopher Jones", handle: "@jonesy", testimonial: "The posh fish supper is a must… A feast for the senses!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-diner-aesthetics_23-2151854444.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Danielle McIsaac",
|
||||
handle: "@danielle",
|
||||
testimonial: "Food was excellent! Highly recommend and will 100% be back.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg",
|
||||
},
|
||||
id: "t2", name: "Danielle McIsaac", handle: "@danielle", testimonial: "Food was excellent! Highly recommend and will 100% be back.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "II U OK HUN II",
|
||||
handle: "@traveler",
|
||||
testimonial: "This place exceeded our expectations in every way. Undoubtedly a trip highlight.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg",
|
||||
},
|
||||
id: "t3", name: "II U OK HUN II", handle: "@traveler", testimonial: "This place exceeded our expectations in every way. Undoubtedly a trip highlight.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sarah P.",
|
||||
handle: "@foodie",
|
||||
testimonial: "Fantastic food and exceptional staff service. A true Glasgow gem.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67527.jpg",
|
||||
},
|
||||
id: "t4", name: "Sarah P.", handle: "@foodie", testimonial: "Fantastic food and exceptional staff service. A true Glasgow gem.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67527.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Mark R.",
|
||||
handle: "@localguide",
|
||||
testimonial: "The atmosphere is so cozy. Best cocktail selection in the area.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg",
|
||||
},
|
||||
id: "t5", name: "Mark R.", handle: "@localguide", testimonial: "The atmosphere is so cozy. Best cocktail selection in the area.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Loved by Our Guests"
|
||||
@@ -306,20 +186,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do I need to book a table?",
|
||||
content: "While we welcome walk-ins, we highly recommend booking in advance, especially for evenings and weekends.",
|
||||
},
|
||||
id: "q1", title: "Do I need to book a table?", content: "While we welcome walk-ins, we highly recommend booking in advance, especially for evenings and weekends."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are you pet friendly?",
|
||||
content: "Please contact us directly regarding our current pet policy for inside dining.",
|
||||
},
|
||||
id: "q2", title: "Are you pet friendly?", content: "Please contact us directly regarding our current pet policy for inside dining."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you have vegetarian options?",
|
||||
content: "Yes, we offer a range of vegetarian options on our menu.",
|
||||
},
|
||||
id: "q3", title: "Do you have vegetarian options?", content: "Yes, we offer a range of vegetarian options on our menu."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about your visit."
|
||||
@@ -331,8 +202,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Secure Your Table Today"
|
||||
description="Join us at The Iron Duke for an unforgettable meal in Glasgow. Give us a call or submit your details and we'll confirm your reservation."
|
||||
@@ -346,33 +216,21 @@ export default function LandingPage() {
|
||||
logoText="The Iron Duke"
|
||||
columns={[
|
||||
{
|
||||
title: "Restaurant",
|
||||
items: [
|
||||
title: "Restaurant", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menu", href: "#products"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user