Update src/app/page.tsx

This commit is contained in:
2026-06-03 13:54:13 +00:00
parent 09358553aa
commit 71607667ed

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About Us",
id: "#about",
},
name: "About Us", id: "#about"},
{
name: "Menu",
id: "#menu",
},
name: "Menu", id: "#menu"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Lochagou Kapota 6"
/>
@@ -59,144 +49,80 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroSplitDoubleCarousel
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Welcome to Lochagou Kapota 6"
description="Experience the authentic taste of Cyprus with our exquisite coffee and freshly baked delights. Your neighborhood's favorite spot for warmth, aroma, and community."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/interior-stylish-restaurant_1098-14471.jpg",
imageAlt: "Cozy coffee shop interior",
},
imageSrc: "http://img.b2bpic.net/free-photo/interior-stylish-restaurant_1098-14471.jpg", imageAlt: "Cozy coffee shop interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/tasty-steamy-cup-coffee-with-wooden-table-coffee-shop-wooden-card-sculpture_1268-20256.jpg",
imageAlt: "Freshly baked croissants",
},
imageSrc: "http://img.b2bpic.net/free-photo/tasty-steamy-cup-coffee-with-wooden-table-coffee-shop-wooden-card-sculpture_1268-20256.jpg", imageAlt: "Freshly baked croissants"},
{
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1517.jpg",
imageAlt: "Barista making latte art",
},
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1517.jpg", imageAlt: "Barista making latte art"},
{
imageSrc: "http://img.b2bpic.net/free-photo/slices-chocolate-cake-wooden-board-piece-sack-with-cinnamon-sticks-forks-high-angle-view-white-background_176474-4640.jpg",
imageAlt: "Delicious chocolate cake",
},
imageSrc: "http://img.b2bpic.net/free-photo/slices-chocolate-cake-wooden-board-piece-sack-with-cinnamon-sticks-forks-high-angle-view-white-background_176474-4640.jpg", imageAlt: "Delicious chocolate cake"},
{
imageSrc: "http://img.b2bpic.net/free-photo/homemade-pumpkin-bread-slice-rustic-still-life-generated-by-ai_188544-22007.jpg",
imageAlt: "Artisanal bread display",
},
imageSrc: "http://img.b2bpic.net/free-photo/homemade-pumpkin-bread-slice-rustic-still-life-generated-by-ai_188544-22007.jpg", imageAlt: "Artisanal bread display"},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-pouring-fresh-juice-glass-breakfast-kitchen-woman-drinking-healthy-natural-orange-juice-housewife-drinking-healthy-natural-homemade-orange-juice-refreshing-sunday-morning_482257-14200.jpg",
imageAlt: "Outdoor cafe seating",
},
imageSrc: "http://img.b2bpic.net/free-photo/woman-pouring-fresh-juice-glass-breakfast-kitchen-woman-drinking-healthy-natural-orange-juice-housewife-drinking-healthy-natural-homemade-orange-juice-refreshing-sunday-morning_482257-14200.jpg", imageAlt: "Outdoor cafe seating"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/croissant-filled-with-meat-vegetables_141793-1158.jpg",
imageAlt: "Outdoor cafe seating",
},
imageSrc: "http://img.b2bpic.net/free-photo/croissant-filled-with-meat-vegetables_141793-1158.jpg", imageAlt: "Outdoor cafe seating"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-bread-with-coffee_23-2148695042.jpg",
imageAlt: "Artisanal bread display",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-bread-with-coffee_23-2148695042.jpg", imageAlt: "Artisanal bread display"},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-sweet-biscuits-plate-tray-dark-surface-ceremony-glass-sweet-breakfast-color-cake-dessert_179666-24468.jpg",
imageAlt: "Delicious chocolate cake",
},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-sweet-biscuits-plate-tray-dark-surface-ceremony-glass-sweet-breakfast-color-cake-dessert_179666-24468.jpg", imageAlt: "Delicious chocolate cake"},
{
imageSrc: "http://img.b2bpic.net/free-photo/bird-city-sparrow-sitting-table-outdoor-cafe_1153-4660.jpg",
imageAlt: "Barista making latte art",
},
imageSrc: "http://img.b2bpic.net/free-photo/bird-city-sparrow-sitting-table-outdoor-cafe_1153-4660.jpg", imageAlt: "Barista making latte art"},
{
imageSrc: "http://img.b2bpic.net/free-photo/caffeine-working-coffee-cup-table_1122-2430.jpg",
imageAlt: "Freshly baked croissants",
},
imageSrc: "http://img.b2bpic.net/free-photo/caffeine-working-coffee-cup-table_1122-2430.jpg", imageAlt: "Freshly baked croissants"},
{
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-cheesecake-wooden-table-front-cushion-against-white-wall_23-2148067198.jpg",
imageAlt: "Cozy coffee shop interior",
},
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-cheesecake-wooden-table-front-cushion-against-white-wall_23-2148067198.jpg", imageAlt: "Cozy coffee shop interior"},
]}
tag="Since 2020"
tagAnimation="slide-up"
buttons={[
{
text: "View Our Menu",
href: "#menu",
},
text: "View Our Menu", href: "#menu"},
{
text: "Visit Us",
href: "#contact",
},
text: "Visit Us", href: "#contact"},
]}
buttonAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064697.jpg",
alt: "Person in a cafe enjoying a book",
},
src: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064697.jpg", alt: "Person in a cafe enjoying a book"},
{
src: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg",
alt: "Woman works at a cafe in the evening",
},
src: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg", alt: "Woman works at a cafe in the evening"},
{
src: "http://img.b2bpic.net/free-photo/tanned-lady-is-sitting-cafe-with-wooden-furniture-watching-video-phone_197531-17107.jpg",
alt: "Tanned lady is sitting in cafe with wooden furniture and watching video on phone",
},
src: "http://img.b2bpic.net/free-photo/tanned-lady-is-sitting-cafe-with-wooden-furniture-watching-video-phone_197531-17107.jpg", alt: "Tanned lady is sitting in cafe with wooden furniture and watching video on phone"},
{
src: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg",
alt: "Young attractive woman... talking on cellphone",
},
src: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg", alt: "Young attractive woman... talking on cellphone"},
{
src: "http://img.b2bpic.net/free-photo/aerial-view-hot-coffee_53876-31307.jpg",
alt: "Aerial view of hot coffee",
},
src: "http://img.b2bpic.net/free-photo/aerial-view-hot-coffee_53876-31307.jpg", alt: "Aerial view of hot coffee"},
]}
avatarText="Join our growing family of satisfied customers!"
marqueeItems={[
{
type: "image",
src: "http://img.b2bpic.net/free-photo/chocolate-cake-table-with-green-garden-relax-with-bakery-nature-concept_1150-13523.jpg",
alt: "Chocolate cake on table with green garden",
},
type: "image", src: "http://img.b2bpic.net/free-photo/chocolate-cake-table-with-green-garden-relax-with-bakery-nature-concept_1150-13523.jpg", alt: "Chocolate cake on table with green garden"},
{
type: "text",
text: "Freshly Baked Daily",
},
type: "text", text: "Freshly Baked Daily"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/chocolate-ice-cream-cake_1339-1131.jpg",
alt: "chocolate ice-cream cake",
},
type: "image", src: "http://img.b2bpic.net/free-photo/chocolate-ice-cream-cake_1339-1131.jpg", alt: "chocolate ice-cream cake"},
{
type: "text",
text: "Premium Coffee Beans",
},
type: "text", text: "Premium Coffee Beans"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/assortment-pieces-cake_114579-30722.jpg",
alt: "Assortment of pieces of cake.",
},
type: "image", src: "http://img.b2bpic.net/free-photo/assortment-pieces-cake_114579-30722.jpg", alt: "Assortment of pieces of cake."},
{
type: "text",
text: "Traditional Cypriot Treats",
},
type: "text", text: "Traditional Cypriot Treats"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/chocolate-cocoa-cake-slice-served-with-mint-leaves_114579-904.jpg",
alt: "Chocolate cocoa cake slice served with mint leaves",
},
type: "image", src: "http://img.b2bpic.net/free-photo/chocolate-cocoa-cake-slice-served-with-mint-leaves_114579-904.jpg", alt: "Chocolate cocoa cake slice served with mint leaves"},
{
type: "text",
text: "Warm & Inviting Atmosphere",
},
type: "text", text: "Warm & Inviting Atmosphere"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/sweet-round-french-buns-with-raisins_114579-12610.jpg",
alt: "Sweet round french buns with raisins.",
},
type: "image", src: "http://img.b2bpic.net/free-photo/sweet-round-french-buns-with-raisins_114579-12610.jpg", alt: "Sweet round french buns with raisins."},
{
type: "text",
text: "Community Favorite Since 2020",
},
type: "text", text: "Community Favorite Since 2020"},
]}
/>
</div>
@@ -210,8 +136,7 @@ export default function LandingPage() {
tagAnimation="blur-reveal"
buttons={[
{
text: "Learn More",
},
text: "Learn More"},
]}
imageSrc="http://img.b2bpic.net/free-photo/hipsters-sitting-with-laptop-cafe_171337-16593.jpg"
imageAlt="Hands kneading dough at a traditional Cypriot bakery"
@@ -226,23 +151,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Artisan Coffee Blends",
description: "Sourced from the finest growers, our beans are expertly roasted and brewed to perfection, offering a rich and nuanced flavor profile.",
imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-art-coffee-table-filtered-image-processed-vintage_1232-2210.jpg",
imageAlt: "Specialty coffee beans and brewing equipment",
},
title: "Artisan Coffee Blends", description: "Sourced from the finest growers, our beans are expertly roasted and brewed to perfection, offering a rich and nuanced flavor profile.", imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-art-coffee-table-filtered-image-processed-vintage_1232-2210.jpg", imageAlt: "Specialty coffee beans and brewing equipment"},
{
title: "Freshly Baked Daily",
description: "From flaky croissants to traditional Cypriot sweets, everything is baked in-house each morning, guaranteeing ultimate freshness and taste.",
imageSrc: "http://img.b2bpic.net/free-photo/slices-brown-bread-wooden-board-marble_114579-23952.jpg",
imageAlt: "Assortment of freshly baked artisan bread",
},
title: "Freshly Baked Daily", description: "From flaky croissants to traditional Cypriot sweets, everything is baked in-house each morning, guaranteeing ultimate freshness and taste.", imageSrc: "http://img.b2bpic.net/free-photo/slices-brown-bread-wooden-board-marble_114579-23952.jpg", imageAlt: "Assortment of freshly baked artisan bread"},
{
title: "Cozy Community Hub",
description: "Our warm and inviting ambiance, coupled with friendly service, makes us the perfect spot for quiet reflection or lively conversation.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-couch-medium-shot_23-2149141854.jpg",
imageAlt: "Cozy cafe interior with comfortable seating",
},
title: "Cozy Community Hub", description: "Our warm and inviting ambiance, coupled with friendly service, makes us the perfect spot for quiet reflection or lively conversation.", imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-couch-medium-shot_23-2149141854.jpg", imageAlt: "Cozy cafe interior with comfortable seating"},
]}
title="What Makes Us Special"
description="Discover the unique qualities that set Lochagou Kapota 6 apart, ensuring every visit is memorable."
@@ -257,50 +170,20 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Espresso",
price: "€2.50",
imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup_74190-1482.jpg",
imageAlt: "A cup of rich espresso",
},
id: "p1", name: "Espresso", price: "€2.50", imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup_74190-1482.jpg", imageAlt: "A cup of rich espresso"},
{
id: "p2",
name: "Cappuccino",
price: "€3.50",
imageSrc: "http://img.b2bpic.net/free-photo/steamy-black-coffee-rustic-wooden-mug-generated-by-ai_188544-13429.jpg",
imageAlt: "A creamy cappuccino with latte art",
},
id: "p2", name: "Cappuccino", price: "€3.50", imageSrc: "http://img.b2bpic.net/free-photo/steamy-black-coffee-rustic-wooden-mug-generated-by-ai_188544-13429.jpg", imageAlt: "A creamy cappuccino with latte art"},
{
id: "p3",
name: "Butter Croissant",
price: "€2.80",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastry-with-dried-orange-slices-black-board-high-quality-photo_114579-69078.jpg",
imageAlt: "A golden, flaky butter croissant",
},
id: "p3", name: "Butter Croissant", price: "€2.80", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastry-with-dried-orange-slices-black-board-high-quality-photo_114579-69078.jpg", imageAlt: "A golden, flaky butter croissant"},
{
id: "p4",
name: "Chocolate Lava Cake",
price: "€5.00",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-lava-cake-white-plate_1150-6317.jpg",
imageAlt: "Decadent chocolate lava cake",
},
id: "p4", name: "Chocolate Lava Cake", price: "€5.00", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-lava-cake-white-plate_1150-6317.jpg", imageAlt: "Decadent chocolate lava cake"},
{
id: "p5",
name: "Strawberry Cheesecake",
price: "€5.50",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fruit-tart-with-variety-fresh-berries-top-creamy-custard-filling_9975-124441.jpg",
imageAlt: "A slice of delicious strawberry cheesecake",
},
id: "p5", name: "Strawberry Cheesecake", price: "€5.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fruit-tart-with-variety-fresh-berries-top-creamy-custard-filling_9975-124441.jpg", imageAlt: "A slice of delicious strawberry cheesecake"},
{
id: "p6",
name: "Spanakopita",
price: "€4.00",
imageSrc: "http://img.b2bpic.net/free-photo/view-vegan-pizza-done-with-vegetables-by-bakery_23-2150195157.jpg",
imageAlt: "Traditional Greek spinach and feta pastry",
},
id: "p6", name: "Spanakopita", price: "€4.00", imageSrc: "http://img.b2bpic.net/free-photo/view-vegan-pizza-done-with-vegetables-by-bakery_23-2150195157.jpg", imageAlt: "Traditional Greek spinach and feta pastry"},
]}
title="Our Delicious Menu"
description="Explore a delightful selection of our finest coffee, pastries, and light bites, crafted with passion and local flavor."
description="Discover Lochagou Kapota 6's delightful selection of handcrafted coffee, freshly baked pastries, and light bites. Each item reflects our passion for quality and authentic Cypriot flavors, made with the finest local ingredients."
/>
</div>
@@ -309,14 +192,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Local Favorite Award",
"Organic Produce Partner",
"Cypriot Culinary Guild",
"Healthy Living Advocates",
"Kokkinotrimithia Chamber",
"Artisan Bakers Network",
"Fair Trade Coffee Alliance",
]}
"Local Favorite Award", "Organic Produce Partner", "Cypriot Culinary Guild", "Healthy Living Advocates", "Kokkinotrimithia Chamber", "Artisan Bakers Network", "Fair Trade Coffee Alliance"]}
title="Trusted by Our Community"
description="We are proud to be recognized and supported by local organizations and our loyal customers."
/>
@@ -329,45 +205,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Eleni P.",
role: "Local Resident",
testimonial: "The best coffee in town, hands down! And their croissants are simply divine. It's my little slice of heaven every morning.",
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215054.jpg",
imageAlt: "Happy woman drinking coffee",
},
id: "1", name: "Eleni P.", role: "Local Resident", testimonial: "The best coffee in town, hands down! And their croissants are simply divine. It's my little slice of heaven every morning.", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215054.jpg", imageAlt: "Happy woman drinking coffee"},
{
id: "2",
name: "Andreas G.",
role: "Regular Patron",
testimonial: "Lochagou Kapota 6 is more than a cafe; it's a community hub. The staff are always friendly, and the quality is consistently excellent.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-woman-holding-speech-bubble-with-various-type-emoticons_23-2147849477.jpg",
imageAlt: "Man enjoying coffee and newspaper",
},
id: "2", name: "Andreas G.", role: "Regular Patron", testimonial: "Lochagou Kapota 6 is more than a cafe; it's a community hub. The staff are always friendly, and the quality is consistently excellent.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-woman-holding-speech-bubble-with-various-type-emoticons_23-2147849477.jpg", imageAlt: "Man enjoying coffee and newspaper"},
{
id: "3",
name: "Sofia K.",
role: "Student",
testimonial: "A perfect spot to study or meet friends. Great ambiance, reliable Wi-Fi, and truly delicious cakes. Highly recommended!",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-woman-using-smartphone-cafe_613910-11650.jpg",
imageAlt: "Young woman smiling in cafe",
},
id: "3", name: "Sofia K.", role: "Student", testimonial: "A perfect spot to study or meet friends. Great ambiance, reliable Wi-Fi, and truly delicious cakes. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-woman-using-smartphone-cafe_613910-11650.jpg", imageAlt: "Young woman smiling in cafe"},
{
id: "4",
name: "Nikos V.",
role: "Business Owner",
testimonial: "I always grab my morning coffee here. The quality never disappoints, and it's a fantastic way to start my day.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-sincere-africanamerican-girl-making-promise-holding-hand-raised-anothe_1258-138566.jpg",
imageAlt: "Senior man enjoying coffee",
},
id: "4", name: "Nikos V.", role: "Business Owner", testimonial: "I always grab my morning coffee here. The quality never disappoints, and it's a fantastic way to start my day.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-sincere-africanamerican-girl-making-promise-holding-hand-raised-anothe_1258-138566.jpg", imageAlt: "Senior man enjoying coffee"},
{
id: "5",
name: "Maria C.",
role: "Visitor",
testimonial: "Visiting from abroad, this cafe captured the true essence of Cypriot hospitality. The pastries were authentic and delightful!",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-multiracial-coworkers-giving-high-five-eating-pizza-together-office_1163-5140.jpg",
imageAlt: "College student studying",
},
id: "5", name: "Maria C.", role: "Visitor", testimonial: "Visiting from abroad, this cafe captured the true essence of Cypriot hospitality. The pastries were authentic and delightful!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-multiracial-coworkers-giving-high-five-eating-pizza-together-office_1163-5140.jpg", imageAlt: "College student studying"},
]}
title="What Our Customers Say"
description="Hear from the wonderful people who make Lochagou Kapota 6 their daily stop."
@@ -380,25 +226,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq1",
title: "What are your opening hours?",
content: "We are open Monday to Saturday from 7:00 AM to 7:00 PM, and Sundays from 8:00 AM to 5:00 PM.",
},
id: "faq1", title: "What are your opening hours?", content: "We are open Monday to Saturday from 7:00 AM to 7:00 PM, and Sundays from 8:00 AM to 5:00 PM."},
{
id: "faq2",
title: "Do you offer catering services?",
content: "Yes, we offer catering for events of all sizes. Please contact us directly for more details and custom menu options.",
},
id: "faq2", title: "Do you offer catering services?", content: "Yes, we offer catering for events of all sizes. Please contact us directly for more details and custom menu options."},
{
id: "faq3",
title: "Are there vegetarian or vegan options?",
content: "We have a selection of vegetarian and vegan pastries and sandwiches. Please ask our staff for today's specials.",
},
id: "faq3", title: "Are there vegetarian or vegan options?", content: "We have a selection of vegetarian and vegan pastries and sandwiches. Please ask our staff for today's specials."},
{
id: "faq4",
title: "Is there Wi-Fi available?",
content: "Absolutely! Free high-speed Wi-Fi is available for all our customers to enjoy.",
},
id: "faq4", title: "Is there Wi-Fi available?", content: "Absolutely! Free high-speed Wi-Fi is available for all our customers to enjoy."},
]}
imageSrc="http://img.b2bpic.net/free-photo/male-waiter-holding-open-sign-coffee-shop_23-2148581199.jpg"
imageAlt="Question marks over coffee beans"
@@ -417,22 +251,14 @@ export default function LandingPage() {
description="We'd love to hear from you! Stop by for a coffee or send us a message."
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: "Your Message",
rows: 4,
name: "message", placeholder: "Your Message", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/smiley-man-offering-cup-coffee_23-2148326706.jpg"
@@ -448,58 +274,35 @@ export default function LandingPage() {
logoText="Lochagou Kapota 6"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Home",
href: "#home",
},
label: "Home", href: "#home"},
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Follow Us",
items: [
title: "Follow Us", items: [
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "Twitter",
href: "#",
},
label: "Twitter", href: "#"},
],
},
{
title: "Address",
items: [
title: "Address", items: [
{
label: "Lochagou Kapota 6",
href: "#",
},
label: "Lochagou Kapota 6", href: "#"},
{
label: "Kokkinotrimithia 2660",
href: "#",
},
label: "Kokkinotrimithia 2660", href: "#"},
{
label: "Cyprus",
href: "#",
},
label: "Cyprus", href: "#"},
],
},
]}