1 Commits

Author SHA1 Message Date
a772f6b55f Update src/app/page.tsx 2026-05-01 03:05:35 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Menu",
id: "products",
},
name: "Menu", id: "products"},
{
name: "Story",
id: "about",
},
name: "Story", id: "about"},
{
name: "Visit",
id: "contact",
},
name: "Visit", id: "contact"},
]}
brandName="Asian Sweet Bakery"
/>
@@ -54,51 +46,28 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "gradient-bars",
}}
title="Authentic Asian Pastries, Crafted Fresh Daily"
description="From flaky egg custard tarts to soft, filled buns—experience the bakery locals drive hours for."
variant: "gradient-bars"}}
title="Elevate Your Day with Every Fresh, Hand-Crafted Pastry"
description="Discover the secret favorite of Madison—where tradition meets fresh, daily-baked comfort in every bite."
buttons={[
{
text: "View Menu",
href: "#products",
},
text: "View Menu", href: "#products"},
{
text: "Order Ahead",
href: "#contact",
},
text: "Order Ahead", href: "#contact"},
]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-diagonal-row-biscuits-blue-table_140725-130805.jpg",
imageAlt: "fresh baked egg custard tart",
},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-diagonal-row-biscuits-blue-table_140725-130805.jpg", imageAlt: "fresh baked egg custard tart"},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/japanese-dumplings-with-pork-meat-placemat-against-black-backdrop_23-2148123681.jpg",
imageAlt: "soft steamed buns assorted",
},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/japanese-dumplings-with-pork-meat-placemat-against-black-backdrop_23-2148123681.jpg", imageAlt: "soft steamed buns assorted"},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/steamed-shrimp-dumplings-dim-sum_1339-7808.jpg",
imageAlt: "savory pot stickers golden crispy",
},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/steamed-shrimp-dumplings-dim-sum_1339-7808.jpg", imageAlt: "savory pot stickers golden crispy"},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-variety-baked-bread_23-2148258681.jpg",
imageAlt: "coconut custard bun broken open",
},
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-variety-baked-bread_23-2148258681.jpg", imageAlt: "coconut custard bun broken open"},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/cookies-with-walnut-toppings-small-black-tray-marble_114579-46439.jpg",
imageAlt: "red bean paste bun closeup",
},
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/cookies-with-walnut-toppings-small-black-tray-marble_114579-46439.jpg", imageAlt: "red bean paste bun closeup"},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-buns-hot-tasty-fresh-inside-bread-bin-along-with-salt-pepper-pink_140725-24299.jpg",
imageAlt: "pork floss bun savory treat",
},
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-buns-hot-tasty-fresh-inside-bread-bin-along-with-salt-pepper-pink_140725-24299.jpg", imageAlt: "pork floss bun savory treat"},
]}
/>
</div>
@@ -119,26 +88,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
tag: "Sweet",
title: "Traditional Pastries",
subtitle: "Flaky & Rich",
description: "Classic egg tarts and coconut buns made with family recipes.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-pastries-wooden-surface_140725-75218.jpg",
},
tag: "Sweet", title: "Traditional Pastries", subtitle: "Flaky & Rich", description: "Classic egg tarts and coconut buns made with family recipes.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-pastries-wooden-surface_140725-75218.jpg"},
{
tag: "Savory",
title: "Comfort Foods",
subtitle: "Hearty & Warm",
description: "Pot stickers, BBQ crepes, and savory pork floss buns.",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-traditional-chinese-dumplings-with-chopsticks-wooden-table_181624-1379.jpg",
},
tag: "Savory", title: "Comfort Foods", subtitle: "Hearty & Warm", description: "Pot stickers, BBQ crepes, and savory pork floss buns.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-traditional-chinese-dumplings-with-chopsticks-wooden-table_181624-1379.jpg"},
{
tag: "Fresh",
title: "Daily Crafted",
subtitle: "Baked Every Morning",
description: "We bake throughout the day to ensure you get the perfect bite.",
imageSrc: "http://img.b2bpic.net/free-photo/baker-kneading-dough-with-flour-kitchen-table_23-2147872732.jpg",
},
tag: "Fresh", title: "Daily Crafted", subtitle: "Baked Every Morning", description: "We bake throughout the day to ensure you get the perfect bite.", imageSrc: "http://img.b2bpic.net/free-photo/baker-kneading-dough-with-flour-kitchen-table_23-2147872732.jpg"},
]}
title="More Than Just Sweet"
description="We bring together the full experience of a traditional Asian bakery—combining delicate sweet pastries with deeply satisfying savory comfort foods."
@@ -153,47 +107,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Egg Custard Tart",
price: "$3.50",
variant: "Signature",
imageSrc: "http://img.b2bpic.net/free-photo/three-cupcakes-plate-with-fork-wooden-backdrop_23-2147972768.jpg",
},
id: "p1", name: "Egg Custard Tart", price: "$3.50", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/three-cupcakes-plate-with-fork-wooden-backdrop_23-2147972768.jpg"},
{
id: "p2",
name: "Coconut Custard Bun",
price: "$2.75",
variant: "Classic",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-coconut-macaroons-with-fresh-coconut-top-view_114579-10766.jpg",
},
id: "p2", name: "Coconut Custard Bun", price: "$2.75", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-coconut-macaroons-with-fresh-coconut-top-view_114579-10766.jpg"},
{
id: "p3",
name: "Red Bean Paste Bun",
price: "$2.75",
variant: "Traditional",
imageSrc: "http://img.b2bpic.net/free-photo/round-flower-shaped-bread-salt-flour-grain-pieces-fabric-blue_114579-38941.jpg",
},
id: "p3", name: "Red Bean Paste Bun", price: "$2.75", variant: "Traditional", imageSrc: "http://img.b2bpic.net/free-photo/round-flower-shaped-bread-salt-flour-grain-pieces-fabric-blue_114579-38941.jpg"},
{
id: "p4",
name: "Pork Floss Bun",
price: "$3.25",
variant: "Savory",
imageSrc: "http://img.b2bpic.net/free-photo/sweet-buns-cup-tea-trivet-marble-background-high-quality-photo_114579-64696.jpg",
},
id: "p4", name: "Pork Floss Bun", price: "$3.25", variant: "Savory", imageSrc: "http://img.b2bpic.net/free-photo/sweet-buns-cup-tea-trivet-marble-background-high-quality-photo_114579-64696.jpg"},
{
id: "p5",
name: "Sticky Rice Wrap",
price: "$4.00",
variant: "Steamed",
imageSrc: "http://img.b2bpic.net/free-photo/green-bowl-delicious-treats-with-nuts-stone-background_114579-74761.jpg",
},
id: "p5", name: "Sticky Rice Wrap", price: "$4.00", variant: "Steamed", imageSrc: "http://img.b2bpic.net/free-photo/green-bowl-delicious-treats-with-nuts-stone-background_114579-74761.jpg"},
{
id: "p6",
name: "Pot Stickers",
price: "$5.50",
variant: "Savory",
imageSrc: "http://img.b2bpic.net/free-photo/gyoza-with-soy-sauce-plate_141793-1723.jpg",
},
id: "p6", name: "Pot Stickers", price: "$5.50", variant: "Savory", imageSrc: "http://img.b2bpic.net/free-photo/gyoza-with-soy-sauce-plate_141793-1723.jpg"},
]}
title="Customer Favorites Youll Come Back For"
description="Loved by locals, recommended by word-of-mouth, and worth the drive. These are the flavors people crave."
@@ -206,45 +130,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
title: "Unforgettable",
quote: "The egg custard tarts are absolutely unforgettable—rich, flaky, and perfectly balanced.",
name: "Sarah J.",
role: "Foodie",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-headset_74855-2661.jpg",
},
id: "t1", title: "Unforgettable", quote: "The egg custard tarts are absolutely unforgettable—rich, flaky, and perfectly balanced.", name: "Sarah J.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-headset_74855-2661.jpg"},
{
id: "t2",
title: "The Real Deal",
quote: "As someone from L.A., this is the real deal. Authentic flavors you just dont find everywhere.",
name: "Michael K.",
role: "Local",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-clicking-photo-burger-from-mobile-phone_1170-741.jpg",
},
id: "t2", title: "The Real Deal", quote: "As someone from L.A., this is the real deal. Authentic flavors you just dont find everywhere.", name: "Michael K.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-clicking-photo-burger-from-mobile-phone_1170-741.jpg"},
{
id: "t3",
title: "Worth the Drive",
quote: "We drive over an hour just to stock up. Everything tastes like home.",
name: "Emily R.",
role: "Customer",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-male-gardener-wearing-gardening-hat-gesturing-heart-sign-isolated-green-wall-with-copy-space_141793-108038.jpg",
},
id: "t3", title: "Worth the Drive", quote: "We drive over an hour just to stock up. Everything tastes like home.", name: "Emily R.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-male-gardener-wearing-gardening-hat-gesturing-heart-sign-isolated-green-wall-with-copy-space_141793-108038.jpg"},
{
id: "t4",
title: "Lived up to Hype",
quote: "Recommended online—and it completely lived up to the hype.",
name: "David W.",
role: "Food Reviewer",
imageSrc: "http://img.b2bpic.net/free-photo/photographer-model-with-camera_23-2148503557.jpg",
},
id: "t4", title: "Lived up to Hype", quote: "Recommended online—and it completely lived up to the hype.", name: "David W.", role: "Food Reviewer", imageSrc: "http://img.b2bpic.net/free-photo/photographer-model-with-camera_23-2148503557.jpg"},
{
id: "t5",
title: "Simply Authentic",
quote: "Simple, cozy, and authentic. Thats exactly why its so good.",
name: "Janet L.",
role: "Regular",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-arranging-her-cake-shop_23-2149210456.jpg",
},
id: "t5", title: "Simply Authentic", quote: "Simple, cozy, and authentic. Thats exactly why its so good.", name: "Janet L.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-arranging-her-cake-shop_23-2149210456.jpg"},
]}
title="Why Everyone Falls in Love"
description="Hear from our community of pastry lovers."
@@ -257,20 +151,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you accept pre-orders?",
content: "Yes, for larger orders we recommend calling 24 hours in advance.",
},
id: "f1", title: "Do you accept pre-orders?", content: "Yes, for larger orders we recommend calling 24 hours in advance."},
{
id: "f2",
title: "Are your items made fresh?",
content: "We craft our pastries fresh every morning to ensure the highest quality.",
},
id: "f2", title: "Are your items made fresh?", content: "We craft our pastries fresh every morning to ensure the highest quality."},
{
id: "f3",
title: "Is parking available?",
content: "Yes, we have free street parking conveniently located near Park Street.",
},
id: "f3", title: "Is parking available?", content: "Yes, we have free street parking conveniently located near Park Street."},
]}
title="Commonly Asked"
description="Have questions about our baking? Find answers here."
@@ -282,18 +167,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
text="Visit Us Today. Stop in early for the best selection—favorites sell out fast."
variant: "gradient-bars"}}
text="Visit us at 1017 S Park St, Madison, WI 53715 or call us at (608) 665-3988. Favorites sell out fast, so come in early!"
buttons={[
{
text: "Get Directions",
href: "#",
},
text: "Get Directions", href: "https://maps.google.com/?q=1017+S+Park+St+Madison+WI+53715"},
{
text: "Call Now",
href: "tel:5550123",
},
text: "Call Now", href: "tel:+16086653988"},
]}
/>
</div>
@@ -304,38 +184,25 @@ export default function LandingPage() {
logoText="Asian Sweet Bakery"
columns={[
{
title: "Visit",
items: [
title: "Visit", items: [
{
label: "Directions",
href: "#contact",
},
label: "Directions", href: "https://maps.google.com/?q=1017+S+Park+St+Madison+WI+53715"},
{
label: "Menu",
href: "#products",
},
label: "Menu", href: "#products"},
],
},
{
title: "Follow",
items: [
title: "Follow", items: [
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}
@@ -344,4 +211,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}