Merge version_6 into main

Merge version_6 into main
This commit was merged in pull request #13.
This commit is contained in:
2026-03-21 20:12:26 +00:00
4 changed files with 41 additions and 126 deletions

View File

@@ -19,32 +19,28 @@ const navItems = [
const footerColumns = [
{
title: "Get Fruity",
items: [
title: "Get Fruity", items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "Order Online", href: "https://get-fruity-cafe-conyers.food-menu.net/menu/" },
],
},
{
title: "About",
items: [
title: "About", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Hours & Location", href: "/contact" },
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: +1 (943) 269-8508", href: "tel:+19432698508" },
{ label: "Email: info@getfruitycafe.com", href: "mailto:info@getfruitycafe.com" },
{ label: "1427 Hwy 138 SE #1, Conyers, GA 30013", href: "#" },
],
},
{
title: "Follow Us",
items: [
title: "Follow Us", items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Twitter", href: "https://twitter.com" },
@@ -99,33 +95,17 @@ export default function AboutPage() {
animationType="slide-up"
features={[
{
id: "quality",
title: "Premium Quality",
tags: ["Excellence", "Standards"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-organic-vegetables_23-2148538677.jpg?_wi=2",
imageAlt: "Premium quality ingredients",
},
id: "quality", title: "Premium Quality", tags: ["Excellence", "Standards"],
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?_wi=2",
imageAlt: "Health and wellness focus",
},
id: "health", title: "Health Consciousness", tags: ["Wellness", "Nutrition"],
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?_wi=2",
imageAlt: "Community and connection",
},
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?_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?_wi=2",
imageAlt: "Innovative flavor combinations",
},
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?_wi=2", imageAlt: "Innovative flavor combinations"},
]}
carouselMode="buttons"
/>
@@ -139,32 +119,11 @@ export default function AboutPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Life Changing Healthy Habits",
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?_wi=2",
imageAlt: "Sarah, wellness advocate",
},
id: "1", title: "Life Changing Healthy Habits", 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?_wi=2", imageAlt: "Sarah, wellness advocate"},
{
id: "2",
title: "Supportive Local Business",
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?_wi=2",
imageAlt: "Marcus, local business supporter",
},
id: "2", title: "Supportive Local Business", 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?_wi=2", imageAlt: "Marcus, local business supporter"},
{
id: "3",
title: "Perfect Family Destination",
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?_wi=2",
imageAlt: "Patricia, family-focused customer",
},
id: "3", title: "Perfect Family Destination", 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?_wi=2", imageAlt: "Patricia, family-focused customer"},
]}
/>
</div>

View File

@@ -19,32 +19,28 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Get Fruity",
items: [
title: "Get Fruity", items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "Order Online", href: "https://get-fruity-cafe-conyers.food-menu.net/menu/" },
],
},
{
title: "About",
items: [
title: "About", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Hours & Location", href: "/contact" },
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: +1 (943) 269-8508", href: "tel:+19432698508" },
{ label: "Email: info@getfruitycafe.com", href: "mailto:info@getfruitycafe.com" },
{ label: "1427 Hwy 138 SE #1, Conyers, GA 30013", href: "#" },
],
},
{
title: "Follow Us",
items: [
title: "Follow Us", items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Twitter", href: "https://twitter.com" },
@@ -81,13 +77,9 @@ export default function ContactPage() {
imageAlt="Get Fruity Cafe storefront in Conyers"
buttons={[
{
text: "Call Us: +1 (943) 269-8508",
href: "tel:+19432698508",
},
text: "Call Us: +1 (943) 269-8508", href: "tel:+19432698508"},
{
text: "Order Online",
href: "https://get-fruity-cafe-conyers.food-menu.net/menu/",
},
text: "Order Online", href: "https://get-fruity-cafe-conyers.food-menu.net/menu/"},
]}
buttonAnimation="slide-up"
/>
@@ -101,8 +93,7 @@ export default function ContactPage() {
tagIcon={Zap}
tagAnimation="slide-up"
background={{
variant: "sparkles-gradient",
}}
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?_wi=3"
imageAlt="Fresh smoothie bowl ready to enjoy"

View File

@@ -19,32 +19,28 @@ const navItems = [
const footerColumns = [
{
title: "Get Fruity",
items: [
title: "Get Fruity", items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "Order Online", href: "https://get-fruity-cafe-conyers.food-menu.net/menu/" },
],
},
{
title: "About",
items: [
title: "About", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Hours & Location", href: "/contact" },
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: +1 (943) 269-8508", href: "tel:+19432698508" },
{ label: "Email: info@getfruitycafe.com", href: "mailto:info@getfruitycafe.com" },
{ label: "1427 Hwy 138 SE #1, Conyers, GA 30013", href: "#" },
],
},
{
title: "Follow Us",
items: [
title: "Follow Us", items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Twitter", href: "https://twitter.com" },
@@ -85,17 +81,11 @@ 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?_wi=3",
imageAlt: "Fresh smoothie bowl ready to order",
},
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?_wi=2",
imageAlt: "Fresh wraps available for 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?_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?_wi=3",
imageAlt: "Fresh ingredients in every order",
},
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"},
]}
mediaAnimation="blur-reveal"
ariaLabel="Get Fruity Cafe Order Online Hero Section"
@@ -115,40 +105,15 @@ export default function OrderOnlinePage() {
buttonAnimation="slide-up"
products={[
{
id: "smoothies",
name: "Smoothies",
price: "$7.95 - $9.95",
imageSrc: "http://img.b2bpic.net/free-photo/smoothie-selection-colorful-beverages-bright_23-2148227533.jpg",
imageAlt: "Colorful smoothie selection",
},
id: "smoothies", name: "Smoothies", price: "$7.95 - $9.95", imageSrc: "http://img.b2bpic.net/free-photo/smoothie-selection-colorful-beverages-bright_23-2148227533.jpg", imageAlt: "Colorful smoothie selection"},
{
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?_wi=2",
imageAlt: "Fresh wraps with premium fillings",
},
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?_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?_wi=2",
imageAlt: "Colorful acai bowls with fresh toppings",
},
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?_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?_wi=2",
imageAlt: "Fresh salads with healthy ingredients",
},
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?_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?_wi=2",
imageAlt: "Breakfast menu items",
},
id: "breakfast", name: "Breakfast Items", price: "$8.95 - $11.95", imageSrc: "http://img.b2bpic.net/free-photo/toasts-cupcakes-juice_23-2147678718.jpg?_wi=2", imageAlt: "Breakfast menu items"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #22c55e;
--background: #0A0A0A;
--card: #1A1A1A;
--foreground: #FFFFFF;
--primary-cta: #2ECC71;
--primary-cta-text: #ffffff;
--secondary-cta: #ffffff;
--secondary-cta: #8E44AD;
--secondary-cta-text: #1c1c1c;
--accent: #a855f7;
--background-accent: #fbbf24;
--accent: #F4D03F;
--background-accent: #F7DC6F;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);