Update src/app/page.tsx
This commit is contained in:
302
src/app/page.tsx
302
src/app/page.tsx
@@ -33,31 +33,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Our Treats",
|
||||
id: "#treats",
|
||||
},
|
||||
name: "Our Treats", id: "#treats"},
|
||||
{
|
||||
name: "What People Say",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "What People Say", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Candy Cafe & Ice Cream"
|
||||
button={{
|
||||
text: "Order Online",
|
||||
href: "https://cash.app",
|
||||
}}
|
||||
text: "Order Online", href: "https://cash.app"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -65,21 +53,16 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
logoText="Candy Cafe & Ice Cream"
|
||||
description="Your Sweet Escape in Williamston, MI! Indulge in delightful candies and delicious ice cream, making every visit a joyful memory."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Menu",
|
||||
href: "#treats",
|
||||
},
|
||||
text: "Explore Menu", href: "#treats"},
|
||||
{
|
||||
text: "Find Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Find Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/almond-sweet-delight-table_140725-6483.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/almond-sweet-delight-table_140725-6483.jpg"
|
||||
imageAlt="Colorful candy shop and ice cream parlor interior"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -90,7 +73,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="About Our Sweet Spot"
|
||||
description="Nestled in Keller's Plaza, Candy Cafe & Ice Cream is Williamston's favorite destination for a delightful array of treats. We pride ourselves on offering a wide selection of candies, including imported varieties, bulk options, and nostalgic novelties, alongside generous servings of delicious ice cream. Our cozy and adorable decor creates the perfect atmosphere for families and friends to make sweet memories. Come visit us for exceptional customer service and yummy delights!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/world-pride-day-still-life-food-composition_23-2148960493.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/world-pride-day-still-life-food-composition_23-2148960493.jpg"
|
||||
imageAlt="Inside view of Candy Cafe & Ice Cream with colorful decor"
|
||||
/>
|
||||
</div>
|
||||
@@ -102,36 +85,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "World of Candies",
|
||||
description: "Explore an incredible selection of imported, bulk, and novelty candies.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Candy,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/colorful-halloween-candy-collection-with-flat-design_23-2147906249.jpg",
|
||||
imageAlt: "candy icon sweet snack symbol",
|
||||
title: "World of Candies", description: "Explore an incredible selection of imported, bulk, and novelty candies.", bentoComponent: "reveal-icon", icon: Candy
|
||||
},
|
||||
{
|
||||
title: "Delicious Ice Cream",
|
||||
description: "Enjoy generous servings of our many creamy ice cream flavors.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: IceCream,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/almond-sweet-delight-table_140725-6483.jpg?_wi=2",
|
||||
imageAlt: "candy icon sweet snack symbol",
|
||||
title: "Delicious Ice Cream", description: "Enjoy generous servings of our many creamy ice cream flavors.", bentoComponent: "reveal-icon", icon: IceCream
|
||||
},
|
||||
{
|
||||
title: "Crafted Milkshakes",
|
||||
description: "Indulge in our delicious coffee vanilla milkshakes and more!",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Coffee,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/world-pride-day-still-life-food-composition_23-2148960493.jpg?_wi=2",
|
||||
imageAlt: "candy icon sweet snack symbol",
|
||||
title: "Crafted Milkshakes", description: "Indulge in our delicious coffee vanilla milkshakes and more!", bentoComponent: "reveal-icon", icon: Coffee
|
||||
},
|
||||
{
|
||||
title: "Charming Atmosphere",
|
||||
description: "Experience our adorable decor and welcoming vibe perfect for families.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Sparkles,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-ice-cream-cone-cartoon-icon-illustration-3d-food-drink-object-icon-concept-isolated-premium-design-flat-cartoon-style_138676-3592.jpg",
|
||||
imageAlt: "candy icon sweet snack symbol",
|
||||
title: "Charming Atmosphere", description: "Experience our adorable decor and welcoming vibe perfect for families.", bentoComponent: "reveal-icon", icon: Sparkles
|
||||
},
|
||||
]}
|
||||
title="Our Delicious Offerings"
|
||||
@@ -147,65 +110,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Sweet Spot",
|
||||
name: "Assorted Gummy Bears",
|
||||
price: "$5.99/lb",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/various-jelly-beans-blue-background_58702-2175.jpg",
|
||||
imageAlt: "Colorful gummy bears",
|
||||
},
|
||||
id: "1", brand: "Sweet Spot", name: "Assorted Gummy Bears", price: "$5.99/lb", rating: 5,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/various-jelly-beans-blue-background_58702-2175.jpg", imageAlt: "Colorful gummy bears"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Gourmet Bites",
|
||||
name: "Premium Chocolate Bar",
|
||||
price: "$7.50",
|
||||
rating: 4.5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-chocolate-arrangement-with-copy-space_23-2148549349.jpg",
|
||||
imageAlt: "Premium chocolate bar",
|
||||
},
|
||||
id: "2", brand: "Gourmet Bites", name: "Premium Chocolate Bar", price: "$7.50", rating: 4.5,
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/sweet-chocolate-arrangement-with-copy-space_23-2148549349.jpg", imageAlt: "Premium chocolate bar"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Fun Treats",
|
||||
name: "Giant Swirl Lollipops",
|
||||
price: "$3.00",
|
||||
rating: 4.8,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-ball-lollipops_52683-127483.jpg",
|
||||
imageAlt: "Giant swirl lollipop",
|
||||
},
|
||||
id: "3", brand: "Fun Treats", name: "Giant Swirl Lollipops", price: "$3.00", rating: 4.8,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-ball-lollipops_52683-127483.jpg", imageAlt: "Giant swirl lollipop"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Global Sweets",
|
||||
name: "Imported Japanese KitKats",
|
||||
price: "$4.99",
|
||||
rating: 4.9,
|
||||
reviewCount: "20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-pastries-plate_23-2147987885.jpg",
|
||||
imageAlt: "Imported Japanese KitKats",
|
||||
},
|
||||
id: "4", brand: "Global Sweets", name: "Imported Japanese KitKats", price: "$4.99", rating: 4.9,
|
||||
reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-pastries-plate_23-2147987885.jpg", imageAlt: "Imported Japanese KitKats"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Timeless Classics",
|
||||
name: "Retro Candy Mix",
|
||||
price: "$8.25",
|
||||
rating: 4.7,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-marmalade-candies-wooden-surface_114579-73330.jpg",
|
||||
imageAlt: "Assortment of retro candies",
|
||||
},
|
||||
id: "5", brand: "Timeless Classics", name: "Retro Candy Mix", price: "$8.25", rating: 4.7,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/colorful-marmalade-candies-wooden-surface_114579-73330.jpg", imageAlt: "Assortment of retro candies"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Your Choice",
|
||||
name: "Bulk Candy Selection",
|
||||
price: "$4.50/lb",
|
||||
rating: 5,
|
||||
reviewCount: "18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-candy-arrangement_23-2150897073.jpg",
|
||||
imageAlt: "Colorful bulk candies in bins",
|
||||
},
|
||||
id: "6", brand: "Your Choice", name: "Bulk Candy Selection", price: "$4.50/lb", rating: 5,
|
||||
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-candy-arrangement_23-2150897073.jpg", imageAlt: "Colorful bulk candies in bins"},
|
||||
]}
|
||||
title="A World of Candy Delights"
|
||||
description="Discover imported delights, bulk candies, and nostalgic treats that will transport you back to your childhood. Our selection is always expanding!"
|
||||
@@ -219,73 +140,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "scoop-single",
|
||||
title: "Single Scoop",
|
||||
price: "$3.50",
|
||||
period: "starting at",
|
||||
features: [
|
||||
"Choose from classic flavors",
|
||||
"Freshly made waffle cone option",
|
||||
"Generous serving size",
|
||||
],
|
||||
id: "scoop-single", title: "Single Scoop", price: "$3.50", period: "starting at", features: [
|
||||
"Choose from classic flavors", "Freshly made waffle cone option", "Generous serving size"],
|
||||
button: {
|
||||
text: "View Flavors",
|
||||
href: "#",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charcoal-toast-with-ice-cream_1339-5223.jpg",
|
||||
imageAlt: "Vanilla ice cream scoop",
|
||||
},
|
||||
text: "View Flavors", href: "#"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charcoal-toast-with-ice-cream_1339-5223.jpg", imageAlt: "Vanilla ice cream scoop"},
|
||||
{
|
||||
id: "scoop-double",
|
||||
title: "Double Scoop",
|
||||
price: "$5.00",
|
||||
period: "starting at",
|
||||
features: [
|
||||
"Mix and match any two flavors",
|
||||
"Perfect for sharing or extra indulgence",
|
||||
"Topping options available",
|
||||
],
|
||||
id: "scoop-double", title: "Double Scoop", price: "$5.00", period: "starting at", features: [
|
||||
"Mix and match any two flavors", "Perfect for sharing or extra indulgence", "Topping options available"],
|
||||
button: {
|
||||
text: "View Flavors",
|
||||
href: "#",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-with-ice-cream-whipped-cream_1339-4963.jpg",
|
||||
imageAlt: "Chocolate ice cream scoops",
|
||||
},
|
||||
text: "View Flavors", href: "#"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-with-ice-cream-whipped-cream_1339-4963.jpg", imageAlt: "Chocolate ice cream scoops"},
|
||||
{
|
||||
id: "milkshake",
|
||||
title: "Signature Milkshake",
|
||||
price: "$6.75",
|
||||
period: "classic size",
|
||||
features: [
|
||||
"Thick and creamy blends",
|
||||
"Variety of flavor combinations",
|
||||
"Whipped cream and cherry included",
|
||||
],
|
||||
id: "milkshake", title: "Signature Milkshake", price: "$6.75", period: "classic size", features: [
|
||||
"Thick and creamy blends", "Variety of flavor combinations", "Whipped cream and cherry included"],
|
||||
button: {
|
||||
text: "Build Your Shake",
|
||||
href: "#",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strawberry-smoothie-with-waffles-chocolate-white-plate-marble-surface_114579-33855.jpg",
|
||||
imageAlt: "Strawberry milkshake with whipped cream",
|
||||
},
|
||||
text: "Build Your Shake", href: "#"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strawberry-smoothie-with-waffles-chocolate-white-plate-marble-surface_114579-33855.jpg", imageAlt: "Strawberry milkshake with whipped cream"},
|
||||
{
|
||||
id: "sundae",
|
||||
title: "Custom Sundae",
|
||||
price: "$7.25",
|
||||
period: "unlimited toppings",
|
||||
features: [
|
||||
"Build your dream sundae",
|
||||
"Unlimited toppings & sauces",
|
||||
"Perfect for a sweet celebration",
|
||||
],
|
||||
id: "sundae", title: "Custom Sundae", price: "$7.25", period: "unlimited toppings", features: [
|
||||
"Build your dream sundae", "Unlimited toppings & sauces", "Perfect for a sweet celebration"],
|
||||
button: {
|
||||
text: "Create Sundae",
|
||||
href: "#",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/milkshake-with-whipping-cream-chocolate-topping_141793-807.jpg",
|
||||
imageAlt: "Ice cream sundae with various toppings",
|
||||
},
|
||||
text: "Create Sundae", href: "#"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/milkshake-with-whipping-cream-chocolate-topping_141793-807.jpg", imageAlt: "Ice cream sundae with various toppings"},
|
||||
]}
|
||||
title="Scoops & Shakes Menu"
|
||||
description="Indulge in our amazing ice cream flavors, generous servings, and delightful milkshakes. Perfect for any time of day!"
|
||||
@@ -299,64 +176,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sierra VanAntwerp",
|
||||
role: "Local Guide",
|
||||
company: "Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dyed-hair-eating-ice-cream_23-2149488683.jpg",
|
||||
imageAlt: "Customer Sierra VanAntwerp",
|
||||
},
|
||||
id: "1", name: "Sierra VanAntwerp", role: "Local Guide", company: "Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dyed-hair-eating-ice-cream_23-2149488683.jpg", imageAlt: "Customer Sierra VanAntwerp"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Christa Frizzell",
|
||||
role: "Local Guide",
|
||||
company: "Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-little-beautiful-daughter-dressed-warm-sweaters-street_291650-1192.jpg",
|
||||
imageAlt: "Customer Christa Frizzell",
|
||||
},
|
||||
id: "2", name: "Christa Frizzell", role: "Local Guide", company: "Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-little-beautiful-daughter-dressed-warm-sweaters-street_291650-1192.jpg", imageAlt: "Customer Christa Frizzell"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Bri West",
|
||||
role: "Local Guide",
|
||||
company: "Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-good-time_23-2148395331.jpg",
|
||||
imageAlt: "Customer Bri West",
|
||||
},
|
||||
id: "3", name: "Bri West", role: "Local Guide", company: "Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-good-time_23-2148395331.jpg", imageAlt: "Customer Bri West"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jessica Lee",
|
||||
role: "Happy Visitor",
|
||||
company: "Community Member",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wanna-share-cocktail-with-me-joyful-carefree-friendlylooki_197531-30895.jpg",
|
||||
imageAlt: "Customer Jessica Lee",
|
||||
},
|
||||
id: "4", name: "Jessica Lee", role: "Happy Visitor", company: "Community Member", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wanna-share-cocktail-with-me-joyful-carefree-friendlylooki_197531-30895.jpg", imageAlt: "Customer Jessica Lee"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mark Thompson",
|
||||
role: "Sweet Tooth Enthusiast",
|
||||
company: "Regular",
|
||||
rating: 4.5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/always-is-great-spend-some-time-with-friends_329181-2895.jpg",
|
||||
imageAlt: "Customer Mark Thompson",
|
||||
},
|
||||
id: "5", name: "Mark Thompson", role: "Sweet Tooth Enthusiast", company: "Regular", rating: 4.5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/always-is-great-spend-some-time-with-friends_329181-2895.jpg", imageAlt: "Customer Mark Thompson"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Average Rating",
|
||||
},
|
||||
value: "4.9", label: "Average Rating"},
|
||||
{
|
||||
value: "24+",
|
||||
label: "Happy Reviews",
|
||||
},
|
||||
value: "24+", label: "Happy Reviews"},
|
||||
{
|
||||
value: "Open Daily",
|
||||
label: "Serving Williamston",
|
||||
},
|
||||
value: "Open Daily", label: "Serving Williamston"},
|
||||
]}
|
||||
title="What Our Sweet Fans Say"
|
||||
description="Hear directly from our happy customers about their favorite treats and experiences at Candy Cafe & Ice Cream. Your satisfaction is our priority!"
|
||||
@@ -369,25 +210,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What kind of candies do you offer?",
|
||||
content: "We offer a wide variety including imported candies, bulk selections, novelty treats, and classic nostalgic favorites. Our inventory is always changing, so there's always something new to discover!",
|
||||
},
|
||||
id: "q1", title: "What kind of candies do you offer?", content: "We offer a wide variety including imported candies, bulk selections, novelty treats, and classic nostalgic favorites. Our inventory is always changing, so there's always something new to discover!"},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you have options for dietary restrictions?",
|
||||
content: "We strive to offer a diverse selection and have some options for various dietary needs. Please ask our staff for assistance, and they'll be happy to guide you through our current offerings.",
|
||||
},
|
||||
id: "q2", title: "Do you have options for dietary restrictions?", content: "We strive to offer a diverse selection and have some options for various dietary needs. Please ask our staff for assistance, and they'll be happy to guide you through our current offerings."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What are your most popular ice cream flavors?",
|
||||
content: "Our most popular flavors include classic vanilla, rich chocolate, and refreshing strawberry. We also feature seasonal specials and unique combinations that are always a hit!",
|
||||
},
|
||||
id: "q3", title: "What are your most popular ice cream flavors?", content: "Our most popular flavors include classic vanilla, rich chocolate, and refreshing strawberry. We also feature seasonal specials and unique combinations that are always a hit!"},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Can I place a special order for an event?",
|
||||
content: "Yes, we can accommodate special requests for events or larger quantities of candy. Please contact us in advance to discuss your needs, and we'll do our best to help make your event sweeter!",
|
||||
},
|
||||
id: "q4", title: "Can I place a special order for an event?", content: "Yes, we can accommodate special requests for events or larger quantities of candy. Please contact us in advance to discuss your needs, and we'll do our best to help make your event sweeter!"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-little-cookie-cake-with-lemon-slices-candies-dark-background-cake-biscuit-fruit-citrus-sweet-cookies_140725-110230.jpg"
|
||||
imageAlt="Assortment of colorful ice cream scoops"
|
||||
@@ -402,8 +231,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Visit Us"
|
||||
title="Get Your Sweet Fix Today!"
|
||||
description="Located at 110 E Grand River Ave Suite 102, Williamston, MI 48895. We're open until 9 PM! Stop by for a treat, or reach out to us at (517) 775-7100."
|
||||
@@ -417,13 +245,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Candy Cafe & Ice Cream"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user