Update src/app/page.tsx

This commit is contained in:
2026-03-21 19:48:43 +00:00
parent d133582919
commit 3f25704e7a

View File

@@ -96,7 +96,7 @@ export default function HomePage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/colorful-healthy-breakfast-sweet-deserts-few-different-chia-puddings-glass-jars-wooden-table-kitchen-home_343596-1244.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-healthy-breakfast-sweet-deserts-few-different-chia-puddings-glass-jars-wooden-table-kitchen-home_343596-1244.jpg?_wi=1",
imageAlt: "Fresh colorful smoothie bowl with vibrant fruits",
},
{
@@ -187,28 +187,28 @@ export default function HomePage() {
id: "fresh",
title: "Fresh Ingredients",
tags: ["Quality", "Natural"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-organic-vegetables_23-2148538677.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-organic-vegetables_23-2148538677.jpg?_wi=1",
imageAlt: "Fresh organic ingredients at our cafe",
},
{
id: "healthy",
title: "Healthy Options",
tags: ["Nutrition", "Wellness"],
imageSrc: "http://img.b2bpic.net/free-photo/two-sporty-girls-kitchen-preparing-food_1303-24786.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-sporty-girls-kitchen-preparing-food_1303-24786.jpg?_wi=1",
imageAlt: "Nutritious healthy food choices",
},
{
id: "fast",
title: "Fast Service",
tags: ["Quick", "Efficient"],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12314.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12314.jpg?_wi=1",
imageAlt: "Quick friendly service at our cafe",
},
{
id: "vegan",
title: "Vegan & Vegetarian Friendly",
tags: ["Plant-Based", "Inclusive"],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-bread-sandwiches-with-salad_23-2148640157.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-bread-sandwiches-with-salad_23-2148640157.jpg?_wi=1",
imageAlt: "Vegan and vegetarian menu options",
},
]}
@@ -229,7 +229,7 @@ export default function HomePage() {
quote: "Fresh smoothies and great wraps every time. The quality is always consistent and the flavors are amazing.",
name: "Maria S.",
role: "Regular Customer",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg?_wi=1",
imageAlt: "Maria, satisfied customer",
},
{
@@ -238,7 +238,7 @@ export default function HomePage() {
quote: "Healthy options, great vibe, and friendly staff. This is my go-to spot for lunch. Always feel welcome.",
name: "James T.",
role: "Fitness Enthusiast",
imageSrc: "http://img.b2bpic.net/free-photo/latin-man-his-30s-smiling-making-eye-contact-while-drinking-coffee-sandwich-his-lunch-break-food-court_662251-228.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/latin-man-his-30s-smiling-making-eye-contact-while-drinking-coffee-sandwich-his-lunch-break-food-court_662251-228.jpg?_wi=1",
imageAlt: "James, fitness enthusiast customer",
},
{
@@ -247,7 +247,7 @@ export default function HomePage() {
quote: "One of the best places in Conyers for quick fresh food. Great ingredients and honestly the best smoothies around.",
name: "Angela M.",
role: "Local Resident",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restoring-wooden-furniture_23-2150062511.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restoring-wooden-furniture_23-2150062511.jpg?_wi=1",
imageAlt: "Angela, local resident",
},
{
@@ -271,7 +271,7 @@ export default function HomePage() {
tagIcon={MapPin}
tagAnimation="slide-up"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/happy-pub-owner-welcoming-guest-while-standing-entrance-door-looking-camera_637285-5713.jpg"
imageSrc="http://img.b2bpic.net/free-photo/happy-pub-owner-welcoming-guest-while-standing-entrance-door-looking-camera_637285-5713.jpg?_wi=1"
imageAlt="Get Fruity Cafe storefront in Conyers"
buttons={[
{
@@ -298,7 +298,7 @@ export default function HomePage() {
variant: "sparkles-gradient",
}}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/colorful-healthy-breakfast-sweet-deserts-few-different-chia-puddings-glass-jars-wooden-table-kitchen-home_343596-1244.jpg"
imageSrc="http://img.b2bpic.net/free-photo/colorful-healthy-breakfast-sweet-deserts-few-different-chia-puddings-glass-jars-wooden-table-kitchen-home_343596-1244.jpg?_wi=2"
imageAlt="Fresh smoothie bowl ready to enjoy"
mediaAnimation="slide-up"
mediaPosition="right"