Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 17:12:03 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
description="A cozy corner café serving elevated, thoughtful coffee & matcha creations—crafted by a barista who actually cares about every sip."
tag="Crafted with Intention. Served with Heart."
tagAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/close-up-image-man-holds-coffee-with-heart-foam-top-view_613910-8884.jpg"
imageAlt="Artisan coffee and latte art at Inspired Brew"
imagePosition="right"
@@ -53,16 +53,16 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah M.", handle: "Coffee Enthusiast", testimonial: "My coffee did not survive 10 minutes—THAT good.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-meeting_329181-1766.jpg?_wi=1", imageAlt: "Sarah M."},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-meeting_329181-1766.jpg", imageAlt: "Sarah M."},
{
name: "James L.", handle: "Regular Customer", testimonial: "Warm and welcoming… the kind of place you want to sit and stay awhile.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=1", imageAlt: "James L."},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "James L."},
{
name: "Emma T.", handle: "Matcha Lover", testimonial: "Thoughtful creations set apart from the usual. Truly exceptional.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-student-drinking-takeaway-coffee_1262-20234.jpg?_wi=1", imageAlt: "Emma T."},
imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-student-drinking-takeaway-coffee_1262-20234.jpg", imageAlt: "Emma T."},
{
name: "David P.", handle: "Local Community", testimonial: "Friendly, knowledgeable, and passionate about high-quality coffee.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg?_wi=1", imageAlt: "David P."},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg", imageAlt: "David P."},
]}
buttons={[
{ text: "Get Directions", href: "#visit" },
@@ -82,17 +82,17 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Sophie Chen", handle: "@sophielovescoffee", testimonial: "My coffee did not survive 10 minutes—THAT good. Best café in town.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-meeting_329181-1766.jpg?_wi=2", imageAlt: "Sophie Chen"},
id: "1", name: "Sophie Chen", handle: "@sophielovescoffee", testimonial: "My coffee did not survive 10 minutes—THAT good. Best café in town.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-meeting_329181-1766.jpg", imageAlt: "Sophie Chen"},
{
id: "2", name: "Marcus D.", handle: "@marcusmornings", testimonial: "Warm and welcoming… the kind of place you want to sit and stay awhile.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=2", imageAlt: "Marcus D."},
id: "2", name: "Marcus D.", handle: "@marcusmornings", testimonial: "Warm and welcoming… the kind of place you want to sit and stay awhile.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Marcus D."},
{
id: "3", name: "Elena Rodriguez", handle: "@elenasips", testimonial: "Thoughtful creations set apart from the usual. Every drink is an experience.", imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-student-drinking-takeaway-coffee_1262-20234.jpg?_wi=2", imageAlt: "Elena Rodriguez"},
id: "3", name: "Elena Rodriguez", handle: "@elenasips", testimonial: "Thoughtful creations set apart from the usual. Every drink is an experience.", imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-student-drinking-takeaway-coffee_1262-20234.jpg", imageAlt: "Elena Rodriguez"},
{
id: "4", name: "James Wilson", handle: "@jamesw_coffee", testimonial: "Friendly, knowledgeable, and genuinely passionate about quality coffee.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg?_wi=2", imageAlt: "James Wilson"},
id: "4", name: "James Wilson", handle: "@jamesw_coffee", testimonial: "Friendly, knowledgeable, and genuinely passionate about quality coffee.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg", imageAlt: "James Wilson"},
{
id: "5", name: "Lisa Park", handle: "@lisalovestea", testimonial: "The matcha here tastes like it should. Perfect every single time.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-meeting_329181-1766.jpg?_wi=3", imageAlt: "Lisa Park"},
id: "5", name: "Lisa Park", handle: "@lisalovestea", testimonial: "The matcha here tastes like it should. Perfect every single time.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-meeting_329181-1766.jpg", imageAlt: "Lisa Park"},
{
id: "6", name: "Tom Bradley", handle: "@tombreakfast", testimonial: "This is my happy place. Great coffee, great vibe, great energy.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=3", imageAlt: "Tom Bradley"},
id: "6", name: "Tom Bradley", handle: "@tombreakfast", testimonial: "This is my happy place. Great coffee, great vibe, great energy.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Tom Bradley"},
]}
speed={40}
/>