10 Commits

Author SHA1 Message Date
779d2c4a7e Update src/app/styles/variables.css 2026-03-21 20:12:22 +00:00
3b8aeb7ada Update src/app/order-online/page.tsx 2026-03-21 20:12:21 +00:00
510c2a77bc Update src/app/contact/page.tsx 2026-03-21 20:12:21 +00:00
60fc0d8019 Update src/app/about/page.tsx 2026-03-21 20:12:20 +00:00
f009ed655c Merge version_5 into main
Merge version_5 into main
2026-03-21 20:09:38 +00:00
f7848551fc Merge version_5 into main
Merge version_5 into main
2026-03-21 20:09:04 +00:00
141eb19d19 Merge version_5 into main
Merge version_5 into main
2026-03-21 20:08:30 +00:00
e7a94d2661 Merge version_5 into main
Merge version_5 into main
2026-03-21 20:07:58 +00:00
56852c774b Merge version_5 into main
Merge version_5 into main
2026-03-21 20:07:27 +00:00
6a91c68fbd Merge version_5 into main
Merge version_5 into main
2026-03-21 20:06:54 +00:00
4 changed files with 41 additions and 126 deletions

View File

@@ -19,32 +19,28 @@ const navItems = [
const footerColumns = [ const footerColumns = [
{ {
title: "Get Fruity", title: "Get Fruity", items: [
items: [
{ label: "Home", href: "/" }, { label: "Home", href: "/" },
{ label: "Menu", href: "/menu" }, { label: "Menu", href: "/menu" },
{ label: "Order Online", href: "https://get-fruity-cafe-conyers.food-menu.net/menu/" }, { label: "Order Online", href: "https://get-fruity-cafe-conyers.food-menu.net/menu/" },
], ],
}, },
{ {
title: "About", title: "About", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" }, { label: "Contact", href: "/contact" },
{ label: "Hours & Location", href: "/contact" }, { label: "Hours & Location", href: "/contact" },
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ label: "Phone: +1 (943) 269-8508", href: "tel:+19432698508" }, { label: "Phone: +1 (943) 269-8508", href: "tel:+19432698508" },
{ label: "Email: info@getfruitycafe.com", href: "mailto:info@getfruitycafe.com" }, { label: "Email: info@getfruitycafe.com", href: "mailto:info@getfruitycafe.com" },
{ label: "1427 Hwy 138 SE #1, Conyers, GA 30013", href: "#" }, { label: "1427 Hwy 138 SE #1, Conyers, GA 30013", href: "#" },
], ],
}, },
{ {
title: "Follow Us", title: "Follow Us", items: [
items: [
{ label: "Instagram", href: "https://instagram.com" }, { label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" }, { label: "Facebook", href: "https://facebook.com" },
{ label: "Twitter", href: "https://twitter.com" }, { label: "Twitter", href: "https://twitter.com" },
@@ -99,33 +95,17 @@ export default function AboutPage() {
animationType="slide-up" animationType="slide-up"
features={[ features={[
{ {
id: "quality", id: "quality", title: "Premium Quality", tags: ["Excellence", "Standards"],
title: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-organic-vegetables_23-2148538677.jpg?_wi=2", imageAlt: "Premium quality ingredients"},
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", id: "health", title: "Health Consciousness", tags: ["Wellness", "Nutrition"],
title: "Health Consciousness", imageSrc: "http://img.b2bpic.net/free-photo/two-sporty-girls-kitchen-preparing-food_1303-24786.jpg?_wi=2", imageAlt: "Health and wellness focus"},
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", id: "community", title: "Community Focused", tags: ["Connection", "Support"],
title: "Community Focused", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12314.jpg?_wi=2", imageAlt: "Community and connection"},
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", id: "innovation", title: "Innovation in Flavors", tags: ["Creativity", "Fresh Ideas"],
title: "Innovation in Flavors", imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-bread-sandwiches-with-salad_23-2148640157.jpg?_wi=2", imageAlt: "Innovative flavor combinations"},
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" carouselMode="buttons"
/> />
@@ -139,32 +119,11 @@ export default function AboutPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", 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"},
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", 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"},
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", 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"},
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> </div>

View File

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

View File

@@ -19,32 +19,28 @@ const navItems = [
const footerColumns = [ const footerColumns = [
{ {
title: "Get Fruity", title: "Get Fruity", items: [
items: [
{ label: "Home", href: "/" }, { label: "Home", href: "/" },
{ label: "Menu", href: "/menu" }, { label: "Menu", href: "/menu" },
{ label: "Order Online", href: "https://get-fruity-cafe-conyers.food-menu.net/menu/" }, { label: "Order Online", href: "https://get-fruity-cafe-conyers.food-menu.net/menu/" },
], ],
}, },
{ {
title: "About", title: "About", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" }, { label: "Contact", href: "/contact" },
{ label: "Hours & Location", href: "/contact" }, { label: "Hours & Location", href: "/contact" },
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ label: "Phone: +1 (943) 269-8508", href: "tel:+19432698508" }, { label: "Phone: +1 (943) 269-8508", href: "tel:+19432698508" },
{ label: "Email: info@getfruitycafe.com", href: "mailto:info@getfruitycafe.com" }, { label: "Email: info@getfruitycafe.com", href: "mailto:info@getfruitycafe.com" },
{ label: "1427 Hwy 138 SE #1, Conyers, GA 30013", href: "#" }, { label: "1427 Hwy 138 SE #1, Conyers, GA 30013", href: "#" },
], ],
}, },
{ {
title: "Follow Us", title: "Follow Us", items: [
items: [
{ label: "Instagram", href: "https://instagram.com" }, { label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" }, { label: "Facebook", href: "https://facebook.com" },
{ label: "Twitter", href: "https://twitter.com" }, { label: "Twitter", href: "https://twitter.com" },
@@ -85,17 +81,11 @@ export default function OrderOnlinePage() {
buttonAnimation="slide-up" buttonAnimation="slide-up"
mediaItems={[ 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", 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"},
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", 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"},
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", 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"},
imageAlt: "Fresh ingredients in every order",
},
]} ]}
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
ariaLabel="Get Fruity Cafe Order Online Hero Section" ariaLabel="Get Fruity Cafe Order Online Hero Section"
@@ -115,40 +105,15 @@ export default function OrderOnlinePage() {
buttonAnimation="slide-up" buttonAnimation="slide-up"
products={[ products={[
{ {
id: "smoothies", 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"},
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", 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"},
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", 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"},
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", 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"},
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", 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"},
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" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"

View File

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