Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
270
src/app/page.tsx
270
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "product",
|
||||
},
|
||||
name: "Menu", id: "product"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Velo Cafe"
|
||||
/>
|
||||
@@ -57,98 +49,57 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Brewing Moments, Cultivating Community."
|
||||
description="At Velo Cafe, every cup tells a story. We blend sustainably sourced beans with a passion for craft to provide an elevated coffee experience."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online", href: "#product"
|
||||
}
|
||||
]}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex R.",
|
||||
handle: "@alexcoffee",
|
||||
testimonial: "The best espresso in the city, hands down. A true neighborhood gem.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg?_wi=1",
|
||||
imageAlt: "cafe interior wooden tables warm lighting",
|
||||
},
|
||||
name: "Alex R.", handle: "@alexcoffee", testimonial: "The best espresso in the city, hands down. A true neighborhood gem.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg?_wi=1", imageAlt: "cafe interior wooden tables warm lighting"},
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_reads",
|
||||
testimonial: "I love the atmosphere here. It's the perfect spot to get some work done.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/morning-coffee-sunlight_23-2151961381.jpg",
|
||||
imageAlt: "cafe interior wooden tables warm lighting",
|
||||
},
|
||||
name: "Sarah J.", handle: "@sarah_reads", testimonial: "I love the atmosphere here. It's the perfect spot to get some work done.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/morning-coffee-sunlight_23-2151961381.jpg", imageAlt: "cafe interior wooden tables warm lighting"},
|
||||
{
|
||||
name: "Michael T.",
|
||||
handle: "@miket",
|
||||
testimonial: "Exceptional service and even better roasting. Velo never disappoints.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast_23-2148129752.jpg?_wi=1",
|
||||
imageAlt: "cafe interior wooden tables warm lighting",
|
||||
},
|
||||
name: "Michael T.", handle: "@miket", testimonial: "Exceptional service and even better roasting. Velo never disappoints.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast_23-2148129752.jpg?_wi=1", imageAlt: "cafe interior wooden tables warm lighting"},
|
||||
{
|
||||
name: "Elena V.",
|
||||
handle: "@elena_brew",
|
||||
testimonial: "A peaceful sanctuary for any remote worker. The staff is wonderful.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-with-copy-space_23-2148464885.jpg?_wi=1",
|
||||
imageAlt: "cafe interior wooden tables warm lighting",
|
||||
},
|
||||
name: "Elena V.", handle: "@elena_brew", testimonial: "A peaceful sanctuary for any remote worker. The staff is wonderful.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-with-copy-space_23-2148464885.jpg?_wi=1", imageAlt: "cafe interior wooden tables warm lighting"},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "@dk_roasts",
|
||||
testimonial: "Incredible attention to detail in their brewing methods.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6425.jpg?_wi=1",
|
||||
imageAlt: "cafe interior wooden tables warm lighting",
|
||||
},
|
||||
name: "David K.", handle: "@dk_roasts", testimonial: "Incredible attention to detail in their brewing methods.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6425.jpg?_wi=1", imageAlt: "cafe interior wooden tables warm lighting"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg?_wi=2"
|
||||
imageAlt="Velo Cafe interior view"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bar-concept-with-barmen_23-2147798073.jpg",
|
||||
alt: "Customer profile 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/bar-concept-with-barmen_23-2147798073.jpg", alt: "Customer profile 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-man-brewing-coffee_23-2147775919.jpg",
|
||||
alt: "Customer profile 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-man-brewing-coffee_23-2147775919.jpg", alt: "Customer profile 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-barista-holding-coffee-cup_23-2148892880.jpg",
|
||||
alt: "Customer profile 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-barista-holding-coffee-cup_23-2148892880.jpg", alt: "Customer profile 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-entrepreneur-working_23-2148366585.jpg",
|
||||
alt: "Customer profile 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-entrepreneur-working_23-2148366585.jpg", alt: "Customer profile 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-smiley-barista-serving-cups-coffee_23-2148522984.jpg",
|
||||
alt: "Customer profile 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-smiley-barista-serving-cups-coffee_23-2148522984.jpg", alt: "Customer profile 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Arabica",
|
||||
},
|
||||
type: "text", text: "100% Arabica"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fair Trade Certified",
|
||||
},
|
||||
type: "text", text: "Fair Trade Certified"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ethically Sourced",
|
||||
},
|
||||
type: "text", text: "Ethically Sourced"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisan Roasted",
|
||||
},
|
||||
type: "text", text: "Artisan Roasted"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Owned",
|
||||
},
|
||||
type: "text", text: "Locally Owned"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -159,19 +110,13 @@ export default function LandingPage() {
|
||||
title="Our Passion in Numbers"
|
||||
metrics={[
|
||||
{
|
||||
label: "Ethical Sourcing",
|
||||
value: "100%",
|
||||
icon: CheckCircle,
|
||||
label: "Ethical Sourcing", value: "100%", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
label: "Artisan Roasts",
|
||||
value: "12+",
|
||||
icon: Award,
|
||||
label: "Artisan Roasts", value: "12+", icon: Award,
|
||||
},
|
||||
{
|
||||
label: "Daily Visitors",
|
||||
value: "500+",
|
||||
icon: Coffee,
|
||||
label: "Daily Visitors", value: "500+", icon: Coffee,
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
@@ -184,26 +129,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Artisan",
|
||||
title: "Fresh Pastries",
|
||||
subtitle: "Baked Daily",
|
||||
description: "Our croissants are buttery, flaky, and made from scratch every single morning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast_23-2148129752.jpg?_wi=2",
|
||||
},
|
||||
tag: "Artisan", title: "Fresh Pastries", subtitle: "Baked Daily", description: "Our croissants are buttery, flaky, and made from scratch every single morning.", imageSrc: "http://img.b2bpic.net/free-photo/breakfast_23-2148129752.jpg?_wi=2"},
|
||||
{
|
||||
tag: "Expertise",
|
||||
title: "Precision Brewing",
|
||||
subtitle: "Every Time",
|
||||
description: "Our baristas are trained to respect the bean, ensuring consistent flavor in every cup.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-with-copy-space_23-2148464885.jpg?_wi=2",
|
||||
},
|
||||
tag: "Expertise", title: "Precision Brewing", subtitle: "Every Time", description: "Our baristas are trained to respect the bean, ensuring consistent flavor in every cup.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-with-copy-space_23-2148464885.jpg?_wi=2"},
|
||||
{
|
||||
tag: "Comfort",
|
||||
title: "Designed for You",
|
||||
subtitle: "Urban Retreat",
|
||||
description: "Whether it's a quick morning caffeine fix or an afternoon escape, our cafe is your sanctuary.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6425.jpg?_wi=2",
|
||||
},
|
||||
tag: "Comfort", title: "Designed for You", subtitle: "Urban Retreat", description: "Whether it's a quick morning caffeine fix or an afternoon escape, our cafe is your sanctuary.", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6425.jpg?_wi=2"},
|
||||
]}
|
||||
title="The Velo Experience"
|
||||
description="We go beyond just serving coffee; we craft an immersive environment."
|
||||
@@ -218,59 +148,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Velo Roasts",
|
||||
name: "Classic Espresso",
|
||||
price: "$4.50",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/latte-art-coffee-cup-cafe-table_1150-12171.jpg",
|
||||
},
|
||||
id: "1", brand: "Velo Roasts", name: "Classic Espresso", price: "$4.50", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/latte-art-coffee-cup-cafe-table_1150-12171.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Velo Roasts",
|
||||
name: "Velvet Cappuccino",
|
||||
price: "$5.00",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-cafe-food-old-background_1339-66.jpg",
|
||||
},
|
||||
id: "2", brand: "Velo Roasts", name: "Velvet Cappuccino", price: "$5.00", rating: 5,
|
||||
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/black-cafe-food-old-background_1339-66.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Velo Roasts",
|
||||
name: "Signature Latte",
|
||||
price: "$5.50",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648686.jpg",
|
||||
},
|
||||
id: "3", brand: "Velo Roasts", name: "Signature Latte", price: "$5.50", rating: 4,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648686.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Velo Roasts",
|
||||
name: "Cold Brew Reserve",
|
||||
price: "$4.75",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strong-alcoholic-beverage-with-coffee_23-2148722521.jpg",
|
||||
},
|
||||
id: "4", brand: "Velo Roasts", name: "Cold Brew Reserve", price: "$4.75", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/strong-alcoholic-beverage-with-coffee_23-2148722521.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Velo Roasts",
|
||||
name: "Americano",
|
||||
price: "$3.50",
|
||||
rating: 4,
|
||||
reviewCount: "54",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/double-espresso-coffee-mug-with-cinnamon-sticks-coffee-beans-wooden-board_181624-57338.jpg",
|
||||
},
|
||||
id: "5", brand: "Velo Roasts", name: "Americano", price: "$3.50", rating: 4,
|
||||
reviewCount: "54", imageSrc: "http://img.b2bpic.net/free-photo/double-espresso-coffee-mug-with-cinnamon-sticks-coffee-beans-wooden-board_181624-57338.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Velo Roasts",
|
||||
name: "Mocha Bliss",
|
||||
price: "$5.75",
|
||||
rating: 5,
|
||||
reviewCount: "142",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clear-glass-cup-filled-with-chocolate-cream_209303-47.jpg",
|
||||
},
|
||||
id: "6", brand: "Velo Roasts", name: "Mocha Bliss", price: "$5.75", rating: 5,
|
||||
reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/clear-glass-cup-filled-with-chocolate-cream_209303-47.jpg"},
|
||||
]}
|
||||
title="Our Signature Blends"
|
||||
description="Discover your new favorite roast, meticulously sourced and carefully roasted."
|
||||
@@ -282,14 +176,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Green Beans",
|
||||
"Urban Harvest",
|
||||
"Artisanal Mill",
|
||||
"Eco Roast",
|
||||
"City Roasters",
|
||||
"Daily Beans",
|
||||
"Pure Brew",
|
||||
]}
|
||||
"Green Beans", "Urban Harvest", "Artisanal Mill", "Eco Roast", "City Roasters", "Daily Beans", "Pure Brew"]}
|
||||
title="Proudly Supported By"
|
||||
description="Collaborating with local artisans and sustainable farms globally."
|
||||
/>
|
||||
@@ -303,25 +190,15 @@ export default function LandingPage() {
|
||||
author="Mark D."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-urban-cafe_158595-684.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-urban-cafe_158595-684.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/teenage-girl-holding-takeaway-coffee-cup-looking-digital-tablet_23-2147906496.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/teenage-girl-holding-takeaway-coffee-cup-looking-digital-tablet_23-2147906496.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-holding-disposable-coffee-cup_107420-12333.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-holding-disposable-coffee-cup_107420-12333.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sensual-confident-woman-stylish-clothes-enjoying-coffee-coffeeshop-attractive-female-model-sitting-cafe-having-lunch-with-admirer-smiling-look-away-pleased-breakfast-outdoor-restaurant_197531-30517.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/sensual-confident-woman-stylish-clothes-enjoying-coffee-coffeeshop-attractive-female-model-sitting-cafe-having-lunch-with-admirer-smiling-look-away-pleased-breakfast-outdoor-restaurant_197531-30517.jpg", alt: "Customer"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -334,20 +211,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer vegan milk options?",
|
||||
content: "Yes! We proudly offer oat, soy, and almond milk at no extra charge.",
|
||||
},
|
||||
id: "1", title: "Do you offer vegan milk options?", content: "Yes! We proudly offer oat, soy, and almond milk at no extra charge."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I work in the cafe?",
|
||||
content: "Absolutely. We have complimentary Wi-Fi and plenty of comfortable seating.",
|
||||
},
|
||||
id: "2", title: "Can I work in the cafe?", content: "Absolutely. We have complimentary Wi-Fi and plenty of comfortable seating."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Where do you source your beans?",
|
||||
content: "We source all our beans from fair-trade cooperatives in South America and Africa.",
|
||||
},
|
||||
id: "3", title: "Where do you source your beans?", content: "We source all our beans from fair-trade cooperatives in South America and Africa."},
|
||||
]}
|
||||
title="Common Inquiries"
|
||||
description="Have questions about our beans, sourcing, or cafe services? Find answers here."
|
||||
@@ -362,22 +230,14 @@ export default function LandingPage() {
|
||||
description="Find us in the heart of the city. Open daily from 7 AM to 6 PM."
|
||||
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: "Any questions or feedback?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Any questions or feedback?", rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/parasol-chairs_1137-314.jpg"
|
||||
@@ -388,16 +248,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Velo Cafe"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Contact Us", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user