Update src/app/page.tsx
This commit is contained in:
448
src/app/page.tsx
448
src/app/page.tsx
@@ -33,38 +33,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Gallery", id: "gallery"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
}}
|
||||
text: "Order Now", href: "#menu"}}
|
||||
topBarButton={{
|
||||
text: "01482 502602",
|
||||
href: "tel:01482502602",
|
||||
}}
|
||||
text: "01482 502602", href: "tel:01482502602"}}
|
||||
logoAlt="La Pizzeria & Grill Logo"
|
||||
brandName="La Pizzeria & Grill"
|
||||
/>
|
||||
@@ -73,8 +57,7 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Authentic Italian Flavours in the Heart of Hull"
|
||||
description="Stone-baked pizzas, fresh Mediterranean dishes & grilled specialities made fresh daily with love and tradition."
|
||||
tag="Hull's Favourite Italian"
|
||||
@@ -82,63 +65,39 @@ export default function LandingPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Order Online", href: "#menu"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sauces-near-pizza_23-2147772094.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sauces-near-pizza_23-2147772094.jpg"
|
||||
imageAlt="Delicious stone-baked pizza with fresh ingredients"
|
||||
mediaAnimation="reveal-blur"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/user-profile-front-side_187299-39595.jpg",
|
||||
alt: "Happy customer Sarah",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/user-profile-front-side_187299-39595.jpg", alt: "Happy customer Sarah"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/user-profile-front-side-with-white-background_187299-40009.jpg",
|
||||
alt: "Happy customer James",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/user-profile-front-side-with-white-background_187299-40009.jpg", alt: "Happy customer James"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/user-sign-icon-front-side_187299-47522.jpg",
|
||||
alt: "Happy customer Priya",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/user-sign-icon-front-side_187299-47522.jpg", alt: "Happy customer Priya"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/user-profile-icon-front-side_187299-39596.jpg",
|
||||
alt: "Happy customer David",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/user-profile-icon-front-side_187299-39596.jpg", alt: "Happy customer David"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-man-black-suit-glasses-looking-front-smiling-with-happy-face-standing-pink-wall_141793-50825.jpg",
|
||||
alt: "Happy customer Emma",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-man-black-suit-glasses-looking-front-smiling-with-happy-face-standing-pink-wall_141793-50825.jpg", alt: "Happy customer Emma"},
|
||||
]}
|
||||
avatarText="Loved by over 50,000 satisfied diners!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fresh Ingredients",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Fresh Ingredients", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Stone-Baked Pizzas",
|
||||
type: "text", text: "Stone-Baked Pizzas"},
|
||||
{
|
||||
type: "text-icon", text: "Authentic Recipes", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Authentic Recipes",
|
||||
icon: Award,
|
||||
},
|
||||
type: "text", text: "Family Friendly"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Friendly",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fast Service",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "Fast Service", icon: Clock,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -151,72 +110,40 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Wood-Fired Perfection",
|
||||
description: "Our traditional stone oven reaches 450°C for the perfect crispy, charred crust every time.",
|
||||
icon: Flame,
|
||||
title: "Wood-Fired Perfection", description: "Our traditional stone oven reaches 450°C for the perfect crispy, charred crust every time.", icon: Flame,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-s-hands-make-dough-azerbaijani-dish-gutab_114579-18127.jpg",
|
||||
imageAlt: "Chef preparing pizza dough",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-s-hands-make-dough-azerbaijani-dish-gutab_114579-18127.jpg", imageAlt: "Chef preparing pizza dough"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-cheesy-pepperoni-pizza-inside-brick-stone-oven_181624-58518.jpg",
|
||||
imageAlt: "Pizza being put into a wood-fired oven",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sauces-near-pizza_23-2147772094.jpg?_wi=2",
|
||||
imageAlt: "Chef preparing pizza dough",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-cheesy-pepperoni-pizza-inside-brick-stone-oven_181624-58518.jpg", imageAlt: "Pizza being put into a wood-fired oven"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Made with Love",
|
||||
description: "Every dish is crafted with passion using time-honoured family recipes passed down through generations.",
|
||||
icon: Heart,
|
||||
title: "Made with Love", description: "Every dish is crafted with passion using time-honoured family recipes passed down through generations.", icon: Heart,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-wooden-table_23-2148006677.jpg",
|
||||
imageAlt: "Fresh basil, oregano, and other herbs",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-wooden-table_23-2148006677.jpg", imageAlt: "Fresh basil, oregano, and other herbs"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-sauce-pasta_23-2148296931.jpg",
|
||||
imageAlt: "Chef garnishing a pasta dish",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pizza-with-cheese-brown-round-wooden-desk-dark-surface_140725-14476.jpg?_wi=1",
|
||||
imageAlt: "Chef preparing pizza dough",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-sauce-pasta_23-2148296931.jpg", imageAlt: "Chef garnishing a pasta dish"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Premium Ingredients",
|
||||
description: "We source the finest local and imported Italian ingredients for authentic Mediterranean flavours.",
|
||||
icon: Award,
|
||||
title: "Premium Ingredients", description: "We source the finest local and imported Italian ingredients for authentic Mediterranean flavours.", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-vegetables-as-garlic-tomato-pepper-cutting-board-with-dill-wood_141793-16850.jpg",
|
||||
imageAlt: "Fresh tomatoes, basil, and garlic",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-vegetables-as-garlic-tomato-pepper-cutting-board-with-dill-wood_141793-16850.jpg", imageAlt: "Fresh tomatoes, basil, and garlic"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-vegetable-farmers-market_23-2148209779.jpg",
|
||||
imageAlt: "Basket of fresh locally sourced vegetables",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/world-cuisine-with-delicious-food_23-2151890014.jpg?_wi=1",
|
||||
imageAlt: "Chef preparing pizza dough",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-vegetable-farmers-market_23-2148209779.jpg", imageAlt: "Basket of fresh locally sourced vegetables"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Family Atmosphere",
|
||||
description: "Whether dining in or ordering takeaway, we treat every customer like family.",
|
||||
icon: Users,
|
||||
title: "Family Atmosphere", description: "Whether dining in or ordering takeaway, we treat every customer like family.", icon: Users,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-pizza_23-2151231319.jpg",
|
||||
imageAlt: "Happy family enjoying pizza in a restaurant",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-pizza_23-2151231319.jpg", imageAlt: "Happy family enjoying pizza in a restaurant"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg",
|
||||
imageAlt: "Warm and cozy restaurant dining area",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-chicken-skewers-natural-wood-board-vegetables-spices-dark-table_140725-147597.jpg?_wi=1",
|
||||
imageAlt: "Chef preparing pizza dough",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg", imageAlt: "Warm and cozy restaurant dining area"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="A Passion for Authentic Flavours"
|
||||
@@ -232,47 +159,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "margherita",
|
||||
name: "Margherita Pizza",
|
||||
price: "£9.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pizza-with-cheese-brown-round-wooden-desk-dark-surface_140725-14476.jpg?_wi=2",
|
||||
imageAlt: "Classic Margherita pizza",
|
||||
},
|
||||
id: "margherita", name: "Margherita Pizza", price: "£9.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pizza-with-cheese-brown-round-wooden-desk-dark-surface_140725-14476.jpg", imageAlt: "Classic Margherita pizza"},
|
||||
{
|
||||
id: "pepperoni",
|
||||
name: "Pepperoni Pizza",
|
||||
price: "£11.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/world-cuisine-with-delicious-food_23-2151890014.jpg?_wi=2",
|
||||
imageAlt: "Spicy Pepperoni pizza",
|
||||
},
|
||||
id: "pepperoni", name: "Pepperoni Pizza", price: "£11.99", imageSrc: "http://img.b2bpic.net/free-photo/world-cuisine-with-delicious-food_23-2151890014.jpg", imageAlt: "Spicy Pepperoni pizza"},
|
||||
{
|
||||
id: "mixed-grill",
|
||||
name: "Mixed Grill Platter",
|
||||
price: "£18.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-chicken-skewers-natural-wood-board-vegetables-spices-dark-table_140725-147597.jpg?_wi=2",
|
||||
imageAlt: "Assorted grilled meats platter",
|
||||
},
|
||||
id: "mixed-grill", name: "Mixed Grill Platter", price: "£18.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-chicken-skewers-natural-wood-board-vegetables-spices-dark-table_140725-147597.jpg", imageAlt: "Assorted grilled meats platter"},
|
||||
{
|
||||
id: "ribeye",
|
||||
name: "Ribeye Steak",
|
||||
price: "£19.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-slice-dark-background-meat-dinner-food-dish-fry-color-animal-rib-cooking-barbecue_179666-46349.jpg",
|
||||
imageAlt: "Grilled Ribeye steak with sides",
|
||||
},
|
||||
id: "ribeye", name: "Ribeye Steak", price: "£19.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-slice-dark-background-meat-dinner-food-dish-fry-color-animal-rib-cooking-barbecue_179666-46349.jpg", imageAlt: "Grilled Ribeye steak with sides"},
|
||||
{
|
||||
id: "carbonara",
|
||||
name: "Carbonara Pasta",
|
||||
price: "£12.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-carbonara-recipe_1150-17479.jpg",
|
||||
imageAlt: "Creamy Carbonara pasta",
|
||||
},
|
||||
id: "carbonara", name: "Carbonara Pasta", price: "£12.99", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-carbonara-recipe_1150-17479.jpg", imageAlt: "Creamy Carbonara pasta"},
|
||||
{
|
||||
id: "halloumi-burger",
|
||||
name: "Halloumi Burger",
|
||||
price: "£10.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-with-juicy-chicken-burger-cheese-tomato-red-onion-wooden-table_2829-19652.jpg",
|
||||
imageAlt: "Grilled Halloumi burger",
|
||||
},
|
||||
id: "halloumi-burger", name: "Halloumi Burger", price: "£10.99", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-with-juicy-chicken-burger-cheese-tomato-red-onion-wooden-table_2829-19652.jpg", imageAlt: "Grilled Halloumi burger"},
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="From stone-baked pizzas to sizzling grills, discover our selection of authentic Italian and Mediterranean favourites."
|
||||
@@ -286,36 +183,24 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Leaf,
|
||||
label: "Fresh Ingredients Daily",
|
||||
value: "Quality produce",
|
||||
},
|
||||
label: "Fresh Ingredients Daily", value: "Quality produce"},
|
||||
{
|
||||
icon: Flame,
|
||||
label: "Traditional Stone-Baked Oven",
|
||||
value: "Perfect crispy crust",
|
||||
},
|
||||
label: "Traditional Stone-Baked Oven", value: "Perfect crispy crust"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Authentic Mediterranean Recipes",
|
||||
value: "Time-honoured dishes",
|
||||
},
|
||||
label: "Authentic Mediterranean Recipes", value: "Time-honoured dishes"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Family Friendly Atmosphere",
|
||||
value: "Welcoming for all",
|
||||
},
|
||||
label: "Family Friendly Atmosphere", value: "Welcoming for all"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Fast Collection & Takeaway",
|
||||
value: "Ready in minutes",
|
||||
},
|
||||
label: "Fast Collection & Takeaway", value: "Ready in minutes"},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Excellent Local Reviews",
|
||||
value: "Hull's favourite",
|
||||
},
|
||||
label: "Excellent Local Reviews", value: "Hull's favourite"},
|
||||
]}
|
||||
metricsAnimation="reveal-blur"
|
||||
metricsAnimation="blur-reveal"
|
||||
description="We're not just another takeaway. Here's what sets La Pizzeria & Grill apart from the rest."
|
||||
/>
|
||||
</div>
|
||||
@@ -327,69 +212,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "gallery-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134263.jpg",
|
||||
imageAlt: "Stone-baked Margherita pizza fresh from the oven",
|
||||
value: "Delicious",
|
||||
title: "Pizza",
|
||||
description: "Stone-baked Margherita pizza fresh from the oven",
|
||||
},
|
||||
id: "gallery-1", imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134263.jpg", imageAlt: "Stone-baked Margherita pizza fresh from the oven", value: "Delicious", title: "Pizza", description: "Stone-baked Margherita pizza fresh from the oven"},
|
||||
{
|
||||
id: "gallery-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-table-chair_74190-3625.jpg",
|
||||
imageAlt: "Restaurant interior with warm ambient lighting",
|
||||
value: "Ambiance",
|
||||
title: "Interior",
|
||||
description: "Restaurant interior with warm ambient lighting",
|
||||
},
|
||||
id: "gallery-2", imageSrc: "http://img.b2bpic.net/free-photo/empty-table-chair_74190-3625.jpg", imageAlt: "Restaurant interior with warm ambient lighting", value: "Ambiance", title: "Interior", description: "Restaurant interior with warm ambient lighting"},
|
||||
{
|
||||
id: "gallery-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-meat-steak-with-vegetable_1203-9957.jpg",
|
||||
imageAlt: "Grilled lamb chops with herbs",
|
||||
value: "Savoury",
|
||||
title: "Grill",
|
||||
description: "Grilled lamb chops with herbs",
|
||||
},
|
||||
id: "gallery-3", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-meat-steak-with-vegetable_1203-9957.jpg", imageAlt: "Grilled lamb chops with herbs", value: "Savoury", title: "Grill", description: "Grilled lamb chops with herbs"},
|
||||
{
|
||||
id: "gallery-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-adding-flour-dough-by-hand-looking-camera-smiling-retired-elderly-chef-with-bonete-uniform-sprinkling-sieving-spreading-rew-ingredients-with-hand-baking-homemade-pizza-bread_482257-14466.jpg",
|
||||
imageAlt: "Pizza preparation with fresh toppings",
|
||||
value: "Artisan",
|
||||
title: "Pizza",
|
||||
description: "Pizza preparation with fresh toppings",
|
||||
},
|
||||
id: "gallery-4", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-adding-flour-dough-by-hand-looking-camera-smiling-retired-elderly-chef-with-bonete-uniform-sprinkling-sieving-spreading-rew-ingredients-with-hand-baking-homemade-pizza-bread_482257-14466.jpg", imageAlt: "Pizza preparation with fresh toppings", value: "Artisan", title: "Pizza", description: "Pizza preparation with fresh toppings"},
|
||||
{
|
||||
id: "gallery-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134277.jpg",
|
||||
imageAlt: "Wood-fired pizza oven with flames",
|
||||
value: "Traditional",
|
||||
title: "Kitchen",
|
||||
description: "Wood-fired pizza oven with flames",
|
||||
},
|
||||
id: "gallery-5", imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134277.jpg", imageAlt: "Wood-fired pizza oven with flames", value: "Traditional", title: "Kitchen", description: "Wood-fired pizza oven with flames"},
|
||||
{
|
||||
id: "gallery-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-green-ravioli-pasta-with-onion-basil-leaves-ceramic-plate_23-2148246823.jpg",
|
||||
imageAlt: "Fresh pasta with tomato sauce",
|
||||
value: "Classic",
|
||||
title: "Pasta",
|
||||
description: "Fresh pasta with tomato sauce",
|
||||
},
|
||||
id: "gallery-6", imageSrc: "http://img.b2bpic.net/free-photo/tasty-green-ravioli-pasta-with-onion-basil-leaves-ceramic-plate_23-2148246823.jpg", imageAlt: "Fresh pasta with tomato sauce", value: "Classic", title: "Pasta", description: "Fresh pasta with tomato sauce"},
|
||||
{
|
||||
id: "gallery-7",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-hamburger-with-flag_23-2147783576.jpg",
|
||||
imageAlt: "Gourmet burger with melted cheese",
|
||||
value: "Gourmet",
|
||||
title: "Burgers",
|
||||
description: "Gourmet burger with melted cheese",
|
||||
},
|
||||
id: "gallery-7", imageSrc: "http://img.b2bpic.net/free-photo/american-hamburger-with-flag_23-2147783576.jpg", imageAlt: "Gourmet burger with melted cheese", value: "Gourmet", title: "Burgers", description: "Gourmet burger with melted cheese"},
|
||||
{
|
||||
id: "gallery-8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-sac-ichi-with-meat-potatoes-served-with-yogurt-composto-wooden-board_114579-8624.jpg",
|
||||
imageAlt: "Mediterranean platter with various dishes",
|
||||
value: "Variety",
|
||||
title: "Specials",
|
||||
description: "Mediterranean platter with various dishes",
|
||||
},
|
||||
id: "gallery-8", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-sac-ichi-with-meat-potatoes-served-with-yogurt-composto-wooden-board_114579-8624.jpg", imageAlt: "Mediterranean platter with various dishes", value: "Variety", title: "Specials", description: "Mediterranean platter with various dishes"},
|
||||
]}
|
||||
title="Our Gallery"
|
||||
description="A glimpse into our kitchen, our dishes, and the passion we put into every plate."
|
||||
@@ -400,55 +237,20 @@ export default function LandingPage() {
|
||||
<TestimonialCardSix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah M.",
|
||||
handle: "Hull Resident",
|
||||
testimonial: "Best pizza in Hull, hands down. The stone-baked crust is absolutely perfect — crispy on the outside, soft on the inside. We order here at least once a week!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/user-profile-sign-icon-front-side_187299-39692.jpg",
|
||||
imageAlt: "Sarah M. avatar",
|
||||
},
|
||||
id: "1", name: "Sarah M.", handle: "Hull Resident", testimonial: "Best pizza in Hull, hands down. The stone-baked crust is absolutely perfect — crispy on the outside, soft on the inside. We order here at least once a week!", imageSrc: "http://img.b2bpic.net/free-photo/user-profile-sign-icon-front-side_187299-39692.jpg", imageAlt: "Sarah M. avatar"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James T.",
|
||||
handle: "Local Foodie",
|
||||
testimonial: "Outstanding food and service every single time. The mixed grill platter is incredible value and tastes amazing. A true local gem.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-cartoon-style_23-2151134328.jpg",
|
||||
imageAlt: "James T. avatar",
|
||||
},
|
||||
id: "2", name: "James T.", handle: "Local Foodie", testimonial: "Outstanding food and service every single time. The mixed grill platter is incredible value and tastes amazing. A true local gem.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-cartoon-style_23-2151134328.jpg", imageAlt: "James T. avatar"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Priya K.",
|
||||
handle: "Veggie Lover",
|
||||
testimonial: "The vegetarian options here are fantastic. So refreshing to find a place that puts real effort into their meat-free dishes. The mushroom risotto is divine!",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-people-icon-character-illustration-vector-flat-style_40876-4152.jpg",
|
||||
imageAlt: "Priya K. avatar",
|
||||
},
|
||||
id: "3", name: "Priya K.", handle: "Veggie Lover", testimonial: "The vegetarian options here are fantastic. So refreshing to find a place that puts real effort into their meat-free dishes. The mushroom risotto is divine!", imageSrc: "http://img.b2bpic.net/free-vector/business-people-icon-character-illustration-vector-flat-style_40876-4152.jpg", imageAlt: "Priya K. avatar"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David R.",
|
||||
handle: "Happy Family",
|
||||
testimonial: "Brought the family here for my birthday. Kids loved it, adults loved it even more. Authentic Italian flavours in a warm, welcoming atmosphere.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-man-portrait_23-2149051737.jpg",
|
||||
imageAlt: "David R. avatar",
|
||||
},
|
||||
id: "4", name: "David R.", handle: "Happy Family", testimonial: "Brought the family here for my birthday. Kids loved it, adults loved it even more. Authentic Italian flavours in a warm, welcoming atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-man-portrait_23-2149051737.jpg", imageAlt: "David R. avatar"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Emma L.",
|
||||
handle: "Italian Enthusiast",
|
||||
testimonial: "Their carbonara transported me straight back to Rome. Creamy, perfectly seasoned, with proper pancetta. Will definitely be returning!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-posing-house_344912-1165.jpg",
|
||||
imageAlt: "Emma L. avatar",
|
||||
},
|
||||
id: "5", name: "Emma L.", handle: "Italian Enthusiast", testimonial: "Their carbonara transported me straight back to Rome. Creamy, perfectly seasoned, with proper pancetta. Will definitely be returning!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-posing-house_344912-1165.jpg", imageAlt: "Emma L. avatar"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Michael B.",
|
||||
handle: "Regular Customer",
|
||||
testimonial: "Quick collection, still piping hot when I got home. The Meat Feast pizza is loaded with toppings. Excellent quality for the price.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg",
|
||||
imageAlt: "Michael B. avatar",
|
||||
},
|
||||
id: "6", name: "Michael B.", handle: "Regular Customer", testimonial: "Quick collection, still piping hot when I got home. The Meat Feast pizza is loaded with toppings. Excellent quality for the price.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "Michael B. avatar"},
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
description="Don't just take our word for it — hear from our happy customers."
|
||||
@@ -462,47 +264,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "collection",
|
||||
badge: "Convenient",
|
||||
price: "Free",
|
||||
subtitle: "Collection",
|
||||
features: [
|
||||
"Order ahead",
|
||||
"Pick up hot meal",
|
||||
],
|
||||
id: "collection", badge: "Convenient", price: "Free", subtitle: "Collection", features: [
|
||||
"Order ahead", "Pick up hot meal"],
|
||||
},
|
||||
{
|
||||
id: "quick-service",
|
||||
badge: "Fast",
|
||||
price: "~25 Min",
|
||||
subtitle: "Quick Service",
|
||||
features: [
|
||||
"Ready in 20-30 minutes",
|
||||
"No compromise on quality",
|
||||
],
|
||||
id: "quick-service", badge: "Fast", price: "~25 Min", subtitle: "Quick Service", features: [
|
||||
"Ready in 20-30 minutes", "No compromise on quality"],
|
||||
},
|
||||
{
|
||||
id: "phone-orders",
|
||||
badge: "Easy",
|
||||
price: "Call Now",
|
||||
subtitle: "Phone Orders",
|
||||
features: [
|
||||
"Call anytime we're open",
|
||||
"Personalized assistance",
|
||||
],
|
||||
id: "phone-orders", badge: "Easy", price: "Call Now", subtitle: "Phone Orders", features: [
|
||||
"Call anytime we're open", "Personalized assistance"],
|
||||
},
|
||||
]}
|
||||
title="Ready to Order?"
|
||||
description="Whether you're dining in, picking up, or enjoying at home — we've got you covered. Call now or visit us for an unforgettable meal."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call 01482 502602",
|
||||
href: "tel:01482502602",
|
||||
},
|
||||
text: "Call 01482 502602", href: "tel:01482502602"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Directions", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -511,18 +291,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Find us in the heart of Hull. We'd love to hear from you — whether you're ordering, asking questions, or just saying hello. Visit us at 346 Priory Road, Hull, HU5 5SX, or call 01482 502602. We're open daily from 4pm."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us Now",
|
||||
href: "tel:01482502602",
|
||||
},
|
||||
text: "Call Us Now", href: "tel:01482502602"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com/?q=346+Priory+Road+Hull+HU5+5SX",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=346+Priory+Road+Hull+HU5+5SX"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -532,74 +307,43 @@ export default function LandingPage() {
|
||||
logoText="La Pizzeria & Grill"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#gallery",
|
||||
},
|
||||
label: "Gallery", href: "#gallery"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Our Menu",
|
||||
items: [
|
||||
title: "Our Menu", items: [
|
||||
{
|
||||
label: "Pizzas",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Pizzas", href: "#menu"},
|
||||
{
|
||||
label: "Grill Specials",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Grill Specials", href: "#menu"},
|
||||
{
|
||||
label: "Burgers",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Burgers", href: "#menu"},
|
||||
{
|
||||
label: "Pasta",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Pasta", href: "#menu"},
|
||||
{
|
||||
label: "Vegetarian",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Vegetarian", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Us",
|
||||
items: [
|
||||
title: "Contact Us", items: [
|
||||
{
|
||||
label: "346 Priory Road, Hull, HU5 5SX",
|
||||
href: "https://maps.google.com/?q=346+Priory+Road+Hull+HU5+5SX",
|
||||
},
|
||||
label: "346 Priory Road, Hull, HU5 5SX", href: "https://maps.google.com/?q=346+Priory+Road+Hull+HU5+5SX"},
|
||||
{
|
||||
label: "01482 502602",
|
||||
href: "tel:01482502602",
|
||||
},
|
||||
label: "01482 502602", href: "tel:01482502602"},
|
||||
{
|
||||
label: "info@lapizzeriagrill.co.uk",
|
||||
href: "mailto:info@lapizzeriagrill.co.uk",
|
||||
},
|
||||
label: "info@lapizzeriagrill.co.uk", href: "mailto:info@lapizzeriagrill.co.uk"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user