Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-21 19:47:56 +00:00
6 changed files with 92 additions and 53 deletions

View File

@@ -79,7 +79,7 @@ export default function AboutPage() {
tagAnimation="slide-up"
textboxLayout="default"
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=2"
imageAlt="Get Fruity Cafe team and storefront"
buttons={[
{ text: "Visit Us Today", href: "/contact" },
@@ -103,28 +103,28 @@ export default function AboutPage() {
id: "quality",
title: "Premium Quality",
tags: ["Excellence", "Standards"],
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=2",
imageAlt: "Premium quality ingredients",
},
{
id: "health",
title: "Health Consciousness",
tags: ["Wellness", "Nutrition"],
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=2",
imageAlt: "Health and wellness focus",
},
{
id: "community",
title: "Community Focused",
tags: ["Connection", "Support"],
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=2",
imageAlt: "Community and connection",
},
{
id: "innovation",
title: "Innovation in Flavors",
tags: ["Creativity", "Fresh Ideas"],
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=2",
imageAlt: "Innovative flavor combinations",
},
]}
@@ -145,7 +145,7 @@ export default function AboutPage() {
quote: "Get Fruity helped me stick to my healthy eating goals. The smoothies are delicious and I feel energized every time I visit.",
name: "Sarah M.",
role: "Wellness Journey",
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=2",
imageAlt: "Sarah, wellness advocate",
},
{
@@ -154,7 +154,7 @@ export default function AboutPage() {
quote: "It's refreshing to support a local business that genuinely cares about quality and customer satisfaction. Highly recommend!",
name: "Marcus L.",
role: "Local Advocate",
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=2",
imageAlt: "Marcus, local business supporter",
},
{
@@ -163,7 +163,7 @@ export default function AboutPage() {
quote: "Our whole family loves Get Fruity. The staff is friendly, the food is fresh, and everyone finds something they enjoy.",
name: "Patricia T.",
role: "Family Values",
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=2",
imageAlt: "Patricia, family-focused customer",
},
]}

View File

@@ -78,7 +78,7 @@ export default function ContactPage() {
tagAnimation="slide-up"
textboxLayout="default"
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=3"
imageAlt="Get Fruity Cafe storefront in Conyers"
buttons={[
{
@@ -105,7 +105,7 @@ export default function ContactPage() {
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=5"
imageAlt="Fresh smoothie bowl ready to enjoy"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -1,24 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Manrope } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Manrope } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Get Fruity Cafe - Fresh Smoothies & Healthy Eats in Conyers, GA",
description: "Premium smoothie bar and healthy cafe in Conyers, GA. Fresh smoothies, wraps, acai bowls, salads & healthy snacks. Order online or visit us today!",
keywords: "smoothies, healthy cafe, wraps, acai bowls, Conyers GA, fresh juice, vegan options, healthy eats",
metadataBase: new URL("https://getfruitycafe.com"),
alternates: {
canonical: "https://getfruitycafe.com",
},
openGraph: {
title: "Get Fruity Cafe - Fresh Smoothies & Healthy Food",
description: "Premium smoothie bar and healthy cafe in Conyers, GA. Fresh ingredients, energetic vibe, and delicious flavors.",
url: "https://getfruitycafe.com",
siteName: "Get Fruity Cafe",
images: [
{
url: "http://img.b2bpic.net/free-photo/colorful-healthy-breakfast-sweet-deserts-few-different-chia-puddings-glass-jars-wooden-table-kitchen-home_343596-1244.jpg",
alt: "fresh smoothie bowl colorful fruits",
},
],
type: "website",
},
twitter: {
card: "summary_large_image",
title: "Get Fruity Cafe - Fresh Smoothies & Healthy Eats",
description: "Premium smoothie cafe in Conyers, GA with fresh ingredients and healthy options.",
images: ["http://img.b2bpic.net/free-photo/colorful-healthy-breakfast-sweet-deserts-few-different-chia-puddings-glass-jars-wooden-table-kitchen-home_343596-1244.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${manrope.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -90,14 +90,14 @@ export default function MenuPage() {
id: "whats-poppin",
name: "What's Poppin Smoothie",
price: "$8.95",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-summer-milk-shake_329181-1180.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-summer-milk-shake_329181-1180.jpg?_wi=2",
imageAlt: "Vibrant What's Poppin berry smoothie",
},
{
id: "naked-baby",
name: "Naked Baby Smoothie",
price: "$7.95",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-yogurt-with-granola-banana_23-2148566816.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-yogurt-with-granola-banana_23-2148566816.jpg?_wi=2",
imageAlt: "Creamy Naked Baby smoothie",
},
{
@@ -111,7 +111,7 @@ export default function MenuPage() {
id: "green-power",
name: "Green Power Smoothie",
price: "$9.95",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-vegetables-carrots-black-board-high-quality-photo_114579-26974.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-vegetables-carrots-black-board-high-quality-photo_114579-26974.jpg?_wi=2",
imageAlt: "Nutrient-rich Green Power smoothie",
},
]}
@@ -141,28 +141,28 @@ export default function MenuPage() {
id: "lamb-wrap",
name: "Grilled Lamb Wrap",
price: "$14.95",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-lavash-sandwich-rolls-sliced-with-salad-meat-inside-along-with-salad-wooden-desk-snack-food-meal-sandwich_140725-22851.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-lavash-sandwich-rolls-sliced-with-salad-meat-inside-along-with-salad-wooden-desk-snack-food-meal-sandwich_140725-22851.jpg?_wi=2",
imageAlt: "Grilled Lamb Wrap",
},
{
id: "salmon-wrap",
name: "Jerk Salmon Wrap",
price: "$13.95",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-breakfast-lunch-ideas-bread-with-cheese-avocado-salmon_8353-8797.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-breakfast-lunch-ideas-bread-with-cheese-avocado-salmon_8353-8797.jpg?_wi=2",
imageAlt: "Jerk Salmon Wrap",
},
{
id: "salmon-shrimp-salad",
name: "Jerk Salmon & Shrimp Salad",
price: "$12.95",
imageSrc: "http://img.b2bpic.net/free-photo/shrimps-tortilla-tacos-open-face-wrap-with-fresh-vegetables-healthy-food-mexican-meal_2829-6901.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shrimps-tortilla-tacos-open-face-wrap-with-fresh-vegetables-healthy-food-mexican-meal_2829-6901.jpg?_wi=2",
imageAlt: "Jerk Salmon & Shrimp Salad",
},
{
id: "veggie-wrap",
name: "Mediterranean Veggie Wrap",
price: "$10.95",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-sandwich-with-vegetables-white-background-bread-meal-sandwich-burger-food_140725-80419.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-sandwich-with-vegetables-white-background-bread-meal-sandwich-burger-food_140725-80419.jpg?_wi=1",
imageAlt: "Mediterranean Veggie Wrap",
},
]}
@@ -192,7 +192,7 @@ export default function MenuPage() {
id: "acai-bowl",
name: "Premium Acai Bowl",
price: "$11.95",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-dessert-bowl-with-banana-slices-blueberries_23-2148417436.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-dessert-bowl-with-banana-slices-blueberries_23-2148417436.jpg?_wi=1",
imageAlt: "Colorful Premium Acai Bowl",
},
{
@@ -206,14 +206,14 @@ export default function MenuPage() {
id: "breakfast-combo",
name: "Breakfast Power Combo",
price: "$12.95",
imageSrc: "http://img.b2bpic.net/free-photo/toasts-cupcakes-juice_23-2147678718.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/toasts-cupcakes-juice_23-2147678718.jpg?_wi=1",
imageAlt: "Breakfast Power Combo",
},
{
id: "green-salad",
name: "Garden Fresh Salad",
price: "$10.45",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-fresh-peeled-cut-potatoes-with-red-pepper-radishes-green-tomatoes-brown-plate-meters-spices-green-black-mix-colors-surface_179666-24597.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-fresh-peeled-cut-potatoes-with-red-pepper-radishes-green-tomatoes-brown-plate-meters-spices-green-black-mix-colors-surface_179666-24597.jpg?_wi=1",
imageAlt: "Garden Fresh Salad",
},
]}

View File

@@ -85,15 +85,15 @@ export default function OrderOnlinePage() {
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=3",
imageAlt: "Fresh smoothie bowl ready to order",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-rolls-whole-sliced-bright-blue-food-meal-roll-vegetable-snack_140725-34216.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-rolls-whole-sliced-bright-blue-food-meal-roll-vegetable-snack_140725-34216.jpg?_wi=2",
imageAlt: "Fresh wraps available for order",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-vegetables-carrots-black-board-high-quality-photo_114579-26974.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-vegetables-carrots-black-board-high-quality-photo_114579-26974.jpg?_wi=3",
imageAlt: "Fresh ingredients in every order",
},
]}
@@ -125,28 +125,28 @@ export default function OrderOnlinePage() {
id: "wraps",
name: "Wraps",
price: "$12.95 - $14.95",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-sandwich-with-vegetables-white-background-bread-meal-sandwich-burger-food_140725-80419.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-sandwich-with-vegetables-white-background-bread-meal-sandwich-burger-food_140725-80419.jpg?_wi=2",
imageAlt: "Fresh wraps with premium fillings",
},
{
id: "acai-bowls",
name: "Acai Bowls",
price: "$10.95 - $12.95",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-dessert-bowl-with-banana-slices-blueberries_23-2148417436.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-dessert-bowl-with-banana-slices-blueberries_23-2148417436.jpg?_wi=2",
imageAlt: "Colorful acai bowls with fresh toppings",
},
{
id: "salads",
name: "Salads",
price: "$11.95 - $13.95",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-fresh-peeled-cut-potatoes-with-red-pepper-radishes-green-tomatoes-brown-plate-meters-spices-green-black-mix-colors-surface_179666-24597.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-fresh-peeled-cut-potatoes-with-red-pepper-radishes-green-tomatoes-brown-plate-meters-spices-green-black-mix-colors-surface_179666-24597.jpg?_wi=2",
imageAlt: "Fresh salads with healthy ingredients",
},
{
id: "breakfast",
name: "Breakfast Items",
price: "$8.95 - $11.95",
imageSrc: "http://img.b2bpic.net/free-photo/toasts-cupcakes-juice_23-2147678718.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/toasts-cupcakes-juice_23-2147678718.jpg?_wi=2",
imageAlt: "Breakfast menu items",
},
]}
@@ -165,7 +165,7 @@ export default function OrderOnlinePage() {
tagAnimation="slide-up"
background={{ 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=4"
imageAlt="Fresh food ready to enjoy"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -96,15 +96,15 @@ 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",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-rolls-whole-sliced-bright-blue-food-meal-roll-vegetable-snack_140725-34216.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-rolls-whole-sliced-bright-blue-food-meal-roll-vegetable-snack_140725-34216.jpg?_wi=1",
imageAlt: "Fresh grilled wraps with healthy ingredients",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-vegetables-carrots-black-board-high-quality-photo_114579-26974.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-vegetables-carrots-black-board-high-quality-photo_114579-26974.jpg?_wi=1",
imageAlt: "Organic fresh ingredients and colorful produce",
},
]}
@@ -134,35 +134,35 @@ export default function HomePage() {
id: "whatspoppin",
name: "What's Poppin Smoothie",
price: "$8.95",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-summer-milk-shake_329181-1180.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-summer-milk-shake_329181-1180.jpg?_wi=1",
imageAlt: "What's Poppin berry smoothie with fresh fruit",
},
{
id: "nakedbaby",
name: "Naked Baby Smoothie",
price: "$7.95",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-yogurt-with-granola-banana_23-2148566816.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-yogurt-with-granola-banana_23-2148566816.jpg?_wi=1",
imageAlt: "Naked Baby creamy vanilla smoothie",
},
{
id: "grilled-lamb",
name: "Grilled Lamb Wrap",
price: "$14.95",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-lavash-sandwich-rolls-sliced-with-salad-meat-inside-along-with-salad-wooden-desk-snack-food-meal-sandwich_140725-22851.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-lavash-sandwich-rolls-sliced-with-salad-meat-inside-along-with-salad-wooden-desk-snack-food-meal-sandwich_140725-22851.jpg?_wi=1",
imageAlt: "Grilled lamb wrap with fresh vegetables",
},
{
id: "jerk-salmon",
name: "Jerk Salmon Wrap",
price: "$13.95",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-breakfast-lunch-ideas-bread-with-cheese-avocado-salmon_8353-8797.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-breakfast-lunch-ideas-bread-with-cheese-avocado-salmon_8353-8797.jpg?_wi=1",
imageAlt: "Jerk salmon wrap with fresh ingredients",
},
{
id: "salmon-salad",
name: "Jerk Salmon & Shrimp Salad",
price: "$12.95",
imageSrc: "http://img.b2bpic.net/free-photo/shrimps-tortilla-tacos-open-face-wrap-with-fresh-vegetables-healthy-food-mexican-meal_2829-6901.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shrimps-tortilla-tacos-open-face-wrap-with-fresh-vegetables-healthy-food-mexican-meal_2829-6901.jpg?_wi=1",
imageAlt: "Colorful jerk salmon and shrimp salad",
},
]}
@@ -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",
},
{
@@ -272,7 +272,7 @@ export default function HomePage() {
tagAnimation="slide-up"
textboxLayout="default"
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={[
{
@@ -299,7 +299,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"