4 Commits

Author SHA1 Message Date
kudinDmitriyUp
bad9d7c7e0 Bob AI (stub): Make the nav bar glassmorphic 2026-06-03 04:09:04 +00:00
c88e6671cb Merge version_5_1780459584649 into main
Merge version_5_1780459584649 into main
2026-06-03 04:07:57 +00:00
kudinDmitriyUp
417ecd5fc4 Bob AI: Enhanced testimonials with specific details and photos 2026-06-03 04:07:11 +00:00
a7a6de5a28 Merge version_4_1780459096389 into main
Merge version_4_1780459096389 into main
2026-06-03 03:59:40 +00:00
2 changed files with 18 additions and 15 deletions

View File

@@ -12,6 +12,9 @@ import MetricsSection from './HomePage/sections/Metrics';
import FaqSection from './HomePage/sections/Faq';
import ContactSection from './HomePage/sections/Contact';
{/* webild-stub @2026-06-03T04:09:03.687Z: Make the nav bar glassmorphic */}
export default function HomePage(): React.JSX.Element {
return (
<>

View File

@@ -15,34 +15,34 @@ export default function TestimonialsSection(): React.JSX.Element {
description="Don't just take our word for it hear from our beloved patrons about their experiences and why Joes Coffee is their favorite spot."
testimonials={[
{
name: "Sarah J.",
role: "Local Artist",
name: "Mark Jenkins",
role: "Local Artist, Seattle",
quote: "Joes Coffee is my daily escape. The latte art is always beautiful, and the cozy atmosphere inspires my work. It's truly a hidden gem!",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-curly-redhead-bearded-man-tasting-coffee-cup_171337-9999.jpg",
imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?auto=format&fit=crop&q=80&w=800",
},
{
name: "Michael L.",
role: "Small Business Owner",
name: "Sarah Lawson",
role: "Small Business Owner, Portland",
quote: "The best coffee in town, hands down. I appreciate the quality and consistency, and the staff are always incredibly welcoming. My go-to spot for meetings.",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-dreaming-young-woman-sitting-cafe-table_171337-17088.jpg",
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&q=80&w=800",
},
{
name: "Emily R.",
role: "Student",
name: "Emily Roberts",
role: "Graduate Student, Austin",
quote: "I love coming here to study. The quiet corners and endless coffee keep me going. Plus, their sandwiches are amazing when I need a break!",
imageSrc: "http://img.b2bpic.net/free-photo/carefree-friends_1098-15889.jpg",
imageSrc: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?auto=format&fit=crop&q=80&w=800",
},
{
name: "David K.",
role: "Neighborhood Resident",
name: "David Kim",
role: "Software Engineer, Chicago",
quote: "It feels like home here. The baristas know my order, and there's always a friendly face. Joes Coffee is more than just a cafe; it's a community.",
imageSrc: "http://img.b2bpic.net/free-photo/people-drinking-coffee-spacious-cafeteria_23-2150423990.jpg",
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?auto=format&fit=crop&q=80&w=800",
},
{
name: "Olivia M.",
role: "Food Blogger",
name: "Olivia Martinez",
role: "Food Blogger, New York",
quote: "From the first sip to the last bite of their pastries, Joes Coffee consistently delivers excellence. A must-visit for any coffee enthusiast!",
imageSrc: "http://img.b2bpic.net/free-photo/lovely-asian-woman-with-ponytail-dressed-red-oversized-sweater-sits-co-working-space-takes-notes-notebook_197531-16913.jpg",
imageSrc: "https://images.unsplash.com/photo-1517841905240-472988babdf9?auto=format&fit=crop&q=80&w=800",
},
]}
/>