diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0cebdd9..8695d9c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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() {
@@ -45,12 +45,12 @@ export default function LandingPage() {
@@ -59,10 +59,10 @@ export default function LandingPage() {
@@ -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."
/>
@@ -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."
/>
@@ -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."
/>
@@ -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"
/>
@@ -144,19 +144,19 @@ export default function LandingPage() {