From bb741cd4fd9a241747efd6ae849777d981a18a0c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 13:19:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d6ef71..ae39417 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> -- 2.49.1