3 Commits

Author SHA1 Message Date
10f832c541 Update src/app/page.tsx 2026-03-02 03:22:24 +00:00
d23d68d7f5 Update src/app/page.tsx 2026-03-02 03:11:48 +00:00
9448cceb8f Merge version_2 into main
Merge version_2 into main
2026-03-02 03:09:47 +00:00

View File

@@ -4,11 +4,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Coffee, Mail, Lightbulb, Heart, Sparkles } from "lucide-react";
import { Coffee, Mail } from "lucide-react";
export default function CaffePage() {
return (
@@ -73,34 +73,27 @@ export default function CaffePage() {
</div>
<div id="features" data-section="features">
<FeatureCardTwelve
title="Why Coffee Lovers Choose Sana's"
description="Discover what sets our craft coffee experience apart—inspired by our vision to elevate everyday moments through exceptional coffee and connection"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
<FeatureCardThree
features={[
{
id: "specialty-roasts", label: "Specialty", title: "Single-Origin & Micro-Lot Roasts", items: [
"Direct sourced from premium farms", "Small-batch roasting daily", "Rotating seasonal selections", "Full traceability and sustainability"
]
id: "01", title: "Single-Origin & Micro-Lot Roasts", description: "Direct sourced from premium farms with small-batch roasting daily. Rotating seasonal selections with full traceability and sustainability.", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-tasty-cookies_23-2148336785.jpg?id=5914136", imageAlt: "Premium specialty coffee beans"
},
{
id: "ambiance", label: "Ambiance", title: "Urban Sanctuary for Work & Connection", items: [
"Industrial-modern design aesthetic", "Reliable wifi and charging stations", "Quiet zones and collaborative spaces", "Local art and community events"
]
id: "02", title: "Urban Sanctuary for Work & Connection", description: "Industrial-modern design aesthetic with reliable wifi and charging stations. Quiet zones and collaborative spaces with local art and community events.", imageSrc: "http://img.b2bpic.net/free-photo/two-espresso-cups-coffee-engine_140725-5566.jpg?id=7219621", imageAlt: "Modern coffee shop interior"
},
{
id: "expertise", label: "Expertise", title: "Master Baristas & Expert Service", items: [
"Certified specialty coffee professionals", "Custom brewing methods for each bean", "Personalized recommendations", "Coffee education and tasting events"
]
id: "03", title: "Master Baristas & Expert Service", description: "Certified specialty coffee professionals offering custom brewing methods for each bean. Personalized recommendations and coffee education tasting events.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-accessories-table_23-2148336811.jpg?id=5914163", imageAlt: "Expert barista crafting coffee"
},
{
id: "vision", label: "Vision", title: "Inspiring Customers Through Coffee", items: [
"Creating moments of joy and inspiration", "Building community connections", "Celebrating the art of coffee culture", "Empowering customers to explore their passion"
]
id: "04", title: "Inspiring Customers Through Coffee", description: "Creating moments of joy and inspiration while building community connections. Celebrating the art of coffee culture and empowering customers to explore their passion.", imageSrc: "http://img.b2bpic.net/free-photo/shot-woman-hands-hold-cup-hot-coffee-with-heart-design-made-foam_343596-4363.jpg?id=13437475", imageAlt: "Coffee community gathering"
}
]}
title="Why Coffee Lovers Choose Sana's"
description="Discover what sets our craft coffee experience apart—inspired by our vision to elevate everyday moments through exceptional coffee and connection"
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>