Update src/app/page.tsx

This commit is contained in:
2026-05-30 14:11:25 +00:00
parent ac9567c0a9
commit c58790d999

View File

@@ -32,29 +32,17 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Flavors",
id: "#flavors",
},
name: "Flavors", id: "#flavors"},
{
name: "Reviews",
id: "#reviews",
},
name: "Reviews", id: "#reviews"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Bobin"
/>
@@ -63,42 +51,21 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroSplitDualMedia
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Bobin Ice Cream"
description="Handcrafted with love, every scoop delivers a burst of joy. Discover your favorite flavor today!"
tag="Taste the Sweetness of Happiness"
buttons={[
{
text: "Explore Flavors",
href: "#flavors",
},
text: "Explore Flavors", href: "#flavors"},
{
text: "Find Our Shop",
href: "#contact",
},
text: "Find Our Shop", href: "#contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/ice-creams-near-spoon-plate_23-2148131231.jpg",
imageAlt: "Delicious ice cream cone",
},
imageSrc: "http://img.b2bpic.net/free-photo/ice-creams-near-spoon-plate_23-2148131231.jpg", imageAlt: "Delicious ice cream cone"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-ice-cream-decoration_23-2148512736.jpg",
imageAlt: "Assorted ice cream cups",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-teenager-holding-ice-cream_23-2149299587.jpg",
imageAlt: "Vibrant ice cream summer treat",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/vanilla-icecream-with-strawberry-syrup-chocolate_114579-13826.jpg",
imageAlt: "Gourmet scoop dessert",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/three-waffle-cone-with-baby-s-breath-flowers-wooden-background_23-2147940428.jpg",
imageAlt: "Handmade ice cream waffle cone",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-ice-cream-decoration_23-2148512736.jpg", imageAlt: "Assorted ice cream cups"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -126,23 +93,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Fresh, Natural Ingredients",
description: "We source the finest local and seasonal ingredients to ensure every flavor is bursting with natural goodness.",
imageSrc: "http://img.b2bpic.net/free-photo/flour-cocoa-sugar_23-2148143757.jpg",
imageAlt: "Fresh fruits and ingredients",
},
title: "Fresh, Natural Ingredients", description: "We source the finest local and seasonal ingredients to ensure every flavor is bursting with natural goodness.", imageSrc: "http://img.b2bpic.net/free-photo/flour-cocoa-sugar_23-2148143757.jpg", imageAlt: "Fresh fruits and ingredients"},
{
title: "Unique & Creative Flavors",
description: "Beyond the classics, we constantly experiment to bring you exciting and imaginative flavor combinations you won't find anywhere else.",
imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-strawberry-banana-orange-white-plate-with-spoon_114579-33827.jpg",
imageAlt: "Unique ice cream flavor",
},
title: "Unique & Creative Flavors", description: "Beyond the classics, we constantly experiment to bring you exciting and imaginative flavor combinations you won't find anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-strawberry-banana-orange-white-plate-with-spoon_114579-33827.jpg", imageAlt: "Unique ice cream flavor"},
{
title: "Family-Friendly Atmosphere",
description: "Our cozy shop is the perfect spot for families and friends to gather, create memories, and enjoy a sweet escape.",
imageSrc: "http://img.b2bpic.net/free-photo/lovely-birthday-concept-with-happy-family_23-2147997477.jpg",
imageAlt: "Family enjoying ice cream",
},
title: "Family-Friendly Atmosphere", description: "Our cozy shop is the perfect spot for families and friends to gather, create memories, and enjoy a sweet escape.", imageSrc: "http://img.b2bpic.net/free-photo/lovely-birthday-concept-with-happy-family_23-2147997477.jpg", imageAlt: "Family enjoying ice cream"},
]}
title="Why Bobin Ice Cream?"
description="Discover what makes our handcrafted ice cream truly special and a favorite among locals."
@@ -157,47 +112,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "vanilla",
name: "Vanilla Bean Dream",
price: "₩4,500",
imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-cone-marble_23-2148141407.jpg",
imageAlt: "Vanilla Bean ice cream",
},
id: "vanilla", name: "Vanilla Bean Dream", price: "₩4,500", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-cone-marble_23-2148141407.jpg", imageAlt: "Vanilla Bean ice cream"},
{
id: "chocolate",
name: "Decadent Chocolate Fudge",
price: "₩4,500",
imageSrc: "http://img.b2bpic.net/free-photo/portioned-chocolate-cake-garnished-with-chocolate-syrup-berries_140725-5050.jpg",
imageAlt: "Chocolate Fudge ice cream",
},
id: "chocolate", name: "Decadent Chocolate Fudge", price: "₩4,500", imageSrc: "http://img.b2bpic.net/free-photo/portioned-chocolate-cake-garnished-with-chocolate-syrup-berries_140725-5050.jpg", imageAlt: "Chocolate Fudge ice cream"},
{
id: "strawberry",
name: "Berry Bliss Strawberry Swirl",
price: "₩5,000",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-refreshing-ice-cream-with-berries_23-2148513963.jpg",
imageAlt: "Strawberry Swirl ice cream",
},
id: "strawberry", name: "Berry Bliss Strawberry Swirl", price: "₩5,000", imageSrc: "http://img.b2bpic.net/free-photo/close-up-refreshing-ice-cream-with-berries_23-2148513963.jpg", imageAlt: "Strawberry Swirl ice cream"},
{
id: "mintchip",
name: "Cool Mint Chocolate Chip",
price: "₩5,000",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-ice-cream-xmas-tree-cupcake-xmas-ornament-grey-surface_140725-106854.jpg",
imageAlt: "Mint Chip ice cream",
},
id: "mintchip", name: "Cool Mint Chocolate Chip", price: "₩5,000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-ice-cream-xmas-tree-cupcake-xmas-ornament-grey-surface_140725-106854.jpg", imageAlt: "Mint Chip ice cream"},
{
id: "cookiedough",
name: "Chunky Cookie Dough Delight",
price: "₩5,500",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast_23-2148148803.jpg",
imageAlt: "Cookie Dough ice cream",
},
id: "cookiedough", name: "Chunky Cookie Dough Delight", price: "₩5,500", imageSrc: "http://img.b2bpic.net/free-photo/breakfast_23-2148148803.jpg", imageAlt: "Cookie Dough ice cream"},
{
id: "mangotango",
name: "Tropical Mango Tango",
price: "₩5,500",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bread-slices-smeared-with-jam-with-citrus-fruits-around-as-pineapple-kiwi-orange-lime-lemon-tangerine-slices-with-lemon-bread-slices-tray-black-background_141793-130434.jpg",
imageAlt: "Mango Tango ice cream",
},
id: "mangotango", name: "Tropical Mango Tango", price: "₩5,500", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bread-slices-smeared-with-jam-with-citrus-fruits-around-as-pineapple-kiwi-orange-lime-lemon-tangerine-slices-with-lemon-bread-slices-tray-black-background_141793-130434.jpg", imageAlt: "Mango Tango ice cream"},
]}
title="Our Delicious Flavors"
description="Indulge in our wide selection of classic favorites and imaginative new creations, all made with passion."
@@ -211,64 +136,28 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "Local Resident",
company: "Bobin Fan",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-white-hoodie-winter-fashion_53876-105546.jpg",
imageAlt: "Sarah J.",
},
id: "1", name: "Sarah J.", role: "Local Resident", company: "Bobin Fan", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-white-hoodie-winter-fashion_53876-105546.jpg", imageAlt: "Sarah J."},
{
id: "2",
name: "Min-joon K.",
role: "Food Blogger",
company: "Seoul Eats",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-barber-wearing-uniform-putting-shaving-cream-his-beard-with-shaving-brush-looking-side-isolated-olive-green-background_141793-85008.jpg",
imageAlt: "Min-joon K.",
},
id: "2", name: "Min-joon K.", role: "Food Blogger", company: "Seoul Eats", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-barber-wearing-uniform-putting-shaving-cream-his-beard-with-shaving-brush-looking-side-isolated-olive-green-background_141793-85008.jpg", imageAlt: "Min-joon K."},
{
id: "3",
name: "Hana L.",
role: "Dessert Lover",
company: "Sweet Tooth Inc.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adorable-white-girl-with-ice-cream-expressing-happiness-indoor-portrait-spectacular-lady-with-cute-purple-skateboard_197531-20458.jpg",
imageAlt: "Hana L.",
},
id: "3", name: "Hana L.", role: "Dessert Lover", company: "Sweet Tooth Inc.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adorable-white-girl-with-ice-cream-expressing-happiness-indoor-portrait-spectacular-lady-with-cute-purple-skateboard_197531-20458.jpg", imageAlt: "Hana L."},
{
id: "4",
name: "The Park Family",
role: "Regular Customers",
company: "Happy Family",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-cheerful-friends-sharing-donuts-cafe_637285-7948.jpg",
imageAlt: "The Park Family",
},
id: "4", name: "The Park Family", role: "Regular Customers", company: "Happy Family", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-cheerful-friends-sharing-donuts-cafe_637285-7948.jpg", imageAlt: "The Park Family"},
{
id: "5",
name: "Grandpa Kim",
role: "Community Elder",
company: "Local Legend",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-couple-looking-each-other_23-2148214544.jpg",
imageAlt: "Grandpa Kim",
},
id: "5", name: "Grandpa Kim", role: "Community Elder", company: "Local Legend", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-couple-looking-each-other_23-2148214544.jpg", imageAlt: "Grandpa Kim"},
]}
kpiItems={[
{
value: "10+",
label: "Years Serving Smiles",
},
value: "10+", label: "Years Serving Smiles"},
{
value: "50+",
label: "Unique Flavors Crafted",
},
value: "50+", label: "Unique Flavors Crafted"},
{
value: "100%",
label: "Homemade Goodness",
},
value: "100%", label: "Homemade Goodness"},
]}
title="What Our Customers Say"
description="Hear from the happy customers who keep coming back for more Bobin magic!"
@@ -280,25 +169,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "What are your opening hours?",
content: "We are open from 12 PM to 9 PM, Tuesday to Sunday. Closed on Mondays.",
},
id: "q1", title: "What are your opening hours?", content: "We are open from 12 PM to 9 PM, Tuesday to Sunday. Closed on Mondays."},
{
id: "q2",
title: "Do you offer vegan or dairy-free options?",
content: "Yes, we have a rotating selection of delicious vegan and dairy-free sorbets and ice creams made with coconut or almond milk. Please ask our staff for today's options!",
},
id: "q2", title: "Do you offer vegan or dairy-free options?", content: "Yes, we have a rotating selection of delicious vegan and dairy-free sorbets and ice creams made with coconut or almond milk. Please ask our staff for today's options!"},
{
id: "q3",
title: "Can I order custom flavors for events?",
content: "Absolutely! We love creating custom flavors for special occasions. Please contact us at least two weeks in advance to discuss your needs and ideas.",
},
id: "q3", title: "Can I order custom flavors for events?", content: "Absolutely! We love creating custom flavors for special occasions. Please contact us at least two weeks in advance to discuss your needs and ideas."},
{
id: "q4",
title: "Do you offer catering services?",
content: "Yes, Bobin Ice Cream provides catering for parties, weddings, and corporate events. We offer various packages including ice cream carts and custom flavor selections. Get in touch for a personalized quote!",
},
id: "q4", title: "Do you offer catering services?", content: "Yes, Bobin Ice Cream provides catering for parties, weddings, and corporate events. We offer various packages including ice cream carts and custom flavor selections. Get in touch for a personalized quote!"},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Have a question about our flavors, ingredients, or services? Find quick answers here or contact us directly!"
@@ -311,8 +188,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Visit Us"
title="Get Your Scoop Today!"
description="Come by our cozy shop, give us a call, or send an email for special orders and inquiries. We can't wait to see you!"
@@ -326,13 +202,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Bobin Ice Cream"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ReactLenis>