Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-10 01:14:50 +00:00

View File

@@ -10,7 +10,7 @@ import FeatureBento from '@/components/sections/feature/FeatureBento';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Coffee, Star, Heart, Leaf, Zap, Utensils, Clock, Instagram, MapPin, Phone } from 'lucide-react';
import { Coffee, Star, Heart, Leaf, Zap, Utensils, Clock, Instagram, MapPin, Phone, Flame, Sparkles, Croissant, Sandwich, Apple } from 'lucide-react';
export default function LandingPage() {
return (
@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="mediumLarge"
background="aurora"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered"
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="S3 Coffee Bar"
description="Innovation in Every Sip"
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
tag="San Diego Craft Coffee"
tagIcon={Coffee}
tagAnimation="slide-up"
@@ -141,21 +141,21 @@ export default function LandingPage() {
{
title: "Specialty Coffee", description: "Expertly crafted espresso drinks and single-origin pour-overs", bentoComponent: "icon-info-cards", items: [
{ icon: Coffee, label: "Signature Lattes", value: "9 Varieties" },
{ icon: Coffee, label: "Pour-overs", value: "Daily Rotation" },
{ icon: Star, label: "Cold Brew", value: "Seasonal" }
{ icon: Flame, label: "Pour-overs", value: "Daily Rotation" },
{ icon: Sparkles, label: "Cold Brew", value: "Seasonal" }
]
},
{
title: "Breakfast & Brunch", description: "Fresh, nourishing options to start your day right", bentoComponent: "icon-info-cards", items: [
{ icon: Star, label: "Fresh Pastries", value: "Daily Fresh" },
{ icon: Coffee, label: "Breakfast Sandwiches", value: "6 Selections" },
{ icon: Croissant, label: "Fresh Pastries", value: "Daily Fresh" },
{ icon: Sandwich, label: "Breakfast Sandwiches", value: "6 Selections" },
{ icon: Leaf, label: "Avocado Toast", value: "Seasonal" }
]
},
{
title: "Lunch & Light Bites", description: "Quality ingredients prepared thoughtfully", bentoComponent: "icon-info-cards", items: [
{ icon: Heart, label: "Fresh Salads", value: "5 Options" },
{ icon: Coffee, label: "Gourmet Wraps", value: "Rotating Menu" },
{ icon: Apple, label: "Fresh Salads", value: "5 Options" },
{ icon: Sandwich, label: "Gourmet Wraps", value: "Rotating Menu" },
{ icon: Coffee, label: "Afternoon Treats", value: "Daily Specials" }
]
}