Merge version_1 into main #2
296
src/app/page.tsx
296
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
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="Meeka's"
|
||||
/>
|
||||
@@ -54,33 +42,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Warmth in Every Cup"
|
||||
description="Experience handcrafted flavors and cozy moments at Meeka's. Your neighborhood sanctuary for artisanal coffee and gourmet comfort food."
|
||||
tag="Welcome to Meeka's"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-pot-wooden-table-with-flowers-candles-it-near-armchair-fireplace_181624-6073.jpg?_wi=1",
|
||||
imageAlt: "Cafe interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg?_wi=1",
|
||||
imageAlt: "Coffee and food",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-serve-restaurant-outdoor-chairs_1203-4492.jpg",
|
||||
imageAlt: "modern serve restaurant outdoor chairs",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-dining-london-table-empty_1203-4494.jpg",
|
||||
imageAlt: "modern dining london table empty",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg",
|
||||
imageAlt: "There are glasses for wine and water on the table with white cloth are ready for dining.",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/wooden-pot-wooden-table-with-flowers-candles-it-near-armchair-fireplace_181624-6073.jpg", imageAlt: "Cafe interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg", imageAlt: "Coffee and food" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -94,21 +62,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Story"
|
||||
metrics={[
|
||||
{
|
||||
icon: Coffee,
|
||||
label: "Coffee Varieties",
|
||||
value: "24+",
|
||||
},
|
||||
{
|
||||
icon: Briefcase,
|
||||
label: "Daily Specials",
|
||||
value: "12",
|
||||
},
|
||||
{
|
||||
icon: Heart,
|
||||
label: "Local Ingredients",
|
||||
value: "90%",
|
||||
},
|
||||
{ icon: Coffee, label: "Coffee Varieties", value: "24+" },
|
||||
{ icon: Briefcase, label: "Daily Specials", value: "12" },
|
||||
{ icon: Heart, label: "Local Ingredients", value: "90%" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -116,69 +72,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "feat-1",
|
||||
title: "Artisanal Preparation",
|
||||
author: "Chef Anna",
|
||||
description: "Every dish is crafted with love and fresh, local produce.",
|
||||
tags: [
|
||||
"Gourmet",
|
||||
"Fresh",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-cooking_114579-8725.jpg?_wi=1",
|
||||
imageAlt: "Artisanal food",
|
||||
},
|
||||
id: "feat-1", title: "Artisanal Preparation", author: "Chef Anna", description: "Every dish is crafted with love and fresh, local produce.", tags: ["Gourmet", "Fresh"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-cooking_114579-8725.jpg", imageAlt: "Artisanal food"},
|
||||
{
|
||||
id: "feat-2",
|
||||
title: "Cozy Atmosphere",
|
||||
author: "Staff",
|
||||
description: "Relax in our homey, thoughtfully designed spaces perfect for work or catching up.",
|
||||
tags: [
|
||||
"Relaxing",
|
||||
"Cozy",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving_1258-199256.jpg?_wi=1",
|
||||
imageAlt: "Cafe vibe",
|
||||
},
|
||||
{
|
||||
id: "feat-3",
|
||||
title: "Sustainable Roots",
|
||||
author: "Management",
|
||||
description: "We prioritize eco-friendly practices to keep our community and planet healthy.",
|
||||
tags: [
|
||||
"Sustainable",
|
||||
"Green",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-colorful-healthy-sweet-deserts-chia-puddings-made-almond-milk-blue-spirulina-extract-chia-seeds-pappaya-mango-jam-homemade-granola-wooden-table-kitchen-home_343596-1056.jpg?_wi=1",
|
||||
imageAlt: "Sustainable ingredients",
|
||||
},
|
||||
{
|
||||
id: "feat-4",
|
||||
title: "Community Focus",
|
||||
author: "The Team",
|
||||
description: "Supporting local growers and artisans for a vibrant community.",
|
||||
tags: [
|
||||
"Local",
|
||||
"Friendly",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-red-tomatoes-with-eggplants-dark-surface-dinner-salad-ripe-grow-meal-photo-food-colors_179666-19770.jpg",
|
||||
imageAlt: "Local ingredients",
|
||||
},
|
||||
{
|
||||
id: "feat-5",
|
||||
title: "Exceptional Service",
|
||||
author: "Management",
|
||||
description: "Our team is dedicated to making every visit special and memorable.",
|
||||
tags: [
|
||||
"Service",
|
||||
"Care",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-girl-barista-giving-out-order-cafe-inviting-guest-pick-up-takeaway-o_1258-138307.jpg",
|
||||
imageAlt: "Smiling barista",
|
||||
},
|
||||
id: "feat-2", title: "Cozy Atmosphere", author: "Staff", description: "Relax in our homey, thoughtfully designed spaces perfect for work or catching up.", tags: ["Relaxing", "Cozy"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving_1258-199256.jpg", imageAlt: "Cafe vibe"},
|
||||
]}
|
||||
title="Why Choose Meeka's?"
|
||||
description="We take pride in our commitment to quality, community, and craft."
|
||||
@@ -192,48 +95,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Artisan Sourdough",
|
||||
price: "$8.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bread-table_171337-16138.jpg",
|
||||
imageAlt: "Bread",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Specialty Espresso",
|
||||
price: "$4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-coffee-weekend_53876-20771.jpg",
|
||||
imageAlt: "Coffee",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Garden Harvest Salad",
|
||||
price: "$14.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-orange-egg-capers-sun-dried-tomato-onion-basil-side-view_141793-1827.jpg",
|
||||
imageAlt: "Salad",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
name: "Signature Chocolate Cake",
|
||||
price: "$9.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-cake_23-2148604552.jpg",
|
||||
imageAlt: "Cake",
|
||||
},
|
||||
{
|
||||
id: "m5",
|
||||
name: "Morning Harvest Brunch",
|
||||
price: "$18.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/floating-breakfast-set-tray-with-fried-egg-omelette-sausage-ham-bread-fruit-milk-juice-coffee_74190-10102.jpg",
|
||||
imageAlt: "Brunch",
|
||||
},
|
||||
{
|
||||
id: "m6",
|
||||
name: "Gourmet Panini",
|
||||
price: "$12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-bread-plate_209303-58.jpg",
|
||||
imageAlt: "Panini",
|
||||
},
|
||||
{ id: "m1", name: "Artisan Sourdough", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/bread-table_171337-16138.jpg", imageAlt: "Bread" },
|
||||
{ id: "m2", name: "Specialty Espresso", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-coffee-weekend_53876-20771.jpg", imageAlt: "Coffee" },
|
||||
{ id: "m3", name: "Garden Harvest Salad", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-orange-egg-capers-sun-dried-tomato-onion-basil-side-view_141793-1827.jpg", imageAlt: "Salad" },
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Explore our curated selection of artisanal eats and drinks."
|
||||
@@ -246,60 +110,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
date: "Oct 2023",
|
||||
title: "Regular Guest",
|
||||
quote: "The best coffee in town. Always a warm welcome!",
|
||||
tag: "Coffee",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-pot-wooden-table-with-flowers-candles-it-near-armchair-fireplace_181624-6073.jpg?_wi=2",
|
||||
imageAlt: "happy customer laughing portrait",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", date: "Oct 2023", title: "Regular Guest", quote: "The best coffee in town. Always a warm welcome!", tag: "Coffee", avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg", imageSrc: "http://img.b2bpic.net/free-photo/wooden-pot-wooden-table-with-flowers-candles-it-near-armchair-fireplace_181624-6073.jpg", imageAlt: "happy customer laughing portrait"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark D.",
|
||||
date: "Sep 2023",
|
||||
title: "Foodie",
|
||||
quote: "I love the farm-to-table brunch specials.",
|
||||
tag: "Brunch",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-tourist-checking-his-notes-making-list-items-holiday-writing-down-ideas-packing_1258-314031.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg?_wi=2",
|
||||
imageAlt: "happy customer laughing portrait",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
date: "Nov 2023",
|
||||
title: "Remote Worker",
|
||||
quote: "My favorite place to get some work done with great vibes.",
|
||||
tag: "Atmosphere",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/laugh-is-way-happiness_329181-2893.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-cooking_114579-8725.jpg?_wi=2",
|
||||
imageAlt: "happy customer laughing portrait",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David L.",
|
||||
date: "Dec 2023",
|
||||
title: "Coffee Lover",
|
||||
quote: "High quality espresso every time.",
|
||||
tag: "Coffee",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving_1258-199256.jpg?_wi=2",
|
||||
imageAlt: "happy customer laughing portrait",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica B.",
|
||||
date: "Jan 2024",
|
||||
title: "Regular Guest",
|
||||
quote: "The pastries are absolutely divine.",
|
||||
tag: "Bakery",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-businesswoman-white-blouse-smiling-cheerfully-as-sitting-cafe_197531-23018.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-colorful-healthy-sweet-deserts-chia-puddings-made-almond-milk-blue-spirulina-extract-chia-seeds-pappaya-mango-jam-homemade-granola-wooden-table-kitchen-home_343596-1056.jpg?_wi=2",
|
||||
imageAlt: "happy customer laughing portrait",
|
||||
},
|
||||
id: "t2", name: "Mark D.", date: "Sep 2023", title: "Foodie", quote: "I love the farm-to-table brunch specials.", tag: "Brunch", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-tourist-checking-his-notes-making-list-items-holiday-writing-down-ideas-packing_1258-314031.jpg", imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg", imageAlt: "happy customer laughing portrait"},
|
||||
]}
|
||||
title="Kind Words"
|
||||
description="Hear what our wonderful guests have to say."
|
||||
@@ -310,21 +123,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Are you pet friendly?",
|
||||
content: "Yes! Our patio area welcomes furry friends.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer catering?",
|
||||
content: "Certainly. Reach out to us for your events.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I reserve a table?",
|
||||
content: "We work on a first-come, first-served basis for casual visits.",
|
||||
},
|
||||
{ id: "q1", title: "Are you pet friendly?", content: "Yes! Our patio area welcomes furry friends." },
|
||||
{ id: "q2", title: "Do you offer catering?", content: "Certainly. Reach out to us for your events." },
|
||||
{ id: "q3", title: "Can I reserve a table?", content: "We work on a first-come, first-served basis for casual visits." },
|
||||
]}
|
||||
sideTitle="Frequently Asked"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -337,21 +138,10 @@ export default function LandingPage() {
|
||||
title="Visit Us"
|
||||
description="Have questions? Just drop by or send us a message."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "email", type: "email", placeholder: "Email Address" },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help you?",
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "How can we help you?" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-bistro-exterior-architecture_23-2149356830.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -360,37 +150,9 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Meeka's"
|
||||
columns={[
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
{
|
||||
label: "123 Cafe St, City",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
{
|
||||
label: "Daily 7am - 9pm",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Location", items: [{ label: "123 Cafe St, City", href: "#" }] },
|
||||
{ title: "Hours", items: [{ label: "Daily 7am - 9pm", href: "#" }] },
|
||||
{ title: "Connect", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 Meeka's Cafe"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user