Merge version_1 into main #1
204
src/app/page.tsx
204
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Kapari"
|
||||
/>
|
||||
@@ -58,9 +50,7 @@ export default function LandingPage() {
|
||||
description="Authentic Mediterranean flavors crafted with passion and fresh, local ingredients in an elegant atmosphere."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Now", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157810.jpg"
|
||||
imageAlt="Kapari Restaurant Interior"
|
||||
@@ -85,47 +75,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Grilled Octopus",
|
||||
price: "$34",
|
||||
variant: "Seafood",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-egg-with-truffles-pita_23-2149548076.jpg",
|
||||
},
|
||||
id: "p1", name: "Grilled Octopus", price: "$34", variant: "Seafood", imageSrc: "http://img.b2bpic.net/free-photo/tasty-egg-with-truffles-pita_23-2149548076.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Lemon Herb Lamb",
|
||||
price: "$42",
|
||||
variant: "Main Course",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-seafood-platter-with-lobster-oyster-tiger-prawns-scallops_140725-8732.jpg",
|
||||
},
|
||||
id: "p2", name: "Lemon Herb Lamb", price: "$42", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/hot-seafood-platter-with-lobster-oyster-tiger-prawns-scallops_140725-8732.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Mediterranean Mezze",
|
||||
price: "$28",
|
||||
variant: "Appetizer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-collection-natural-fresh-vegetables-pepper-dinner-cooking_140725-135324.jpg",
|
||||
},
|
||||
id: "p3", name: "Mediterranean Mezze", price: "$28", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-collection-natural-fresh-vegetables-pepper-dinner-cooking_140725-135324.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Fresh Sea Bass",
|
||||
price: "$38",
|
||||
variant: "Seafood",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-sandwiches-with-cucumbers-olives-inside-plate-white_140725-154058.jpg",
|
||||
},
|
||||
id: "p4", name: "Fresh Sea Bass", price: "$38", variant: "Seafood", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-sandwiches-with-cucumbers-olives-inside-plate-white_140725-154058.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Wild Mushroom Risotto",
|
||||
price: "$30",
|
||||
variant: "Vegetarian",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-potato-buddha-bowl-white-table-flat-lay_53876-96032.jpg",
|
||||
},
|
||||
id: "p5", name: "Wild Mushroom Risotto", price: "$30", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/sweet-potato-buddha-bowl-white-table-flat-lay_53876-96032.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Roasted Vegetable Platter",
|
||||
price: "$24",
|
||||
variant: "Vegetarian",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-lettuce-olives-corn-tomatoes-top-view_114579-9534.jpg",
|
||||
},
|
||||
id: "p6", name: "Roasted Vegetable Platter", price: "$24", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-lettuce-olives-corn-tomatoes-top-view_114579-9534.jpg"},
|
||||
]}
|
||||
title="Signature Dishes"
|
||||
description="Experience our curated selection of Mediterranean specialties."
|
||||
@@ -139,45 +99,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena Rossi",
|
||||
handle: "@elena",
|
||||
testimonial: "An incredible experience. The flavors took me straight back to the Mediterranean.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-eating-restaurant-with-friends_23-2149316752.jpg",
|
||||
},
|
||||
id: "1", name: "Elena Rossi", handle: "@elena", testimonial: "An incredible experience. The flavors took me straight back to the Mediterranean.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-eating-restaurant-with-friends_23-2149316752.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark Stevens",
|
||||
handle: "@mstevens",
|
||||
testimonial: "Exceptional service and even better food. A new favorite in the city.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5512.jpg",
|
||||
},
|
||||
id: "2", name: "Mark Stevens", handle: "@mstevens", testimonial: "Exceptional service and even better food. A new favorite in the city.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5512.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophia Chen",
|
||||
handle: "@sophia",
|
||||
testimonial: "Fresh, vibrant, and perfectly cooked. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-man-with-beard-restaurant_1262-3602.jpg",
|
||||
},
|
||||
id: "3", name: "Sophia Chen", handle: "@sophia", testimonial: "Fresh, vibrant, and perfectly cooked. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-man-with-beard-restaurant_1262-3602.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Miller",
|
||||
handle: "@davidm",
|
||||
testimonial: "The atmosphere and cuisine are unmatched. True culinary excellence.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-feeding-his-bride-with-croissant-cafe_176420-2272.jpg",
|
||||
},
|
||||
id: "4", name: "David Miller", handle: "@davidm", testimonial: "The atmosphere and cuisine are unmatched. True culinary excellence.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-feeding-his-bride-with-croissant-cafe_176420-2272.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chloe Vance",
|
||||
handle: "@chloev",
|
||||
testimonial: "A beautiful night out. Everything from service to dessert was impeccable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-people-with-drinks_23-2150124809.jpg",
|
||||
},
|
||||
id: "5", name: "Chloe Vance", handle: "@chloev", testimonial: "A beautiful night out. Everything from service to dessert was impeccable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-people-with-drinks_23-2150124809.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Guest Stories"
|
||||
@@ -193,26 +128,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Marco V.",
|
||||
role: "Executive Chef",
|
||||
description: "Bringing over 20 years of experience in coastal Mediterranean cooking.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-owner-working_23-2148366612.jpg",
|
||||
},
|
||||
id: "t1", name: "Marco V.", role: "Executive Chef", description: "Bringing over 20 years of experience in coastal Mediterranean cooking.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-owner-working_23-2148366612.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Anna S.",
|
||||
role: "Restaurant Manager",
|
||||
description: "Ensuring every guest feels at home with warm, attentive hospitality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waitress-using-touchpad-while-working-cafe_637285-8921.jpg",
|
||||
},
|
||||
id: "t2", name: "Anna S.", role: "Restaurant Manager", description: "Ensuring every guest feels at home with warm, attentive hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waitress-using-touchpad-while-working-cafe_637285-8921.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Luca D.",
|
||||
role: "Head Sommelier",
|
||||
description: "Expertly curating our selection of Mediterranean wines to pair with your meal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/work-man-human-confident-gesture_1368-2443.jpg",
|
||||
},
|
||||
id: "t3", name: "Luca D.", role: "Head Sommelier", description: "Expertly curating our selection of Mediterranean wines to pair with your meal.", imageSrc: "http://img.b2bpic.net/free-photo/work-man-human-confident-gesture_1368-2443.jpg"},
|
||||
]}
|
||||
title="Meet the Team"
|
||||
description="The passionate experts behind every plate at Kapari."
|
||||
@@ -226,31 +146,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
items: [
|
||||
"Deep expertise",
|
||||
"Consistent quality",
|
||||
],
|
||||
id: "m1", value: "15+", title: "Years Experience", items: [
|
||||
"Deep expertise", "Consistent quality"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5000+",
|
||||
title: "Satisfied Guests",
|
||||
items: [
|
||||
"Community focused",
|
||||
"Local favorite",
|
||||
],
|
||||
id: "m2", value: "5000+", title: "Satisfied Guests", items: [
|
||||
"Community focused", "Local favorite"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Fresh Ingredients",
|
||||
items: [
|
||||
"Locally sourced",
|
||||
"Farm-to-table",
|
||||
],
|
||||
id: "m3", value: "100%", title: "Fresh Ingredients", items: [
|
||||
"Locally sourced", "Farm-to-table"],
|
||||
},
|
||||
]}
|
||||
title="Our Journey"
|
||||
@@ -264,20 +169,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you accept reservations?",
|
||||
content: "Yes, we highly recommend booking in advance through our website or by phone.",
|
||||
},
|
||||
id: "q1", title: "Do you accept reservations?", content: "Yes, we highly recommend booking in advance through our website or by phone."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are there vegetarian options?",
|
||||
content: "Yes, our menu features a wide variety of fresh, vegetarian-friendly Mediterranean dishes.",
|
||||
},
|
||||
id: "q2", title: "Are there vegetarian options?", content: "Yes, our menu features a wide variety of fresh, vegetarian-friendly Mediterranean dishes."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is parking available?",
|
||||
content: "Complimentary valet parking is available for all guests during dinner service.",
|
||||
},
|
||||
id: "q3", title: "Is parking available?", content: "Complimentary valet parking is available for all guests during dinner service."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Find answers to help you plan your visit."
|
||||
@@ -287,10 +183,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Contact"
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Visit Kapari"
|
||||
description="Ready to experience Mediterranean culinary excellence? Book your table today."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/twinkly-lights-decoration-christmas-background_23-2148056704.jpg"
|
||||
@@ -306,37 +202,23 @@ export default function LandingPage() {
|
||||
logoText="Kapari"
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Our Menu", href: "#menu"},
|
||||
{
|
||||
label: "Reserve",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reserve", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
label: "Twitter", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user