Merge version_1 into main #1
362
src/app/page.tsx
362
src/app/page.tsx
@@ -14,265 +14,127 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLarge"
|
||||
background="noise"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="extrabold"
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLarge"
|
||||
background="noise"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
]}
|
||||
brandName="Bubble World"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Reviews", id: "#reviews" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
brandName="Bubble World"
|
||||
button={{ text: "Order Now", href: "#menu" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
title="Fresh, Fun, and Made Just for You"
|
||||
description="Bubble World is your local destination for artisanal bubble tea, refreshing coffee, rolled ice cream, and signature Dubai chocolate treats. Experience freshness in every cup."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-lavender-interior-design_23-2151561244.jpg"
|
||||
imageAlt="Bubble World signature desserts and bubble tea"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Fresh, Fun, and Made Just for You"
|
||||
description="Bubble World is your local destination for artisanal bubble tea, refreshing coffee, rolled ice cream, and signature Dubai chocolate treats. Experience freshness in every cup."
|
||||
buttons={[
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Visit Us", href: "#contact" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-lavender-interior-design_23-2151561244.jpg"
|
||||
imageAlt="Bubble World signature desserts and bubble tea"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Welcome to Bubble World"
|
||||
description="Located in the heart of North Georgia, we are a family-owned shop passionate about bringing unique flavors and high-quality ingredients to our community. From refreshing boba to our famous Dubai chocolate cups, every treat is crafted with care."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-female-friends-enjoying-ice-cream-amusement-park_23-2147911710.jpg"
|
||||
imageAlt="Our family-owned bubble tea and dessert shop"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Welcome to Bubble World"
|
||||
description="Located in the heart of North Georgia, we are a family-owned shop passionate about bringing unique flavors and high-quality ingredients to our community. From refreshing boba to our famous Dubai chocolate cups, every treat is crafted with care."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-female-friends-enjoying-ice-cream-amusement-park_23-2147911710.jpg"
|
||||
imageAlt="Our family-owned bubble tea and dessert shop"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Boba",
|
||||
name: "Signature Milk Tea",
|
||||
price: "$6.50",
|
||||
rating: 5,
|
||||
reviewCount: "100+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshness-bowl-blueberry-yogurt-granola-dessert-generative-ai_188544-8224.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Dessert",
|
||||
name: "Dubai Chocolate Cup",
|
||||
price: "$9.00",
|
||||
rating: 5,
|
||||
reviewCount: "85+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-dessert-with-strawberries-grey-desk_140725-79270.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Ice Cream",
|
||||
name: "Rolled Ice Cream",
|
||||
price: "$7.50",
|
||||
rating: 5,
|
||||
reviewCount: "95+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-making-refreshing-hibiscus-ice-tea_23-2149893723.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Bowl",
|
||||
name: "Fresh Acai Bowl",
|
||||
price: "$10.00",
|
||||
rating: 5,
|
||||
reviewCount: "70+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-healthy-acai-bowl-with-berries-banana-slices_23-2152010293.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Coffee",
|
||||
name: "Iced Caramel Macchiato",
|
||||
price: "$5.50",
|
||||
rating: 5,
|
||||
reviewCount: "60+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruit-salad-with-ice-cream_1232-1649.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Tea",
|
||||
name: "Dragonfruit Fruit Tea",
|
||||
price: "$6.00",
|
||||
rating: 5,
|
||||
reviewCount: "50+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-still-life-asian-tea_23-2149709067.jpg",
|
||||
},
|
||||
]}
|
||||
title="Our Signature Treats"
|
||||
description="Explore our delicious selection of bubble teas, rolled ice cream, and handcrafted desserts."
|
||||
/>
|
||||
</div>
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", brand: "Boba", name: "Signature Milk Tea", price: "$6.50", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/freshness-bowl-blueberry-yogurt-granola-dessert-generative-ai_188544-8224.jpg" },
|
||||
{ id: "2", brand: "Dessert", name: "Dubai Chocolate Cup", price: "$9.00", rating: 5, reviewCount: "85+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-dessert-with-strawberries-grey-desk_140725-79270.jpg" },
|
||||
{ id: "3", brand: "Ice Cream", name: "Rolled Ice Cream", price: "$7.50", rating: 5, reviewCount: "95+", imageSrc: "http://img.b2bpic.net/free-photo/person-making-refreshing-hibiscus-ice-tea_23-2149893723.jpg" },
|
||||
{ id: "4", brand: "Bowl", name: "Fresh Acai Bowl", price: "$10.00", rating: 5, reviewCount: "70+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-healthy-acai-bowl-with-berries-banana-slices_23-2152010293.jpg" },
|
||||
{ id: "5", brand: "Coffee", name: "Iced Caramel Macchiato", price: "$5.50", rating: 5, reviewCount: "60+", imageSrc: "http://img.b2bpic.net/free-photo/fruit-salad-with-ice-cream_1232-1649.jpg" },
|
||||
{ id: "6", brand: "Tea", name: "Dragonfruit Fruit Tea", price: "$6.00", rating: 5, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-still-life-asian-tea_23-2149709067.jpg" }
|
||||
]}
|
||||
title="Our Signature Treats"
|
||||
description="Explore our delicious selection of bubble teas, rolled ice cream, and handcrafted desserts."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Astrid",
|
||||
handle: "@astrid",
|
||||
testimonial: "Obsessed with their drinks, everything is sooo good! And the service is literally amazing. 10/10.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-tasty-ice-cream_23-2150232410.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Zaki Ahmed",
|
||||
handle: "@zaki",
|
||||
testimonial: "Family owned business and absolutely love it! They're the only boba place in North Georgia.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-cheerful-pretty-brunette-woman-holding-two-tasty-cakes-smiling-having-fun-positive-emotions-bright-colors_291049-589.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jessica Matos",
|
||||
handle: "@jessica",
|
||||
testimonial: "So yummy! The exact creamy refreshing taro drink I was looking for and excellent service!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-eating-sweets-coffee-shop_23-2148263260.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Hannah Fritchey",
|
||||
handle: "@hannah",
|
||||
testimonial: "This place is amazing! Great quality cups and really thoughtful staff.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-middleaged-man-congratulating-wishing-happy-birthday-giving-you-bday-cake_1258-148563.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lexi Ward",
|
||||
handle: "@lexi",
|
||||
testimonial: "Dubai strawberry cup was very good! Strawberries were fresh, pistachio and chocolate were delicious.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-young-woman-has-fun-going-eat-yummy-pancakes-with-raspberries-honey-makes-peace-gesture-smiles-gladfully-wears-pajama-towel-head-poses-against-pink-background-stays-happy_273609-61189.jpg",
|
||||
},
|
||||
]}
|
||||
title="Loved by Our Community"
|
||||
description="Don't just take our word for it—here is what our wonderful customers have to say about Bubble World."
|
||||
/>
|
||||
</div>
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Astrid", handle: "@astrid", testimonial: "Obsessed with their drinks, everything is sooo good! And the service is literally amazing. 10/10.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-tasty-ice-cream_23-2150232410.jpg" },
|
||||
{ id: "2", name: "Zaki Ahmed", handle: "@zaki", testimonial: "Family owned business and absolutely love it! They're the only boba place in North Georgia.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-cheerful-pretty-brunette-woman-holding-two-tasty-cakes-smiling-having-fun-positive-emotions-bright-colors_291049-589.jpg" },
|
||||
{ id: "3", name: "Jessica Matos", handle: "@jessica", testimonial: "So yummy! The exact creamy refreshing taro drink I was looking for and excellent service!", imageSrc: "http://img.b2bpic.net/free-photo/women-eating-sweets-coffee-shop_23-2148263260.jpg" },
|
||||
{ id: "4", name: "Hannah Fritchey", handle: "@hannah", testimonial: "This place is amazing! Great quality cups and really thoughtful staff.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-middleaged-man-congratulating-wishing-happy-birthday-giving-you-bday-cake_1258-148563.jpg" },
|
||||
{ id: "5", name: "Lexi Ward", handle: "@lexi", testimonial: "Dubai strawberry cup was very good! Strawberries were fresh, pistachio and chocolate were delicious.", imageSrc: "http://img.b2bpic.net/free-photo/positive-young-woman-has-fun-going-eat-yummy-pancakes-with-raspberries-honey-makes-peace-gesture-smiles-gladfully-wears-pajama-towel-head-poses-against-pink-background-stays-happy_273609-61189.jpg" }
|
||||
]}
|
||||
title="Loved by Our Community"
|
||||
description="Don't just take our word for it—here is what our wonderful customers have to say about Bubble World."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you have indoor seating?",
|
||||
content: "As a takeout-focused restaurant, we do not have indoor dining space, but we are working on creating an outdoor seating area for your comfort.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "What are your most popular items?",
|
||||
content: "Our customers love our signature Dubai chocolate cups, rolled ice cream, and refreshing boba tea selection.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Where are you located?",
|
||||
content: "We are located at 800 GA-400 suite 405, Dawsonville, GA 30534.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-shop-small-business_23-2149196235.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about your visit to Bubble World."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "Do you have indoor seating?", content: "As a takeout-focused restaurant, we do not have indoor dining space, but we are working on creating an outdoor seating area for your comfort." },
|
||||
{ id: "2", title: "What are your most popular items?", content: "Our customers love our signature Dubai chocolate cups, rolled ice cream, and refreshing boba tea selection." },
|
||||
{ id: "3", title: "Where are you located?", content: "We are located at 800 GA-400 suite 405, Dawsonville, GA 30534." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-shop-small-business_23-2149196235.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about your visit to Bubble World."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
text="Visit us in Dawsonville for your next sweet treat. Questions? Give us a call at (606) 207-9589."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us",
|
||||
href: "tel:6062079589",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Visit us in Dawsonville for your next sweet treat. Questions? Give us a call at (606) 207-9589."
|
||||
buttons={[{ text: "Call Us", href: "tel:6062079589" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Bubble World"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Menu", href: "#menu" }, { label: "About", href: "#about" }] },
|
||||
{ items: [{ label: "Reviews", href: "#reviews" }, { label: "Contact", href: "#contact" }] }
|
||||
]}
|
||||
logoText="Bubble World"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user