Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-02-23 13:19:37 +00:00

View File

@@ -9,7 +9,7 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
import ContactFaq from "@/components/sections/contact/ContactFaq";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import { Coffee, MapPin, Users, Globe, Zap, Droplets, Wind, Award, Leaf, Mail } from "lucide-react";
import { Coffee, MapPin, Users, Globe, Zap, Droplets, Wind, Award, Leaf, Mail, Sparkles, Heart } from "lucide-react";
export default function LandingPage() {
return (
@@ -118,13 +118,13 @@ export default function LandingPage() {
id: "1", name: "Sarah Mitchell", role: "Local Artist", testimonial: "This is my creative sanctuary. The atmosphere is perfect, and the coffee? Simply exceptional. I've tried beans from all over, and these are the best.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "Sarah Mitchell"
},
{
id: "2", name: "James Chen", role: "Software Developer", testimonial: "The consistency and quality of every cup is remarkable. It's become my daily ritual, and I bring friends here whenever they visit.", imageSrc: "https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "James Chen"
id: "2", name: "James Chen", role: "Software Developer", testimonial: "The consistency and quality of every cup is remarkable. It's become my daily ritual, and I bring friends here whenever they visit.", imageSrc: "https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "James Chen"
},
{
id: "3", name: "Elena Rodriguez", role: "Marketing Professional", testimonial: "Best specialty coffee in the city. The baristas genuinely care about their craft, and it shows in every detail.", imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Elena Rodriguez"
},
{
id: "4", name: "Marcus Thompson", role: "Business Owner", testimonial: "I've been coming here for three years. The quality never wavers, and the community feel is something you can't find everywhere.", imageSrc: "https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Marcus Thompson"
id: "4", name: "Marcus Thompson", role: "Business Owner", testimonial: "I've been coming here for three years. The quality never wavers, and the community feel is something you can't find everywhere.", imageSrc: "https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Marcus Thompson"
}
]}
animationType="blur-reveal"
@@ -152,7 +152,7 @@ export default function LandingPage() {
}
]}
animationType="scale-rotate"
textboxLayout="centered"
textboxLayout="default"
useInvertedBackground={true}
/>
</div>