Merge version_1 into main #1
@@ -53,23 +53,23 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-glass-with-delicious-coffee_23-2149703761.jpg", imageAlt: "Iced latte with foam"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-glass-with-delicious-coffee_23-2149703761.jpg?_wi=1", imageAlt: "Iced latte with foam"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-successful-bearded-south-asian-young-indian-freelancer-blue-jeans-shirt-standing-cafe_627829-5083.jpg", imageAlt: "Cozy seating area with plants"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-successful-bearded-south-asian-young-indian-freelancer-blue-jeans-shirt-standing-cafe_627829-5083.jpg?_wi=1", imageAlt: "Cozy seating area with plants"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-coffee-mug_1323-160.jpg", imageAlt: "Fresh house drip coffee"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-coffee-mug_1323-160.jpg?_wi=1", imageAlt: "Fresh house drip coffee"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-date-couple-love-cafe-happy-couple-love-enjoying-romantic-moment_8353-6650.jpg", imageAlt: "Coffee shop storefront"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-date-couple-love-cafe-happy-couple-love-enjoying-romantic-moment_8353-6650.jpg?_wi=1", imageAlt: "Coffee shop storefront"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-ice-coffee-wooden-desk_23-2147876634.jpg", imageAlt: "Traditional Cuban coffee"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-ice-coffee-wooden-desk_23-2147876634.jpg?_wi=1", imageAlt: "Traditional Cuban coffee"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcohol-drinks-inside-glasses-brown-wooden-desk_140725-25893.jpg", imageAlt: "Refreshing iced coffee"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcohol-drinks-inside-glasses-brown-wooden-desk_140725-25893.jpg?_wi=1", imageAlt: "Refreshing iced coffee"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg", imageAlt: "Warm coffee shop atmosphere"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg?_wi=1", imageAlt: "Warm coffee shop atmosphere"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg", imageAlt: "Community-focused cafe"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg?_wi=2", imageAlt: "Community-focused cafe"},
|
||||
]}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
carouselPosition="right"
|
||||
@@ -100,13 +100,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Iced Latte with Foam", price: "$4.50", variant: "Cold • Creamy • Delicious", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-glass-with-delicious-coffee_23-2149703761.jpg", imageAlt: "Iced latte with foam"},
|
||||
id: "1", name: "Iced Latte with Foam", price: "$4.50", variant: "Cold • Creamy • Delicious", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-glass-with-delicious-coffee_23-2149703761.jpg?_wi=2", imageAlt: "Iced latte with foam"},
|
||||
{
|
||||
id: "2", name: "Cuban Coffee", price: "$3.75", variant: "Strong • Traditional • Bold", imageSrc: "http://img.b2bpic.net/free-photo/delicious-ice-coffee-wooden-desk_23-2147876634.jpg", imageAlt: "Cuban coffee"},
|
||||
id: "2", name: "Cuban Coffee", price: "$3.75", variant: "Strong • Traditional • Bold", imageSrc: "http://img.b2bpic.net/free-photo/delicious-ice-coffee-wooden-desk_23-2147876634.jpg?_wi=2", imageAlt: "Cuban coffee"},
|
||||
{
|
||||
id: "3", name: "Iced Coffee", price: "$3.50", variant: "Cold • Refreshing • Classic", imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcohol-drinks-inside-glasses-brown-wooden-desk_140725-25893.jpg", imageAlt: "Iced coffee"},
|
||||
id: "3", name: "Iced Coffee", price: "$3.50", variant: "Cold • Refreshing • Classic", imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcohol-drinks-inside-glasses-brown-wooden-desk_140725-25893.jpg?_wi=2", imageAlt: "Iced coffee"},
|
||||
{
|
||||
id: "4", name: "House Drip Coffee", price: "$2.50", variant: "Hot • Fresh • Daily Brew", imageSrc: "http://img.b2bpic.net/free-photo/hot-coffee-mug_1323-160.jpg", imageAlt: "House drip coffee"},
|
||||
id: "4", name: "House Drip Coffee", price: "$2.50", variant: "Hot • Fresh • Daily Brew", imageSrc: "http://img.b2bpic.net/free-photo/hot-coffee-mug_1323-160.jpg?_wi=2", imageAlt: "House drip coffee"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -123,17 +123,17 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell, Local Resident", date: "Date: January 2025", title: "Latte was heavenly, service was perfect", quote: "The atmosphere is absolutely cozy with all the plants and vibrant decor. The staff greeted me like a friend. This is now my daily go-to spot!", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg", avatarAlt: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-successful-bearded-south-asian-young-indian-freelancer-blue-jeans-shirt-standing-cafe_627829-5083.jpg", imageAlt: "Cozy coffee shop interior"},
|
||||
id: "1", name: "Sarah Mitchell, Local Resident", date: "Date: January 2025", title: "Latte was heavenly, service was perfect", quote: "The atmosphere is absolutely cozy with all the plants and vibrant decor. The staff greeted me like a friend. This is now my daily go-to spot!", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg", avatarAlt: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-successful-bearded-south-asian-young-indian-freelancer-blue-jeans-shirt-standing-cafe_627829-5083.jpg?_wi=2", imageAlt: "Cozy coffee shop interior"},
|
||||
{
|
||||
id: "2", name: "Marcus Johnson, Visitor", date: "Date: December 2024", title: "Found our new favorite coffee spot", quote: "We were exploring downtown Arcadia and stumbled upon this gem. Tasty drinks, incredibly friendly staff, and the vibe is so warm and welcoming.", tag: "Casual Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg", avatarAlt: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-glass-with-delicious-coffee_23-2149703761.jpg", imageAlt: "Specialty drink presentation"},
|
||||
id: "2", name: "Marcus Johnson, Visitor", date: "Date: December 2024", title: "Found our new favorite coffee spot", quote: "We were exploring downtown Arcadia and stumbled upon this gem. Tasty drinks, incredibly friendly staff, and the vibe is so warm and welcoming.", tag: "Casual Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg", avatarAlt: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-glass-with-delicious-coffee_23-2149703761.jpg?_wi=3", imageAlt: "Specialty drink presentation"},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez, Downtown Worker", date: "Date: January 2025", title: "Perfect spot for remote work", quote: "Great coffee, excellent WiFi, and the staff doesn't rush you. I've been working here 3 times a week and everyone remembers my order!", tag: "Remote Worker", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-park-ranger-woods_23-2149309554.jpg", avatarAlt: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/romantic-date-couple-love-cafe-happy-couple-love-enjoying-romantic-moment_8353-6650.jpg", imageAlt: "Coffee shop storefront"},
|
||||
id: "3", name: "Emma Rodriguez, Downtown Worker", date: "Date: January 2025", title: "Perfect spot for remote work", quote: "Great coffee, excellent WiFi, and the staff doesn't rush you. I've been working here 3 times a week and everyone remembers my order!", tag: "Remote Worker", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-park-ranger-woods_23-2149309554.jpg", avatarAlt: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/romantic-date-couple-love-cafe-happy-couple-love-enjoying-romantic-moment_8353-6650.jpg?_wi=2", imageAlt: "Coffee shop storefront"},
|
||||
{
|
||||
id: "4", name: "David Chen, Local Business Owner", date: "Date: November 2024", title: "Supporting Arcadia's local business", quote: "This is what community looks like. Great coffee, genuine people, and a space that brings locals together. Highly recommend!", tag: "Community Supporter", avatarSrc: "http://img.b2bpic.net/free-photo/young-adult-studying-cafe_23-2149064524.jpg", avatarAlt: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/delicious-ice-coffee-wooden-desk_23-2147876634.jpg", imageAlt: "Cuban coffee specialty"},
|
||||
id: "4", name: "David Chen, Local Business Owner", date: "Date: November 2024", title: "Supporting Arcadia's local business", quote: "This is what community looks like. Great coffee, genuine people, and a space that brings locals together. Highly recommend!", tag: "Community Supporter", avatarSrc: "http://img.b2bpic.net/free-photo/young-adult-studying-cafe_23-2149064524.jpg", avatarAlt: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/delicious-ice-coffee-wooden-desk_23-2147876634.jpg?_wi=3", imageAlt: "Cuban coffee specialty"},
|
||||
{
|
||||
id: "5", name: "Jessica Lee, Coffee Enthusiast", date: "Date: January 2025", title: "Quality specialty coffee at local prices", quote: "The baristas actually know their craft here. The iced latte is perfectly balanced and the Cuban coffee is authentic. Worth every visit!", tag: "Coffee Lover", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg", avatarAlt: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcohol-drinks-inside-glasses-brown-wooden-desk_140725-25893.jpg", imageAlt: "Cold brew iced coffee"},
|
||||
id: "5", name: "Jessica Lee, Coffee Enthusiast", date: "Date: January 2025", title: "Quality specialty coffee at local prices", quote: "The baristas actually know their craft here. The iced latte is perfectly balanced and the Cuban coffee is authentic. Worth every visit!", tag: "Coffee Lover", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg", avatarAlt: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcohol-drinks-inside-glasses-brown-wooden-desk_140725-25893.jpg?_wi=3", imageAlt: "Cold brew iced coffee"},
|
||||
{
|
||||
id: "6", name: "Robert Thompson, Regular", date: "Date: December 2024", title: "Been a customer for months, still love it", quote: "Consistency and warmth. Every time I come in, it's the same quality and care. That's rare. This place is special.", tag: "Loyal Customer", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg", avatarAlt: "Robert Thompson", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg", imageAlt: "Coffee shop ambiance"},
|
||||
id: "6", name: "Robert Thompson, Regular", date: "Date: December 2024", title: "Been a customer for months, still love it", quote: "Consistency and warmth. Every time I come in, it's the same quality and care. That's rare. This place is special.", tag: "Loyal Customer", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg", avatarAlt: "Robert Thompson", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg?_wi=3", imageAlt: "Coffee shop ambiance"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -165,7 +165,7 @@ export default function LandingPage() {
|
||||
description="103 W Oak St, Arcadia, FL 34266 • Open Daily at 7 AM • (941) 440-6161"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/romantic-date-couple-love-cafe-happy-couple-love-enjoying-romantic-moment_8353-6650.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/romantic-date-couple-love-cafe-happy-couple-love-enjoying-romantic-moment_8353-6650.jpg?_wi=3"
|
||||
imageAlt="The Florida Farmhouse Coffee storefront"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user