Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
300
src/app/page.tsx
300
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
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: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Reviews", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/tea-logo-design-template_742173-32018.jpg"
|
||||
logoAlt="V60 Cafe Logo"
|
||||
@@ -61,42 +51,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Experience the Art of Coffee Brewing"
|
||||
description="At V60 Cafe, we celebrate the delicate craft of pour-over coffee. Discover exquisite single-origin beans, meticulously brewed to perfection, all within our cozy and inviting ambiance. Your perfect cup awaits."
|
||||
tag="Taste the Difference"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Explore Menu", href: "#menu"},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visit Us", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354576.jpg?_wi=1",
|
||||
imageAlt: "Barista preparing V60 pour-over coffee",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354576.jpg", imageAlt: "Barista preparing V60 pour-over coffee"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-coffee-shop-items-arrangement_23-2149434608.jpg?_wi=1",
|
||||
imageAlt: "Cozy and modern V60 Cafe interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354577.jpg",
|
||||
imageAlt: "Front view man making coffee",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-preparing-coffee_23-2149045782.jpg",
|
||||
imageAlt: "Close up barista preparing coffee",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354578.jpg",
|
||||
imageAlt: "Front view man making coffee",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-coffee-shop-items-arrangement_23-2149434608.jpg", imageAlt: "Cozy and modern V60 Cafe interior"}
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
rating={5}
|
||||
@@ -111,19 +80,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Coffee,
|
||||
label: "Years Brewing",
|
||||
value: "10+",
|
||||
},
|
||||
label: "Years Brewing", value: "10+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Unique Blends",
|
||||
value: "20+",
|
||||
},
|
||||
label: "Unique Blends", value: "20+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Customers",
|
||||
value: "10,000+",
|
||||
},
|
||||
label: "Happy Customers", value: "10,000+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -136,79 +99,52 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Meticulous Brewing Methods",
|
||||
description: "Our expert baristas are trained in the precise art of V60 pour-over, ensuring every cup highlights the unique characteristics of each bean. Experience unparalleled clarity and flavor.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-concept-with-bag-jar_23-2147671411.jpg",
|
||||
imageAlt: "Carefully selected coffee beans",
|
||||
},
|
||||
title: "Meticulous Brewing Methods", description: "Our expert baristas are trained in the precise art of V60 pour-over, ensuring every cup highlights the unique characteristics of each bean. Experience unparalleled clarity and flavor.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-concept-with-bag-jar_23-2147671411.jpg", imageAlt: "Carefully selected coffee beans"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Precise Water Temperature",
|
||||
},
|
||||
text: "Precise Water Temperature"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Optimal Grind Size",
|
||||
},
|
||||
text: "Optimal Grind Size"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Consistent Pour Over",
|
||||
},
|
||||
text: "Consistent Pour Over"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/tea-logo-design-template_742173-32018.jpg",
|
||||
imageAlt: "freshly roasted coffee beans bag",
|
||||
},
|
||||
{
|
||||
title: "Ethically Sourced Beans",
|
||||
description: "We partner directly with farmers globally to bring you sustainably and ethically sourced beans. Each bean tells a story of origin, quality, and fair trade practices.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458092.jpg",
|
||||
imageAlt: "Barista expertly preparing latte art",
|
||||
},
|
||||
title: "Ethically Sourced Beans", description: "We partner directly with farmers globally to bring you sustainably and ethically sourced beans. Each bean tells a story of origin, quality, and fair trade practices.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458092.jpg", imageAlt: "Barista expertly preparing latte art"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Direct Trade Partnerships",
|
||||
},
|
||||
text: "Direct Trade Partnerships"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Sustainable Farming",
|
||||
},
|
||||
text: "Sustainable Farming"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Traceable Origins",
|
||||
},
|
||||
text: "Traceable Origins"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354576.jpg?_wi=2",
|
||||
imageAlt: "freshly roasted coffee beans bag",
|
||||
},
|
||||
{
|
||||
title: "A Sanctuary for Coffee Lovers",
|
||||
description: "Beyond the brew, V60 Cafe offers a serene environment perfect for work, relaxation, or intimate conversations. Enjoy our curated ambiance designed for ultimate comfort.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-book_1157-5450.jpg",
|
||||
imageAlt: "Person enjoying coffee in a cozy cafe",
|
||||
},
|
||||
title: "A Sanctuary for Coffee Lovers", description: "Beyond the brew, V60 Cafe offers a serene environment perfect for work, relaxation, or intimate conversations. Enjoy our curated ambiance designed for ultimate comfort.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-book_1157-5450.jpg", imageAlt: "Person enjoying coffee in a cozy cafe"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Comfortable Seating",
|
||||
},
|
||||
text: "Comfortable Seating"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Relaxing Music",
|
||||
},
|
||||
text: "Relaxing Music"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Free Wi-Fi",
|
||||
},
|
||||
text: "Free Wi-Fi"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-coffee-shop-items-arrangement_23-2149434608.jpg?_wi=2",
|
||||
imageAlt: "freshly roasted coffee beans bag",
|
||||
},
|
||||
]}
|
||||
title="The V60 Difference"
|
||||
@@ -224,53 +160,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "prod-1",
|
||||
name: "Ethiopian Yirgacheffe",
|
||||
price: "$18.00",
|
||||
variant: "Light Roast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nutmeg-picked-put-out-dry-with-shell_1353-207.jpg",
|
||||
imageAlt: "Bag of Ethiopian Yirgacheffe coffee beans",
|
||||
},
|
||||
id: "prod-1", name: "Ethiopian Yirgacheffe", price: "$18.00", variant: "Light Roast", imageSrc: "http://img.b2bpic.net/free-photo/nutmeg-picked-put-out-dry-with-shell_1353-207.jpg", imageAlt: "Bag of Ethiopian Yirgacheffe coffee beans"},
|
||||
{
|
||||
id: "prod-2",
|
||||
name: "Colombian Supremo",
|
||||
price: "$16.50",
|
||||
variant: "Medium Roast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-metal-spoon-dark-surface_176474-459.jpg",
|
||||
imageAlt: "Bag of Colombian Supremo coffee beans",
|
||||
},
|
||||
id: "prod-2", name: "Colombian Supremo", price: "$16.50", variant: "Medium Roast", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-metal-spoon-dark-surface_176474-459.jpg", imageAlt: "Bag of Colombian Supremo coffee beans"},
|
||||
{
|
||||
id: "prod-3",
|
||||
name: "Artisan Croissant",
|
||||
price: "$4.50",
|
||||
variant: "Flaky & Buttery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/croissant-wooden-cutting-board-flat-lay_176474-8140.jpg",
|
||||
imageAlt: "Freshly baked artisan croissant",
|
||||
},
|
||||
id: "prod-3", name: "Artisan Croissant", price: "$4.50", variant: "Flaky & Buttery", imageSrc: "http://img.b2bpic.net/free-photo/croissant-wooden-cutting-board-flat-lay_176474-8140.jpg", imageAlt: "Freshly baked artisan croissant"},
|
||||
{
|
||||
id: "prod-4",
|
||||
name: "Chocolate Chip Cookie",
|
||||
price: "$3.00",
|
||||
variant: "Gourmet Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-cookies-utensil-coffee-beans-black-background_23-2148028477.jpg",
|
||||
imageAlt: "Large chocolate chip cookie",
|
||||
},
|
||||
id: "prod-4", name: "Chocolate Chip Cookie", price: "$3.00", variant: "Gourmet Classic", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-cookies-utensil-coffee-beans-black-background_23-2148028477.jpg", imageAlt: "Large chocolate chip cookie"},
|
||||
{
|
||||
id: "prod-5",
|
||||
name: "V60 Ceramic Dripper",
|
||||
price: "$25.00",
|
||||
variant: "White Ceramic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-filter-coffee-brewing-kit-kettle-cafe-barista-preparing-filter-counter_1258-203370.jpg",
|
||||
imageAlt: "White ceramic V60 coffee dripper",
|
||||
},
|
||||
id: "prod-5", name: "V60 Ceramic Dripper", price: "$25.00", variant: "White Ceramic", imageSrc: "http://img.b2bpic.net/free-photo/close-up-filter-coffee-brewing-kit-kettle-cafe-barista-preparing-filter-counter_1258-203370.jpg", imageAlt: "White ceramic V60 coffee dripper"},
|
||||
{
|
||||
id: "prod-6",
|
||||
name: "V60 Cafe Mug",
|
||||
price: "$15.00",
|
||||
variant: "Limited Edition",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-lie-around-cup-with-espresso_8353-1491.jpg",
|
||||
imageAlt: "V60 Cafe branded coffee mug",
|
||||
},
|
||||
id: "prod-6", name: "V60 Cafe Mug", price: "$15.00", variant: "Limited Edition", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-lie-around-cup-with-espresso_8353-1491.jpg", imageAlt: "V60 Cafe branded coffee mug"},
|
||||
]}
|
||||
title="Our Signature Offerings"
|
||||
description="From single-origin beans to handcrafted pastries and essential brewing gear, explore the diverse selection at V60 Cafe."
|
||||
@@ -283,65 +183,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "test-1",
|
||||
name: "Sarah J.",
|
||||
date: "May 10, 2024",
|
||||
title: "Best Coffee in Town!",
|
||||
quote: "V60 Cafe has completely changed my mornings. The pour-over is exquisite, and the atmosphere is so calming. It's my new favorite spot!",
|
||||
tag: "Coffee Lover",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/positive-female-smiling-funny-model-posing-near-pink-wall-studio_158538-3430.jpg",
|
||||
avatarAlt: "Sarah J. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-coffee_1303-5958.jpg",
|
||||
imageAlt: "Person enjoying coffee and working at V60 Cafe",
|
||||
},
|
||||
id: "test-1", name: "Sarah J.", date: "May 10, 2024", title: "Best Coffee in Town!", quote: "V60 Cafe has completely changed my mornings. The pour-over is exquisite, and the atmosphere is so calming. It's my new favorite spot!", tag: "Coffee Lover", avatarSrc: "http://img.b2bpic.net/free-photo/positive-female-smiling-funny-model-posing-near-pink-wall-studio_158538-3430.jpg", avatarAlt: "Sarah J. avatar", imageSrc: "http://img.b2bpic.net/free-photo/computer-coffee_1303-5958.jpg", imageAlt: "Person enjoying coffee and working at V60 Cafe"},
|
||||
{
|
||||
id: "test-2",
|
||||
name: "Michael D.",
|
||||
date: "April 28, 2024",
|
||||
title: "A True Coffee Experience",
|
||||
quote: "The baristas are incredibly knowledgeable, and the selection of beans is fantastic. Every visit feels like a journey of flavor. Highly recommend the Colombian Supremo.",
|
||||
tag: "Connoisseur",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg",
|
||||
avatarAlt: "Michael D. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-reading-sitting-cafe_176420-5935.jpg",
|
||||
imageAlt: "Coffee cup on an outdoor cafe table",
|
||||
},
|
||||
id: "test-2", name: "Michael D.", date: "April 28, 2024", title: "A True Coffee Experience", quote: "The baristas are incredibly knowledgeable, and the selection of beans is fantastic. Every visit feels like a journey of flavor. Highly recommend the Colombian Supremo.", tag: "Connoisseur", avatarSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg", avatarAlt: "Michael D. avatar", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-reading-sitting-cafe_176420-5935.jpg", imageAlt: "Coffee cup on an outdoor cafe table"},
|
||||
{
|
||||
id: "test-3",
|
||||
name: "Emily R.",
|
||||
date: "March 15, 2024",
|
||||
title: "Perfect Study Spot",
|
||||
quote: "I love coming here to study. The quiet ambiance, delicious coffee, and friendly staff make it the ideal environment. Plus, the pastries are divine!",
|
||||
tag: "Student",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/joyful-young-brunette-caucasian-girl-isolated-olive-green-wall-with-copy-space_141793-118993.jpg",
|
||||
avatarAlt: "Emily R. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-powder-black_114579-16733.jpg",
|
||||
imageAlt: "Close-up of coffee beans and ground coffee",
|
||||
},
|
||||
id: "test-3", name: "Emily R.", date: "March 15, 2024", title: "Perfect Study Spot", quote: "I love coming here to study. The quiet ambiance, delicious coffee, and friendly staff make it the ideal environment. Plus, the pastries are divine!", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/joyful-young-brunette-caucasian-girl-isolated-olive-green-wall-with-copy-space_141793-118993.jpg", avatarAlt: "Emily R. avatar", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-powder-black_114579-16733.jpg", imageAlt: "Close-up of coffee beans and ground coffee"},
|
||||
{
|
||||
id: "test-4",
|
||||
name: "David K.",
|
||||
date: "February 20, 2024",
|
||||
title: "My Daily Ritual",
|
||||
quote: "V60 Cafe is an essential part of my daily routine. The consistency in quality and the warm welcome I receive always brighten my day. Simply the best.",
|
||||
tag: "Regular Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
|
||||
avatarAlt: "David K. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944013.jpg",
|
||||
imageAlt: "Person looking out of a cafe window on a rainy day",
|
||||
},
|
||||
id: "test-4", name: "David K.", date: "February 20, 2024", title: "My Daily Ritual", quote: "V60 Cafe is an essential part of my daily routine. The consistency in quality and the warm welcome I receive always brighten my day. Simply the best.", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", avatarAlt: "David K. avatar", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944013.jpg", imageAlt: "Person looking out of a cafe window on a rainy day"},
|
||||
{
|
||||
id: "test-5",
|
||||
name: "Jessica L.",
|
||||
date: "January 5, 2024",
|
||||
title: "Exceptional Quality",
|
||||
quote: "From the first sip to the last, the coffee at V60 Cafe is exceptional. Their commitment to quality and customer satisfaction truly shines through.",
|
||||
tag: "Enthusiast",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk-posing_74855-9949.jpg",
|
||||
avatarAlt: "Jessica L. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16250.jpg",
|
||||
imageAlt: "Friends enjoying coffee and conversation at V60 Cafe",
|
||||
},
|
||||
id: "test-5", name: "Jessica L.", date: "January 5, 2024", title: "Exceptional Quality", quote: "From the first sip to the last, the coffee at V60 Cafe is exceptional. Their commitment to quality and customer satisfaction truly shines through.", tag: "Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk-posing_74855-9949.jpg", avatarAlt: "Jessica L. avatar", imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16250.jpg", imageAlt: "Friends enjoying coffee and conversation at V60 Cafe"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from our cherished customers about their V60 Cafe experience."
|
||||
@@ -353,25 +203,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What is V60 pour-over coffee?",
|
||||
content: "The V60 is a method of brewing coffee that uses a cone-shaped dripper with a large hole, designed for precision and control. This method highlights the nuanced flavors and aromas of single-origin beans, offering a clean and vibrant cup.",
|
||||
},
|
||||
id: "faq-1", title: "What is V60 pour-over coffee?", content: "The V60 is a method of brewing coffee that uses a cone-shaped dripper with a large hole, designed for precision and control. This method highlights the nuanced flavors and aromas of single-origin beans, offering a clean and vibrant cup."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you offer alternative milk options?",
|
||||
content: "Yes, we proudly offer a variety of alternative milk options including oat milk, almond milk, and soy milk, to ensure everyone can enjoy their perfect cup at V60 Cafe.",
|
||||
},
|
||||
id: "faq-2", title: "Do you offer alternative milk options?", content: "Yes, we proudly offer a variety of alternative milk options including oat milk, almond milk, and soy milk, to ensure everyone can enjoy their perfect cup at V60 Cafe."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Can I buy your coffee beans for home brewing?",
|
||||
content: "Absolutely! We sell all of our single-origin and signature blend coffee beans for home brewing. Our staff can also provide recommendations and tips for brewing at home.",
|
||||
},
|
||||
id: "faq-3", title: "Can I buy your coffee beans for home brewing?", content: "Absolutely! We sell all of our single-origin and signature blend coffee beans for home brewing. Our staff can also provide recommendations and tips for brewing at home."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Do you host private events or workshops?",
|
||||
content: "Yes, V60 Cafe is available for private events, and we occasionally host coffee brewing workshops. Please contact us for more information on availability and packages.",
|
||||
},
|
||||
id: "faq-4", title: "Do you host private events or workshops?", content: "Yes, V60 Cafe is available for private events, and we occasionally host coffee brewing workshops. Please contact us for more information on availability and packages."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find answers to common questions about our cafe, coffee, and services."
|
||||
@@ -385,8 +223,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Get in Touch or Find Our Location"
|
||||
description="We'd love to hear from you or welcome you to our cafe. Fill out the form or find us on the map."
|
||||
@@ -409,58 +246,35 @@ export default function LandingPage() {
|
||||
logoText="V60 Cafe"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Email: info@v60cafe.com",
|
||||
href: "mailto:info@v60cafe.com",
|
||||
},
|
||||
label: "Email: info@v60cafe.com", href: "mailto:info@v60cafe.com"},
|
||||
{
|
||||
label: "Phone: (123) 456-7890",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
label: "Phone: (123) 456-7890", href: "tel:+1234567890"},
|
||||
{
|
||||
label: "Address: 123 Coffee St, Brewtown",
|
||||
href: "#",
|
||||
},
|
||||
label: "Address: 123 Coffee St, Brewtown", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow Us",
|
||||
items: [
|
||||
title: "Follow Us", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/v60cafe",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/v60cafe"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/v60cafe",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/v60cafe"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "https://twitter.com/v60cafe",
|
||||
},
|
||||
label: "Twitter", href: "https://twitter.com/v60cafe"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user