6 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
ad735057f2 Update src/app/page.tsx 2026-03-02 03:09:43 +00:00
88f95f31a3 Update src/app/layout.tsx 2026-03-02 03:09:42 +00:00
f9da3dd23e Merge version_1 into main
Merge version_1 into main
2026-03-02 02:58:26 +00:00
2 changed files with 16 additions and 18 deletions

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroSplit from '@/components/sections/hero/HeroSplit'; import HeroSplit from '@/components/sections/hero/HeroSplit';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; 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 TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import ContactSplit from '@/components/sections/contact/ContactSplit'; import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
@@ -73,29 +73,27 @@ export default function CaffePage() {
</div> </div>
<div id="features" data-section="features"> <div id="features" data-section="features">
<FeatureCardTwelve <FeatureCardThree
title="Why Coffee Lovers Choose Sana's"
description="Discover what sets our craft coffee experience apart from the rest"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
features={[ features={[
{ {
id: "specialty-roasts", label: "Specialty", title: "Single-Origin & Micro-Lot Roasts", items: [ 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"
"Direct sourced from premium farms", "Small-batch roasting daily", "Rotating seasonal selections", "Full traceability and sustainability"
]
}, },
{ {
id: "ambiance", label: "Ambiance", title: "Urban Sanctuary for Work & Connection", items: [ 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"
"Industrial-modern design aesthetic", "Reliable wifi and charging stations", "Quiet zones and collaborative spaces", "Local art and community events"
]
}, },
{ {
id: "expertise", label: "Expertise", title: "Master Baristas & Expert Service", items: [ 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"
"Certified specialty coffee professionals", "Custom brewing methods for each bean", "Personalized recommendations", "Coffee education and tasting events" },
] {
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> </div>