Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 18479cd919 | |||
| 4c4701806b | |||
| 0c5d2a6768 | |||
| 41b8d0a1d0 | |||
| 32d8e8df41 | |||
| c161181a1b | |||
| fcef486c2e | |||
| 224469d8ff | |||
| 0a8e5842d6 | |||
| 67d3c32e28 | |||
| 7c710baf21 | |||
| 0c90fc5f91 | |||
| c156fe9bce | |||
| e37a422338 |
@@ -20,32 +20,28 @@ export default function MenuPage() {
|
|||||||
|
|
||||||
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" },
|
||||||
@@ -55,15 +51,15 @@ export default function MenuPage() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="text-stagger"
|
defaultButtonVariant="hover-magnetic"
|
||||||
defaultTextAnimation="entrance-slide"
|
defaultTextAnimation="entrance-slide"
|
||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="mediumLarge"
|
contentWidth="mediumLarge"
|
||||||
sizing="largeSmall"
|
sizing="largeSmall"
|
||||||
background="blurBottom"
|
background="blurBottom"
|
||||||
cardStyle="gradient-radial"
|
cardStyle="gradient-radial"
|
||||||
primaryButtonStyle="flat"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="bold"
|
headingFontWeight="bold"
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
@@ -80,39 +76,22 @@ export default function MenuPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
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"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "whats-poppin",
|
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?_wi=2", imageAlt: "Vibrant What's Poppin berry smoothie"
|
||||||
name: "What's Poppin Smoothie",
|
|
||||||
price: "$8.95",
|
|
||||||
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",
|
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?_wi=2", imageAlt: "Creamy Naked Baby smoothie"
|
||||||
name: "Naked Baby Smoothie",
|
|
||||||
price: "$7.95",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-yogurt-with-granola-banana_23-2148566816.jpg?_wi=2",
|
|
||||||
imageAlt: "Creamy Naked Baby smoothie",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "tropical-sunrise",
|
id: "tropical-sunrise", name: "Tropical Sunrise Smoothie", price: "$9.45", imageSrc: "http://img.b2bpic.net/free-photo/smoothies-wooden-background-copyspace_23-2148227533.jpg?_wi=2", imageAlt: "Tropical Sunrise smoothie with mango and pineapple"
|
||||||
name: "Tropical Sunrise Smoothie",
|
|
||||||
price: "$9.45",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smoothies-wooden-background-copyspace_23-2148227533.jpg",
|
|
||||||
imageAlt: "Tropical Sunrise smoothie with mango and pineapple",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "green-power",
|
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?_wi=2", imageAlt: "Nutrient-rich Green Power smoothie"
|
||||||
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?_wi=2",
|
|
||||||
imageAlt: "Nutrient-rich Green Power smoothie",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
gridVariant="two-columns-alternating-heights"
|
gridVariant="two-columns-alternating-heights"
|
||||||
@@ -131,39 +110,22 @@ export default function MenuPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Browse & Order",
|
text: "Browse & Order", 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"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "lamb-wrap",
|
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?_wi=2", imageAlt: "Grilled 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?_wi=2",
|
|
||||||
imageAlt: "Grilled Lamb Wrap",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "salmon-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?_wi=2", imageAlt: "Jerk 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?_wi=2",
|
|
||||||
imageAlt: "Jerk Salmon Wrap",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "salmon-shrimp-salad",
|
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?_wi=2", imageAlt: "Jerk 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?_wi=2",
|
|
||||||
imageAlt: "Jerk Salmon & Shrimp Salad",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "veggie-wrap",
|
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?_wi=1", imageAlt: "Mediterranean 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?_wi=1",
|
|
||||||
imageAlt: "Mediterranean Veggie Wrap",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
gridVariant="bento-grid"
|
gridVariant="bento-grid"
|
||||||
@@ -182,39 +144,22 @@ export default function MenuPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Complete Menu",
|
text: "Complete Menu", 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"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "acai-bowl",
|
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?_wi=1", imageAlt: "Colorful Premium 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?_wi=1",
|
|
||||||
imageAlt: "Colorful Premium Acai Bowl",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "patties",
|
id: "patties", name: "Curry Patties (3pc)", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-fried-sausages-green-lettuce-leaf-wooden-board_114579-71865.jpg?_wi=2", imageAlt: "Golden Curry Patties"
|
||||||
name: "Curry Patties (3pc)",
|
|
||||||
price: "$9.50",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-fried-sausages-green-lettuce-leaf-wooden-board_114579-71865.jpg",
|
|
||||||
imageAlt: "Golden Curry Patties",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "breakfast-combo",
|
id: "breakfast-combo", name: "Breakfast Power Combo", price: "$12.95", imageSrc: "http://img.b2bpic.net/free-photo/toasts-cupcakes-juice_23-2147678718.jpg?_wi=1", imageAlt: "Breakfast Power Combo"
|
||||||
name: "Breakfast Power Combo",
|
|
||||||
price: "$12.95",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/toasts-cupcakes-juice_23-2147678718.jpg?_wi=1",
|
|
||||||
imageAlt: "Breakfast Power Combo",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "green-salad",
|
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?_wi=1", imageAlt: "Garden Fresh 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?_wi=1",
|
|
||||||
imageAlt: "Garden Fresh Salad",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
|
|||||||
136
src/app/page.tsx
136
src/app/page.tsx
@@ -71,62 +71,90 @@ export default function HomePage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardGallery
|
<HeroBillboardGallery
|
||||||
title="Fresh Smoothies. Real Flavor."
|
title="Fresh Smoothies. Real Flavor. Premium Experience."
|
||||||
description="Smoothies, wraps, acai bowls, and healthy eats made fresh daily in Conyers."
|
description="Craft-made smoothies, protein wraps, acai bowls, and healthy cafe favorites made fresh daily in Conyers. Experience premium ingredients with energetic vibes."
|
||||||
tag="Premium Healthy Cafe"
|
tag="Premium Healthy Cafe"
|
||||||
tagIcon={Leaf}
|
tagIcon={Leaf}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient"}}
|
variant: "radial-gradient"
|
||||||
|
}}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
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/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: "View Menu", href: "/menu"},
|
text: "View Menu", href: "/menu"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
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=1", imageAlt: "Fresh colorful smoothie bowl with vibrant fruits"},
|
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 and premium presentation"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-rolls-whole-sliced-bright-blue-food-meal-roll-vegetable-snack_140725-34216.jpg", imageAlt: "Fresh grilled wraps with healthy ingredients"},
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-rolls-whole-sliced-bright-blue-food-meal-roll-vegetable-snack_140725-34216.jpg", imageAlt: "Fresh grilled wraps with premium healthy ingredients and professional plating"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-vegetables-carrots-black-board-high-quality-photo_114579-26974.jpg", imageAlt: "Organic fresh ingredients and colorful produce"},
|
imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-vegetables-carrots-black-board-high-quality-photo_114579-26974.jpg", imageAlt: "Organic fresh ingredients and colorful produce at our premium healthy cafe"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
ariaLabel="Get Fruity Cafe Hero Section"
|
ariaLabel="Get Fruity Cafe Hero Section"
|
||||||
|
containerClassName="px-4 sm:px-6 md:px-8 py-8 sm:py-12 md:py-16"
|
||||||
|
textBoxClassName="max-w-2xl"
|
||||||
|
titleClassName="text-3xl sm:text-4xl md:text-5xl lg:text-6xl leading-tight"
|
||||||
|
descriptionClassName="text-base sm:text-lg md:text-xl leading-relaxed mt-4 sm:mt-6"
|
||||||
|
buttonContainerClassName="flex flex-col sm:flex-row gap-3 sm:gap-4 mt-6 sm:mt-8"
|
||||||
|
mediaWrapperClassName="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4 sm:gap-6 mt-8 sm:mt-12"
|
||||||
|
imageClassName="w-full h-64 sm:h-72 md:h-80 lg:h-96 object-cover rounded-lg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="featured-items" data-section="featured-items">
|
<div id="featured-items" data-section="featured-items">
|
||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
title="Featured Menu Items"
|
title="Featured Menu Items"
|
||||||
description="⭐ Over 500+ 5-star reviews | Our most popular smoothies, wraps, and acai bowls made with the freshest ingredients."
|
description="Our most popular smoothies, wraps, and acai bowls made with the freshest ingredients."
|
||||||
tag="Customer Favorites"
|
tag="Over 500+ 5-star reviews"
|
||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Browse Full Menu", href: "/menu"},
|
text: "Order Online", href: "https://get-fruity-cafe-conyers.food-menu.net/menu/"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
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", imageAlt: "What's Poppin berry smoothie with fresh fruit"},
|
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", 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", imageAlt: "Naked Baby creamy vanilla smoothie"},
|
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", 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", imageAlt: "Grilled lamb wrap with fresh vegetables"},
|
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", 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", imageAlt: "Jerk salmon wrap with fresh ingredients"},
|
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", 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", imageAlt: "Colorful jerk salmon and shrimp salad"},
|
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", imageAlt: "Colorful jerk salmon and shrimp salad"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
|
containerClassName="px-4 sm:px-6 md:px-8 py-8 sm:py-12 md:py-16"
|
||||||
|
textBoxClassName="mb-8 sm:mb-12"
|
||||||
|
textBoxTitleClassName="text-3xl sm:text-4xl md:text-5xl"
|
||||||
|
textBoxDescriptionClassName="text-base sm:text-lg mt-3 sm:mt-4"
|
||||||
|
gridClassName="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4 sm:gap-6 md:gap-8"
|
||||||
|
cardClassName="rounded-lg overflow-hidden"
|
||||||
|
imageClassName="w-full h-48 sm:h-56 md:h-64 object-cover"
|
||||||
|
cardNameClassName="text-base sm:text-lg font-semibold mt-3 sm:mt-4"
|
||||||
|
cardPriceClassName="text-sm sm:text-base font-semibold mt-2"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -143,18 +171,32 @@ export default function HomePage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "fresh", title: "Fresh Ingredients", tags: ["Quality", "Natural"],
|
id: "fresh", title: "Fresh Ingredients", tags: ["Quality", "Natural"],
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-organic-vegetables_23-2148538677.jpg?_wi=1", imageAlt: "Fresh organic ingredients at our cafe"},
|
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"],
|
id: "healthy", title: "Healthy Options", tags: ["Nutrition", "Wellness"],
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/two-sporty-girls-kitchen-preparing-food_1303-24786.jpg?_wi=1", imageAlt: "Nutritious healthy food choices"},
|
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"],
|
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?_wi=1", imageAlt: "Quick friendly service at our cafe"},
|
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"],
|
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?_wi=1", imageAlt: "Vegan and vegetarian menu options"},
|
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"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
|
containerClassName="px-4 sm:px-6 md:px-8 py-8 sm:py-12 md:py-16"
|
||||||
|
textBoxClassName="mb-8 sm:mb-12"
|
||||||
|
textBoxTitleClassName="text-3xl sm:text-4xl md:text-5xl"
|
||||||
|
textBoxDescriptionClassName="text-base sm:text-lg mt-3 sm:mt-4"
|
||||||
|
gridClassName="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-4 sm:gap-6 md:gap-8"
|
||||||
|
cardClassName="rounded-lg overflow-hidden"
|
||||||
|
mediaClassName="w-full h-48 sm:h-56 md:h-64 object-cover"
|
||||||
|
cardTitleClassName="text-lg sm:text-xl font-semibold mt-3 sm:mt-4"
|
||||||
|
tagsContainerClassName="flex flex-wrap gap-2 mt-2 sm:mt-3"
|
||||||
|
tagClassName="text-xs sm:text-sm px-2 sm:px-3 py-1 rounded"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -166,21 +208,37 @@ export default function HomePage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", title: "Consistently Fresh & Delicious", 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?_wi=1", imageAlt: "Maria, satisfied customer"},
|
id: "1", title: "Consistently Fresh & Delicious", 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?_wi=1", imageAlt: "Maria, satisfied customer"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "2", title: "Fantastic Vibe & Service", 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?_wi=1", imageAlt: "James, fitness enthusiast customer"},
|
id: "2", title: "Fantastic Vibe & Service", 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?_wi=1", imageAlt: "James, fitness enthusiast customer"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "3", title: "Best in Conyers", 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?_wi=1", imageAlt: "Angela, local resident"},
|
id: "3", title: "Best in Conyers", 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?_wi=1", imageAlt: "Angela, local resident"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "4", title: "Amazing Healthy Meals", quote: "Perfect for post-workout nutrition. The wraps are filling, the smoothies are refreshing, and everything tastes premium.", name: "David K.", role: "Active Lifestyle", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg", imageAlt: "David, active lifestyle customer"},
|
id: "4", title: "Amazing Healthy Meals", quote: "Perfect for post-workout nutrition. The wraps are filling, the smoothies are refreshing, and everything tastes premium.", name: "David K.", role: "Active Lifestyle", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg", imageAlt: "David, active lifestyle customer"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
|
containerClassName="px-4 sm:px-6 md:px-8 py-8 sm:py-12 md:py-16"
|
||||||
|
textBoxClassName="mb-8 sm:mb-12"
|
||||||
|
textBoxTitleClassName="text-3xl sm:text-4xl md:text-5xl"
|
||||||
|
textBoxDescriptionClassName="text-base sm:text-lg mt-3 sm:mt-4"
|
||||||
|
contentClassName="space-y-4 sm:space-y-6"
|
||||||
|
quoteCardClassName="rounded-lg p-4 sm:p-6 md:p-8"
|
||||||
|
testimonialTitleClassName="text-lg sm:text-xl font-semibold"
|
||||||
|
quoteClassName="text-base sm:text-lg italic mt-3 sm:mt-4"
|
||||||
|
nameClassName="text-sm sm:text-base font-semibold mt-4 sm:mt-6"
|
||||||
|
roleClassName="text-xs sm:text-sm mt-1"
|
||||||
|
mediaCardClassName="rounded-lg overflow-hidden mb-3 sm:mb-4"
|
||||||
|
mediaClassName="w-12 h-12 sm:w-14 sm:h-14 md:w-16 md:h-16 object-cover"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="location-preview" data-section="location-preview">
|
<div id="location-preview" data-section="location-preview">
|
||||||
<MediaAbout
|
<MediaAbout
|
||||||
title="Visit Get Fruity in Conyers"
|
title="Visit Get Fruity in Conyers"
|
||||||
description="Located at 1427 Hwy 138 SE #1, Conyers, GA 30013. Open daily to serve you fresh, healthy meals."
|
description="Located at 1427 Hwy 138 SE #1, Conyers, GA 30013. Open daily to serve you fresh, healthy meals in a welcoming cafe atmosphere."
|
||||||
tag="Hours & Location"
|
tag="Hours & Location"
|
||||||
tagIcon={MapPin}
|
tagIcon={MapPin}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -189,11 +247,20 @@ export default function HomePage() {
|
|||||||
imageAlt="Get Fruity Cafe storefront in Conyers"
|
imageAlt="Get Fruity Cafe storefront in Conyers"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Us: +1 (943) 269-8508", href: "tel:+19432698508"},
|
text: "Call Now", 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"
|
buttonAnimation="slide-up"
|
||||||
|
className=""
|
||||||
|
textBoxClassName="max-w-2xl mb-8 sm:mb-12"
|
||||||
|
titleClassName="text-3xl sm:text-4xl md:text-5xl"
|
||||||
|
descriptionClassName="text-base sm:text-lg mt-3 sm:mt-4"
|
||||||
|
buttonContainerClassName="flex flex-col sm:flex-row gap-3 sm:gap-4 mt-6 sm:mt-8"
|
||||||
|
mediaWrapperClassName="mt-8 sm:mt-12"
|
||||||
|
mediaClassName="w-full h-64 sm:h-80 md:h-96 object-cover rounded-lg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -205,7 +272,8 @@ export default function HomePage() {
|
|||||||
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=2"
|
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"
|
imageAlt="Fresh smoothie bowl ready to enjoy"
|
||||||
@@ -214,6 +282,14 @@ export default function HomePage() {
|
|||||||
inputPlaceholder="Enter your email for updates"
|
inputPlaceholder="Enter your email for updates"
|
||||||
buttonText="Start Ordering"
|
buttonText="Start Ordering"
|
||||||
termsText="By ordering, you agree to our Terms and Conditions."
|
termsText="By ordering, you agree to our Terms and Conditions."
|
||||||
|
containerClassName="px-4 sm:px-6 md:px-8 py-8 sm:py-12 md:py-16"
|
||||||
|
contentClassName="grid grid-cols-1 md:grid-cols-2 gap-8 sm:gap-12 items-center"
|
||||||
|
contactFormClassName="space-y-6 sm:space-y-8"
|
||||||
|
titleClassName="text-3xl sm:text-4xl md:text-5xl"
|
||||||
|
descriptionClassName="text-base sm:text-lg mt-3 sm:mt-4"
|
||||||
|
formWrapperClassName="mt-6 sm:mt-8"
|
||||||
|
mediaWrapperClassName="mt-8 sm:mt-12 md:mt-0"
|
||||||
|
mediaClassName="w-full h-64 sm:h-80 md:h-96 object-cover rounded-lg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -222,6 +298,10 @@ export default function HomePage() {
|
|||||||
columns={footerColumns}
|
columns={footerColumns}
|
||||||
bottomLeftText="© 2024 Get Fruity Cafe. All rights reserved."
|
bottomLeftText="© 2024 Get Fruity Cafe. All rights reserved."
|
||||||
bottomRightText="Privacy Policy | Terms of Service"
|
bottomRightText="Privacy Policy | Terms of Service"
|
||||||
|
containerClassName="px-4 sm:px-6 md:px-8 py-8 sm:py-12 md:py-16"
|
||||||
|
columnsClassName="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6 sm:gap-8 md:gap-12"
|
||||||
|
columnTitleClassName="text-base sm:text-lg font-semibold"
|
||||||
|
columnItemClassName="text-sm sm:text-base mt-2 sm:mt-3"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
@@ -13,12 +13,12 @@
|
|||||||
--background: #f5f5f5;
|
--background: #f5f5f5;
|
||||||
--card: #ffffff;
|
--card: #ffffff;
|
||||||
--foreground: #1c1c1c;
|
--foreground: #1c1c1c;
|
||||||
--primary-cta: #2ECC71;
|
--primary-cta: #22c55e;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #1c1c1c;
|
--secondary-cta-text: #1c1c1c;
|
||||||
--accent: #8E44AD;
|
--accent: #a855f7;
|
||||||
--background-accent: #F4D03F;
|
--background-accent: #fbbf24;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user