Update src/app/page.tsx
This commit is contained in:
177
src/app/page.tsx
177
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
name: "Our Story", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Little Sardegna"
|
||||
/>
|
||||
@@ -53,42 +45,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="A Taste of Island Tradition in the Heart of Highbury."
|
||||
description="Authentic, homemade Sardinian specialties served in a warm, rustic neighborhood trattoria on Blackstock Road."
|
||||
tag="Hidden Gem"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Table", href: "#contact"},
|
||||
{
|
||||
text: "Explore the Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Explore the Menu", href: "#menu"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg?_wi=1",
|
||||
imageAlt: "Cozy restaurant interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg", imageAlt: "Cozy restaurant interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg?_wi=1",
|
||||
imageAlt: "Sardinian cuisine plate",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629583.jpg",
|
||||
imageAlt: "Beautiful thanksgiving meal concept",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg",
|
||||
imageAlt: "Beautiful thanksgiving meal concept",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-thanksgiving-meal_23-2148629558.jpg",
|
||||
imageAlt: "Close-up view of delicious thanksgiving meal",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg", imageAlt: "Sardinian cuisine plate"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -104,19 +75,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Utensils,
|
||||
label: "Handmade Pastas",
|
||||
value: "12+",
|
||||
},
|
||||
label: "Handmade Pastas", value: "12+"},
|
||||
{
|
||||
icon: Wine,
|
||||
label: "Sardinian Wines",
|
||||
value: "20+",
|
||||
},
|
||||
label: "Sardinian Wines", value: "20+"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Years of Heritage",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Years of Heritage", value: "15+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -129,37 +94,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "1",
|
||||
badge: "Antipasti",
|
||||
price: "£6.50",
|
||||
subtitle: "Starters",
|
||||
features: [
|
||||
"Pane Carasau",
|
||||
"Tagliere Sardo",
|
||||
"Calamari Fritti",
|
||||
],
|
||||
id: "1", badge: "Antipasti", price: "£6.50", subtitle: "Starters", features: [
|
||||
"Pane Carasau", "Tagliere Sardo", "Calamari Fritti"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
badge: "Primi",
|
||||
price: "£16.50",
|
||||
subtitle: "Mains & Pasta",
|
||||
features: [
|
||||
"Malloreddus",
|
||||
"Culurgiones",
|
||||
"Spaghetti Bottarga",
|
||||
],
|
||||
id: "2", badge: "Primi", price: "£16.50", subtitle: "Mains & Pasta", features: [
|
||||
"Malloreddus", "Culurgiones", "Spaghetti Bottarga"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
badge: "Dolci",
|
||||
price: "£7.50",
|
||||
subtitle: "Desserts & Wine",
|
||||
features: [
|
||||
"Seadas",
|
||||
"Tiramisu",
|
||||
"Cannonau Red",
|
||||
],
|
||||
id: "3", badge: "Dolci", price: "£7.50", subtitle: "Desserts & Wine", features: [
|
||||
"Seadas", "Tiramisu", "Cannonau Red"],
|
||||
},
|
||||
]}
|
||||
title="Our Menu"
|
||||
@@ -174,50 +118,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah M.",
|
||||
handle: "@LocalRegular",
|
||||
testimonial: "An absolute hidden gem. The atmosphere is incredibly cozy and the Malloreddus pasta transported me straight back to Italy.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-uncooked-nest-noodles-with-flour_114579-39161.jpg",
|
||||
imageAlt: "vintage italian restaurant knick-knacks",
|
||||
},
|
||||
id: "1", name: "Sarah M.", handle: "@LocalRegular", testimonial: "An absolute hidden gem. The atmosphere is incredibly cozy and the Malloreddus pasta transported me straight back to Italy.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-uncooked-nest-noodles-with-flour_114579-39161.jpg", imageAlt: "vintage italian restaurant knick-knacks"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David T.",
|
||||
handle: "@Foodie",
|
||||
testimonial: "Incredibly authentic. The Seadas for dessert is mandatory. Outstanding service and brilliant wines.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg?_wi=2",
|
||||
imageAlt: "vintage italian restaurant knick-knacks",
|
||||
},
|
||||
id: "2", name: "David T.", handle: "@Foodie", testimonial: "Incredibly authentic. The Seadas for dessert is mandatory. Outstanding service and brilliant wines.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg", imageAlt: "vintage italian restaurant knick-knacks"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
handle: "@Traveler",
|
||||
testimonial: "A truly intimate experience. Feels like eating in a family home in Cagliari.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/backview-barman-writing-chalkboard-terrace_23-2147821251.jpg?_wi=1",
|
||||
imageAlt: "vintage italian restaurant knick-knacks",
|
||||
},
|
||||
id: "3", name: "Elena R.", handle: "@Traveler", testimonial: "A truly intimate experience. Feels like eating in a family home in Cagliari.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/backview-barman-writing-chalkboard-terrace_23-2147821251.jpg", imageAlt: "vintage italian restaurant knick-knacks"},
|
||||
{
|
||||
id: "4",
|
||||
name: "James B.",
|
||||
handle: "@DinnerGuest",
|
||||
testimonial: "The best lamb chops I've had in London. Pure Sardinian perfection.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg?_wi=2",
|
||||
imageAlt: "vintage italian restaurant knick-knacks",
|
||||
},
|
||||
id: "4", name: "James B.", handle: "@DinnerGuest", testimonial: "The best lamb chops I've had in London. Pure Sardinian perfection.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg", imageAlt: "vintage italian restaurant knick-knacks"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa K.",
|
||||
handle: "@Local",
|
||||
testimonial: "Love the quirky decor and the Cannonau wine is fantastic.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg",
|
||||
imageAlt: "vintage italian restaurant knick-knacks",
|
||||
},
|
||||
id: "5", name: "Lisa K.", handle: "@Local", testimonial: "Love the quirky decor and the Cannonau wine is fantastic.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg", imageAlt: "vintage italian restaurant knick-knacks"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Loved by the Neighborhood"
|
||||
@@ -232,23 +146,15 @@ export default function LandingPage() {
|
||||
description="Reserve your table at Little Sardegna today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Booking Details/Requests",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/backview-barman-writing-chalkboard-terrace_23-2147821251.jpg?_wi=2"
|
||||
name: "message", placeholder: "Booking Details/Requests"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/backview-barman-writing-chalkboard-terrace_23-2147821251.jpg"
|
||||
mediaPosition="right"
|
||||
/>
|
||||
</div>
|
||||
@@ -259,32 +165,25 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "170 Blackstock Rd, London",
|
||||
},
|
||||
label: "170 Blackstock Rd, London"},
|
||||
{
|
||||
label: "N5 1HA, UK",
|
||||
},
|
||||
label: "N5 1HA, UK"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Tue-Fri: 18:00-22:00",
|
||||
},
|
||||
label: "Tue-Fri: 18:00-22:00"},
|
||||
{
|
||||
label: "Sat-Sun: 12:00-22:00",
|
||||
},
|
||||
label: "Sat-Sun: 12:00-22:00"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Phone: +44 20 7354 4500",
|
||||
href: "tel:+442073544500",
|
||||
},
|
||||
label: "Phone: +44 20 7354 4500", href: "tel:+442073544500"},
|
||||
{
|
||||
label: "Follow us on Facebook",
|
||||
},
|
||||
label: "Follow us on Facebook"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user