From 83565d875aad62d07541d9ebf06117e691f00f5b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 23:07:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 63 +++++++++++++++++++++++++++++++----------------- 1 file changed, 41 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index af32921..a54800a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,26 +48,34 @@ export default function LandingPage() { { text: "Get Directions", href: "#location" }, ]} buttonAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-open-space-new-concept_140725-7438.jpg?_wi=1", imageAlt: "Cozy coffee shop interior with warm lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-open-space-new-concept_140725-7438.jpg", imageAlt: "Cozy coffee shop interior with warm lighting" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17743.jpg?_wi=1", imageAlt: "Specialty coffee drink with latte art"}, + imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17743.jpg", imageAlt: "Specialty coffee drink with latte art" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-croissant-muffins-with-coffee_23-2147693692.jpg?_wi=1", imageAlt: "Eclectic coffee shop seating area"}, + imageSrc: "http://img.b2bpic.net/free-photo/tasty-croissant-muffins-with-coffee_23-2147693692.jpg", imageAlt: "Eclectic coffee shop seating area" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-sanitizer-gel-cleans-hands-coronavirus-virus-cafe_1153-5276.jpg?_wi=1", imageAlt: "Coffee shop storefront on Boise street"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-using-sanitizer-gel-cleans-hands-coronavirus-virus-cafe_1153-5276.jpg", imageAlt: "Coffee shop storefront on Boise street" + }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17743.jpg?_wi=2", imageAlt: "Housemade pastry and specialty coffee"}, + imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17743.jpg", imageAlt: "Housemade pastry and specialty coffee" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-open-space-new-concept_140725-7438.jpg?_wi=2", imageAlt: "Friendly barista serving specialty coffee"}, + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-open-space-new-concept_140725-7438.jpg", imageAlt: "Friendly barista serving specialty coffee" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-sanitizer-gel-cleans-hands-coronavirus-virus-cafe_1153-5276.jpg?_wi=2", imageAlt: "Welcoming coffee shop exterior"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-using-sanitizer-gel-cleans-hands-coronavirus-virus-cafe_1153-5276.jpg", imageAlt: "Welcoming coffee shop exterior" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-croissant-muffins-with-coffee_23-2147693692.jpg?_wi=2", imageAlt: "Community coffee shop local vibe"}, + imageSrc: "http://img.b2bpic.net/free-photo/tasty-croissant-muffins-with-coffee_23-2147693692.jpg", imageAlt: "Community coffee shop local vibe" + }, ]} carouselPosition="right" /> @@ -82,7 +90,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[{ text: "View Menu", href: "#menu" }]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/tasty-croissant-muffins-with-coffee_23-2147693692.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/tasty-croissant-muffins-with-coffee_23-2147693692.jpg" imageAlt="Eclectic, cozy coffee shop atmosphere with local charm" useInvertedBackground={false} /> @@ -102,13 +110,16 @@ export default function LandingPage() { products={[ { id: "1", brand: "Zero Six Coffee", name: "Signature Vanilla Latte", price: "$5.50", rating: 5, - reviewCount: "285", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17743.jpg?_wi=3", imageAlt: "Signature vanilla latte with latte art"}, + reviewCount: "285", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17743.jpg", imageAlt: "Signature vanilla latte with latte art" + }, { id: "2", brand: "Zero Six Coffee", name: "Homemade Almond Croissant", price: "$4.75", rating: 5, - reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17743.jpg?_wi=4", imageAlt: "Fresh homemade almond croissant"}, + reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17743.jpg", imageAlt: "Fresh homemade almond croissant" + }, { id: "3", brand: "Zero Six Coffee", name: "Iced Oat Milk Cappuccino", price: "$6.00", rating: 5, - reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17743.jpg?_wi=5", imageAlt: "Refreshing iced oat milk cappuccino"}, + reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17743.jpg", imageAlt: "Refreshing iced oat milk cappuccino" + }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -125,11 +136,12 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[ { - text: "Get Directions", href: "https://maps.google.com/?q=Zero+Six+Coffee+Fix+Boise"}, + text: "Get Directions", href: "https://maps.google.com/?q=Zero+Six+Coffee+Fix+Boise" + }, { text: "Call Us", href: "tel:+12085551234" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/woman-using-sanitizer-gel-cleans-hands-coronavirus-virus-cafe_1153-5276.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/woman-using-sanitizer-gel-cleans-hands-coronavirus-virus-cafe_1153-5276.jpg" imageAlt="Zero Six Coffee Fix storefront in downtown Boise" useInvertedBackground={true} /> @@ -144,17 +156,23 @@ export default function LandingPage() { avatarsAnimation="slide-up" avatars={[ { - src: "http://img.b2bpic.net/free-photo/portrait-woman-business-thinking-creative-beauty-black-lady-african-american-girl-isolated-gray-background_640221-36.jpg", alt: "Sarah Johnson"}, + src: "http://img.b2bpic.net/free-photo/portrait-woman-business-thinking-creative-beauty-black-lady-african-american-girl-isolated-gray-background_640221-36.jpg", alt: "Sarah Johnson" + }, { - src: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", alt: "Michael Chen"}, + src: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", alt: "Michael Chen" + }, { - src: "http://img.b2bpic.net/free-photo/portrait-young-smiley-woman_23-2148574778.jpg", alt: "Emily Rodriguez"}, + src: "http://img.b2bpic.net/free-photo/portrait-young-smiley-woman_23-2148574778.jpg", alt: "Emily Rodriguez" + }, { - src: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg", alt: "David Kim"}, + src: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg", alt: "David Kim" + }, { - src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13338.jpg", alt: "Jessica Martinez"}, + src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13338.jpg", alt: "Jessica Martinez" + }, { - src: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-33464.jpg", alt: "James Thompson"}, + src: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-33464.jpg", alt: "James Thompson" + }, ]} useInvertedBackground={false} /> @@ -170,7 +188,8 @@ export default function LandingPage() { buttons={[ { text: "Call Now", href: "tel:+12085551234" }, { - text: "Get Directions", href: "https://maps.google.com/?q=Zero+Six+Coffee+Fix+Boise"}, + text: "Get Directions", href: "https://maps.google.com/?q=Zero+Six+Coffee+Fix+Boise" + }, ]} buttonAnimation="slide-up" background={{ variant: "plain" }} -- 2.49.1