3 Commits

Author SHA1 Message Date
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 9 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
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';
import { Coffee, Mail } from "lucide-react"; import { Coffee, Mail, Lightbulb, Heart, Sparkles } from "lucide-react";
export default function CaffePage() { export default function CaffePage() {
return ( return (
@@ -75,7 +75,7 @@ export default function CaffePage() {
<div id="features" data-section="features"> <div id="features" data-section="features">
<FeatureCardTwelve <FeatureCardTwelve
title="Why Coffee Lovers Choose Sana's" title="Why Coffee Lovers Choose Sana's"
description="Discover what sets our craft coffee experience apart from the rest" description="Discover what sets our craft coffee experience apart—inspired by our vision to elevate everyday moments through exceptional coffee and connection"
textboxLayout="default" textboxLayout="default"
animationType="slide-up" animationType="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
@@ -94,6 +94,11 @@ export default function CaffePage() {
id: "expertise", label: "Expertise", title: "Master Baristas & Expert Service", items: [ 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" "Certified specialty coffee professionals", "Custom brewing methods for each bean", "Personalized recommendations", "Coffee education and tasting events"
] ]
},
{
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"
]
} }
]} ]}
/> />