Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-02 03:09:47 +00:00
2 changed files with 9 additions and 4 deletions

View File

@@ -1411,4 +1411,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -8,7 +8,7 @@ import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import ContactSplit from '@/components/sections/contact/ContactSplit';
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() {
return (
@@ -75,7 +75,7 @@ export default function CaffePage() {
<div id="features" data-section="features">
<FeatureCardTwelve
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"
animationType="slide-up"
useInvertedBackground={false}
@@ -94,6 +94,11 @@ export default function CaffePage() {
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: "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"
]
}
]}
/>
@@ -173,4 +178,4 @@ export default function CaffePage() {
</div>
</ThemeProvider>
);
}
}