Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5414163e8f | |||
| 8c76b263fa | |||
| dc70a17cda | |||
| d23d68d7f5 | |||
| 9448cceb8f |
@@ -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, Lightbulb, Heart, Sparkles } from "lucide-react";
|
import { Coffee, Mail } from "lucide-react";
|
||||||
|
|
||||||
export default function CaffePage() {
|
export default function CaffePage() {
|
||||||
return (
|
return (
|
||||||
@@ -41,7 +41,7 @@ export default function CaffePage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroSplit
|
||||||
title="Craft Your Perfect Cup"
|
title="Artisan Coffee Crafted Daily in Downtown SF"
|
||||||
description="Welcome to Sana's Caffe, where artisan coffee meets downtown elegance. Experience carefully sourced beans, expertly prepared by our passionate baristas in the heart of San Francisco."
|
description="Welcome to Sana's Caffe, where artisan coffee meets downtown elegance. Experience carefully sourced beans, expertly prepared by our passionate baristas in the heart of San Francisco."
|
||||||
background={{ variant: "glowing-orb" }}
|
background={{ variant: "glowing-orb" }}
|
||||||
tag="Premium Coffee"
|
tag="Premium Coffee"
|
||||||
@@ -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—inspired by our vision to elevate everyday moments through exceptional coffee and connection"
|
description="Discover what sets our craft coffee experience apart from the rest"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -94,11 +94,6 @@ 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"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user