Merge version_3 into main #3
@@ -12,7 +12,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { BarChart, Cloud, Code2, Shield, Zap } from "lucide-react";
|
||||
import { Coffee, MapPin, Clock, Truck, ShieldCheck, Award } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,11 +33,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Menu", id: "#products" },
|
||||
{ name: "Coffee Shop", id: "#features" },
|
||||
{ name: "Products", id: "#products" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Gana Coffee Roasters"
|
||||
brandName="Habarista"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -45,12 +45,12 @@ export default function LandingPage() {
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="Crafted Coffee for Every Morning"
|
||||
description="Premium artisan beans, perfectly roasted to elevate your daily ritual with every cup."
|
||||
title="Crafted Excellence, One Sip at a Time"
|
||||
description="From ethical sourcing to artisanal roasting, discover Habarista's curated selection of premium coffee beans and brewing essentials."
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-falling-from-above_23-2148766155.jpg", imageAlt: "Coffee beans falling" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/hot-cappuccino-with-latte-art-wood-table_144627-24855.jpg", imageAlt: "Cappuccino with latte art" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-coffee-beans-wooden-table_23-2148419619.jpg?_wi=1", imageAlt: "Fresh coffee beans" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/coffee-beans-falling-from-above_23-2148766155.jpg", imageAlt: "Premium roasted coffee beans" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/hot-cappuccino-with-latte-art-wood-table_144627-24855.jpg", imageAlt: "Artisanal latte art" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/fresh-coffee-roasting_23-2148766150.jpg", imageAlt: "Roasting process" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -59,10 +59,10 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Artisanal Roasting"
|
||||
description="We source the finest beans globally and roast them in small batches to ensure flavor, freshness, and quality in every single brew."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-roasting-coffee-beans_23-2148766150.jpg"
|
||||
imageAlt="Artisan coffee roaster"
|
||||
title="The Habarista Philosophy"
|
||||
description="We believe in transparency, quality, and community. Founded by coffee lovers for coffee lovers, we bridge the gap between high-altitude farms and your morning cup."
|
||||
imageSrc="https://img.b2bpic.net/free-photo/barista-brewing-coffee_23-2148766160.jpg"
|
||||
imageAlt="Habarista expert brewing coffee"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,13 +72,13 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ icon: Zap, title: "Freshly Roasted", description: "Roasted daily in our local facility." },
|
||||
{ icon: Shield, title: "Sustainably Sourced", description: "Supporting ethical farming practices worldwide." },
|
||||
{ icon: BarChart, title: "Barista Quality", description: "Perfect flavor profiles for your home setup." },
|
||||
{ icon: Cloud, title: "Fast Shipping", description: "Delivered straight to your door, peak freshness guaranteed." },
|
||||
{ icon: Award, title: "Small Batch Roasting", description: "Meticulously roasted in-house to unlock hidden flavor profiles." },
|
||||
{ icon: ShieldCheck, title: "Direct Trade Ethics", description: "Fair partnerships that support coffee farming families directly." },
|
||||
{ icon: Coffee, title: "Expert Selection", description: "Single-origin varieties curated by certified sensory experts." },
|
||||
{ icon: Truck, title: "Freshness Guarantee", description: "Beans dispatched within hours of cooling to ensure peak freshness." },
|
||||
]}
|
||||
title="Why We Love Coffee"
|
||||
description="Experience the difference of a truly curated coffee experience."
|
||||
title="What Makes Us Different"
|
||||
description="Beyond just coffee—a commitment to quality and ethical standards."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -89,24 +89,24 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", brand: "Roast", name: "Signature Espresso", price: "$18", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table_1203-2410.jpg" },
|
||||
{ id: "p2", brand: "Roast", name: "Single Origin Ethiopia", price: "$22", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-coffee-beans-wooden-table_23-2148419619.jpg?_wi=2" },
|
||||
{ id: "p3", brand: "Roast", name: "Cold Brew Blend", price: "$15", rating: 4, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glass_1203-2396.jpg" },
|
||||
{ id: "h1", brand: "Habarista", name: "Espresso Roast Blend", price: "$19.99", rating: 5, reviewCount: "210", imageSrc: "https://img.b2bpic.net/free-photo/coffee-cup-table_1203-2410.jpg" },
|
||||
{ id: "h2", brand: "Habarista", name: "Yirgacheffe Heirloom", price: "$24.50", rating: 5, reviewCount: "142", imageSrc: "https://img.b2bpic.net/free-photo/top-view-fresh-coffee-beans-wooden-table_23-2148419619.jpg" },
|
||||
{ id: "h3", brand: "Habarista", name: "Cold Drip Starter Kit", price: "$45.00", rating: 4, reviewCount: "85", imageSrc: "https://img.b2bpic.net/free-photo/iced-coffee-glass_1203-2396.jpg" },
|
||||
]}
|
||||
title="Shop Our Menu"
|
||||
description="Explore our curated selection of roasts for every preference."
|
||||
title="Habarista Collections"
|
||||
description="Curated beans and brewing tools designed for your home cafe setup."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Coffee Milestones"
|
||||
tag="Stats"
|
||||
title="Our Community Impact"
|
||||
tag="Our Success"
|
||||
metrics={[
|
||||
{ id: "m1", value: "50k+", description: "Cups Poured" },
|
||||
{ id: "m2", value: "12", description: "Global Origins" },
|
||||
{ id: "m3", value: "98%", description: "Customer Satisfaction" },
|
||||
{ id: "m1", value: "85,000+", description: "Cups Brewed Locally" },
|
||||
{ id: "m2", value: "15+", description: "Ethical Farm Partnerships" },
|
||||
{ id: "m3", value: "4.9/5", description: "Customer Satisfaction" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -117,11 +117,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Alice B.", role: "Coffee Lover", testimonial: "The best beans I have ever tried, hands down!" },
|
||||
{ id: "2", name: "Mark L.", role: "Daily Drinker", testimonial: "Fast delivery and incredible quality every time." },
|
||||
{ id: "t1", name: "Elena G.", role: "Daily Enthusiast", testimonial: "The Yirgacheffe is life-changing. I haven't bought store beans in months." },
|
||||
{ id: "t2", name: "Marcus S.", role: "Home Barista", testimonial: "The subscription service is incredibly reliable. Quality remains consistent every shipment." },
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Join our community of coffee enthusiasts."
|
||||
title="Loved by the Community"
|
||||
description="Hear from our frequent patrons and coffee enthusiasts."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -130,12 +130,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "How do I brew?", content: "We provide guides for all major brewing methods." },
|
||||
{ id: "f2", title: "How fresh are the beans?", content: "We ship beans within 48 hours of roasting." },
|
||||
{ id: "f1", title: "Can I visit the roastery?", content: "Yes! We host public cupping sessions on weekends. Check our Instagram for schedules." },
|
||||
{ id: "f2", title: "Do you ship internationally?", content: "We currently ship to all 50 states and Canada. Global expansion coming soon!" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-holding-coffee-cup-cafe_1303-12345.jpg"
|
||||
title="Coffee Q&A"
|
||||
description="Your questions answered about our process and products."
|
||||
imageSrc="https://img.b2bpic.net/free-photo/barista-pouring-milk-cappuccino_1303-12345.jpg"
|
||||
title="Habarista Q&A"
|
||||
description="Everything you need to know about our beans, shipping, and events."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -144,19 +144,19 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Contact"
|
||||
title="Visit Our Cafe"
|
||||
description="Stay connected with us for news, promotions, and brewing tips."
|
||||
tag="Visit Us"
|
||||
title="Find Your Perfect Pour"
|
||||
description="Join our newsletter to receive brewing guides and exclusive invitations to our weekend public tastings."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="Gana Coffee"
|
||||
logoText="Habarista"
|
||||
columns={[
|
||||
{ items: [{ label: "Shop" }, { label: "Locations" }, { label: "Our Story" }] },
|
||||
{ items: [{ label: "Hours: 7am - 7pm daily" }, { label: "123 Roastery Ave, City" }] },
|
||||
{ items: [{ label: "Instagram" }, { label: "Facebook" }, { label: "Twitter" }] }
|
||||
{ items: [{ label: "Shop Beans" }, { label: "Brew Guides" }, { label: "Subscription" }] },
|
||||
{ items: [{ label: "Hours: Mon-Sun 7am - 8pm" }, { label: "101 Espresso Way, Downtown" }, { label: "Phone: (555) 123-4567" }] },
|
||||
{ items: [{ label: "Instagram" }, { label: "Events" }, { label: "Privacy Policy" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user