Merge version_1 into main #1
233
src/app/page.tsx
233
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Gatto Nero"
|
||||
/>
|
||||
@@ -57,14 +45,8 @@ export default function LandingPage() {
|
||||
logoText="Pizzeria Gatto Nero"
|
||||
description="Authentic Italian kitchen in the heart of Berlin. Experience traditional recipes served with warmth and passion."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "tel:+49307537783",
|
||||
},
|
||||
{ text: "View Our Menu", href: "#menu" },
|
||||
{ text: "Book a Table", href: "tel:+49307537783" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-round-table-served-two-christms-dinner-silver-candle-decorated-with-natural-fir-branches-two-flutes-pairs-plates-with-decorative-handmade-christmas-trees_132075-11391.jpg"
|
||||
/>
|
||||
@@ -77,18 +59,9 @@ export default function LandingPage() {
|
||||
title="A Tradition of Taste"
|
||||
description="At Gatto Nero, we believe in the simplicity of high-quality ingredients and traditional techniques passed down through generations. Our professional service staff ensures an unforgettable dining experience."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Traditional Recipes",
|
||||
description: "Authentic dishes inspired by Italian heritage.",
|
||||
},
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "Sourced locally and imported daily for quality.",
|
||||
},
|
||||
{
|
||||
title: "Exceptional Service",
|
||||
description: "Properly dressed gentlemen providing refined hospitality.",
|
||||
},
|
||||
{ title: "Traditional Recipes", description: "Authentic dishes inspired by Italian heritage." },
|
||||
{ title: "Fresh Ingredients", description: "Sourced locally and imported daily for quality." },
|
||||
{ title: "Exceptional Service", description: "Properly dressed gentlemen providing refined hospitality." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-person-sprinkling-flour-dough_23-2148296916.jpg"
|
||||
/>
|
||||
@@ -101,42 +74,12 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Margherita Pizza",
|
||||
price: "12 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-with-mushroom-green-pepper_114579-4305.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Tagliatelle Al Ragu",
|
||||
price: "15 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-pasta-white-plate_181624-42231.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Classic Tiramisu",
|
||||
price: "7 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-muffins-with-berries-light-table_140725-137091.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Scaloppa Alla Bolognese",
|
||||
price: "18 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-germany-sausage_1339-5598.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vorspeisenplatte",
|
||||
price: "14 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-white-plate_181624-1007.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Gourmet Pizza Veg",
|
||||
price: "13 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-cooking-pizza-kitchen_23-2148040914.jpg",
|
||||
},
|
||||
{ id: "1", name: "Margherita Pizza", price: "12 €", imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-with-mushroom-green-pepper_114579-4305.jpg" },
|
||||
{ id: "2", name: "Tagliatelle Al Ragu", price: "15 €", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-pasta-white-plate_181624-42231.jpg" },
|
||||
{ id: "3", name: "Classic Tiramisu", price: "7 €", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-muffins-with-berries-light-table_140725-137091.jpg" },
|
||||
{ id: "4", name: "Scaloppa Alla Bolognese", price: "18 €", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-germany-sausage_1339-5598.jpg" },
|
||||
{ id: "5", name: "Vorspeisenplatte", price: "14 €", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-white-plate_181624-1007.jpg" },
|
||||
{ id: "6", name: "Gourmet Pizza Veg", price: "13 €", imageSrc: "http://img.b2bpic.net/free-photo/young-man-cooking-pizza-kitchen_23-2148040914.jpg" },
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Explore our curated selection of classic Italian delicacies, from hand-tossed pizzas to decadent desserts."
|
||||
@@ -145,42 +88,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="experience" data-section="experience">
|
||||
<FeatureCardTwentyFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "feat-1",
|
||||
title: "Atmosphere",
|
||||
author: "Gatto Nero",
|
||||
description: "Relaxing and welcoming dining room decor.",
|
||||
tags: [
|
||||
"Italian",
|
||||
"Vibe",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laughing-woman-with-dish-menu_23-2147681115.jpg",
|
||||
},
|
||||
id: "feat-1", title: "Atmosphere", author: "Gatto Nero", description: "Relaxing and welcoming dining room decor.", tags: ["Italian", "Vibe"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laughing-woman-with-dish-menu_23-2147681115.jpg"},
|
||||
{
|
||||
id: "feat-2",
|
||||
title: "Service",
|
||||
author: "Professional Team",
|
||||
description: "Highly trained staff for excellent service.",
|
||||
tags: [
|
||||
"Friendly",
|
||||
"Pro",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-coffee_23-2147985015.jpg",
|
||||
},
|
||||
id: "feat-2", title: "Service", author: "Professional Team", description: "Highly trained staff for excellent service.", tags: ["Friendly", "Pro"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-coffee_23-2147985015.jpg"},
|
||||
{
|
||||
id: "feat-3",
|
||||
title: "Hospitality",
|
||||
author: "Gatto Nero",
|
||||
description: "We treat every guest like family.",
|
||||
tags: [
|
||||
"Warmth",
|
||||
"Family",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-clinking-bottles_23-2149152926.jpg",
|
||||
},
|
||||
id: "feat-3", title: "Hospitality", author: "Gatto Nero", description: "We treat every guest like family.", tags: ["Warmth", "Family"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-clinking-bottles_23-2149152926.jpg"},
|
||||
]}
|
||||
title="An Italian Experience in Berlin"
|
||||
description="We are proud to bring the authentic flavors and the welcoming vibe of Italy to your table."
|
||||
@@ -194,21 +114,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1000+",
|
||||
description: "Happy Customers Served",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.5",
|
||||
description: "Average Google Rating",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "20+",
|
||||
description: "Years of Passion",
|
||||
},
|
||||
{ id: "m1", value: "1000+", description: "Happy Customers Served" },
|
||||
{ id: "m2", value: "4.5", description: "Average Google Rating" },
|
||||
{ id: "m3", value: "20+", description: "Years of Passion" },
|
||||
]}
|
||||
title="Trusted by Many"
|
||||
description="Serving quality food to our community with dedication."
|
||||
@@ -220,46 +128,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Excellent",
|
||||
quote: "Cibo buonissimo e a un prezzo ragionevole.",
|
||||
name: "Palvi Sharma",
|
||||
role: "Local Guide",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her_1258-199002.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "The Best",
|
||||
quote: "Il meglio della cucina italiana a Berlino.",
|
||||
name: "Anna Maria Balotta",
|
||||
role: "Local Guide",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-best-friends-enjoying-nice-conversation-lunch-modern-cafe-interior_273609-9010.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Amazing Service",
|
||||
quote: "The first thing you notice is the properly dressed service.",
|
||||
name: "Pavlo Radchenko",
|
||||
role: "Local Guide",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-fun-while-sitting-with-her-friends-dining-table-eating-dessert_637285-3239.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Authentic",
|
||||
quote: "Authentic and welcoming environment.",
|
||||
name: "User 4",
|
||||
role: "Diner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-celebrating-engagement_23-2149212184.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Wonderful",
|
||||
quote: "Perfect atmosphere for dinner.",
|
||||
name: "User 5",
|
||||
role: "Diner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovable-woman-looking-front_197531-19779.jpg",
|
||||
},
|
||||
{ id: "t1", title: "Excellent", quote: "Cibo buonissimo e a un prezzo ragionevole.", name: "Palvi Sharma", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her_1258-199002.jpg" },
|
||||
{ id: "t2", title: "The Best", quote: "Il meglio della cucina italiana a Berlino.", name: "Anna Maria Balotta", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/three-best-friends-enjoying-nice-conversation-lunch-modern-cafe-interior_273609-9010.jpg" },
|
||||
{ id: "t3", title: "Amazing Service", quote: "The first thing you notice is the properly dressed service.", name: "Pavlo Radchenko", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-fun-while-sitting-with-her-friends-dining-table-eating-dessert_637285-3239.jpg" },
|
||||
{ id: "t4", title: "Authentic", quote: "Authentic and welcoming environment.", name: "User 4", role: "Diner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-celebrating-engagement_23-2149212184.jpg" },
|
||||
{ id: "t5", title: "Wonderful", quote: "Perfect atmosphere for dinner.", name: "User 5", role: "Diner", imageSrc: "http://img.b2bpic.net/free-photo/lovable-woman-looking-front_197531-19779.jpg" },
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Join our community of satisfied diners."
|
||||
@@ -271,21 +144,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you accept reservations?",
|
||||
content: "Yes, please call us at +49 30 7537783 to book.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are you open for lunch?",
|
||||
content: "We open daily at 12:00 PM.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer delivery?",
|
||||
content: "We offer take-away options; please check our website for updates.",
|
||||
},
|
||||
{ id: "f1", title: "Do you accept reservations?", content: "Yes, please call us at +49 30 7537783 to book." },
|
||||
{ id: "f2", title: "Are you open for lunch?", content: "We open daily at 12:00 PM." },
|
||||
{ id: "f3", title: "Do you offer delivery?", content: "We offer take-away options; please check our website for updates." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Have questions about our restaurant? We have answers."
|
||||
@@ -296,9 +157,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Connect with Gatto Nero"
|
||||
description="Located at Attilastraße 20, 12105 Berlin. Feel free to contact us for reservations or inquiries."
|
||||
@@ -312,31 +171,13 @@ export default function LandingPage() {
|
||||
logoText="Gatto Nero"
|
||||
columns={[
|
||||
{
|
||||
title: "Address",
|
||||
items: [
|
||||
{
|
||||
label: "Attilastraße 20, Berlin",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Address", items: [{ label: "Attilastraße 20, Berlin", href: "#" }],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "+49 30 7537783",
|
||||
href: "tel:+49307537783",
|
||||
},
|
||||
],
|
||||
title: "Contact", items: [{ label: "+49 30 7537783", href: "tel:+49307537783" }],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Google Maps",
|
||||
href: "https://g.co/kgs/test",
|
||||
},
|
||||
],
|
||||
title: "Social", items: [{ label: "Google Maps", href: "https://g.co/kgs/test" }],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user