Update src/app/page.tsx

This commit is contained in:
2026-04-30 22:25:54 +00:00
parent a36b092eb9
commit 0fa92c090a

View File

@@ -31,18 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "About",
id: "about",
},
{
name: "Cakes",
id: "products",
},
{
name: "Contact",
id: "contact",
},
{ name: "About", id: "about" },
{ name: "Cakes", id: "products" },
{ name: "Order", id: "/order" },
{ name: "Contact", id: "contact" },
]}
brandName="Pure Délice"
/>
@@ -50,19 +42,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Pure Délice"
description="Artisan cakes crafted with love, powered by nature. Wholesome ingredients for a guilt-free indulgence."
imageSrc="http://img.b2bpic.net/free-photo/side-view-from-afar-cookies-cake-cake-pomegranate-berries-jam-lemon-cinnamon-star-anise_140725-123157.jpg"
imageAlt="healthy artisan cake photography"
buttons={[
{
text: "Explore Cakes",
href: "#products",
},
]}
buttons={[{ text: "Explore Cakes", href: "#products" }, { text: "Order Now", href: "/order" }]}
/>
</div>
@@ -87,48 +72,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "1",
name: "Chocolate Bliss",
price: "$12.00",
imageSrc: "http://img.b2bpic.net/free-photo/plumcake-with-pomegranate-topping-seeds_114579-35034.jpg",
imageAlt: "healthy chocolate raspberry cake",
},
{
id: "2",
name: "Lemon Zest",
price: "$10.00",
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-cake-picture_23-2150649470.jpg",
imageAlt: "vegan lemon poppy seed cake",
},
{
id: "3",
name: "Matcha Delight",
price: "$14.00",
imageSrc: "http://img.b2bpic.net/free-photo/japanese-green-tea-matcha-white-cup-cheese-berry-cake-plate-white-backdrop_23-2148067009.jpg",
imageAlt: "matcha green tea healthy cake",
},
{
id: "4",
name: "Carrot Walnut",
price: "$11.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-little-cake-with-raspberry-along-with-strawberries-bright-cake-biscuit-sweet-bake-berry_140725-34119.jpg",
imageAlt: "carrot cake healthy ingredients",
},
{
id: "5",
name: "Berry Cloud",
price: "$13.00",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-piece-cake-with-various-fruits-marble-space_114579-33484.jpg",
imageAlt: "berry cheesecake healthy dessert",
},
{
id: "6",
name: "Vanilla Bean",
price: "$11.00",
imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-small-cake-with-chocolate-vanilla-layers_181624-55465.jpg",
imageAlt: "vanilla protein cake healthy",
},
{ id: "1", name: "Chocolate Bliss", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/plumcake-with-pomegranate-topping-seeds_114579-35034.jpg", imageAlt: "healthy chocolate raspberry cake" },
{ id: "2", name: "Lemon Zest", price: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-cake-picture_23-2150649470.jpg", imageAlt: "vegan lemon poppy seed cake" },
{ id: "3", name: "Matcha Delight", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/japanese-green-tea-matcha-white-cup-cheese-berry-cake-plate-white-backdrop_23-2148067009.jpg", imageAlt: "matcha green tea healthy cake" },
{ id: "4", name: "Carrot Walnut", price: "$11.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-little-cake-with-raspberry-along-with-strawberries-bright-cake-biscuit-sweet-bake-berry_140725-34119.jpg", imageAlt: "carrot cake healthy ingredients" },
{ id: "5", name: "Berry Cloud", price: "$13.00", imageSrc: "http://img.b2bpic.net/free-photo/tasty-piece-cake-with-various-fruits-marble-space_114579-33484.jpg", imageAlt: "berry cheesecake healthy dessert" },
{ id: "6", name: "Vanilla Bean", price: "$11.00", imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-small-cake-with-chocolate-vanilla-layers_181624-55465.jpg", imageAlt: "vanilla protein cake healthy" },
]}
title="Our Signature Cakes"
description="Discover our collection of wholesome, nutrient-rich cakes."
@@ -140,24 +89,8 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
negativeCard={{
items: [
"Refined White Sugar",
"Artificial Preservatives",
"Gluten-heavy Flours",
"Trans Fats",
"Synthetic Dyes",
],
}}
positiveCard={{
items: [
"Organic Honey & Maple",
"Nutrient-rich Superfoods",
"Whole Grain & Nut Flours",
"Farm-fresh Fruits",
"Plant-based Proteins",
],
}}
negativeCard={{ items: ["Refined White Sugar", "Artificial Preservatives", "Gluten-heavy Flours", "Trans Fats", "Synthetic Dyes"] }}
positiveCard={{ items: ["Organic Honey & Maple", "Nutrient-rich Superfoods", "Whole Grain & Nut Flours", "Farm-fresh Fruits", "Plant-based Proteins"] }}
title="Why Pure Délice?"
description="What we exclude is just as important as what we include."
/>
@@ -169,30 +102,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "100%",
title: "Organic Ingredients",
description: "All our flours and sugars are sourced from trusted certified farms.",
imageSrc: "http://img.b2bpic.net/free-vector/healthy-food-collection-flat-design_23-2147590196.jpg",
imageAlt: "fresh organic ingredients icon",
},
{
id: "m2",
value: "5000+",
title: "Happy Customers",
description: "Families across the country enjoying our healthy cakes.",
imageSrc: "http://img.b2bpic.net/free-photo/headshot-happy-female-male-glad-surprised-get-permission-from-fitness-trainer-eat-tasty-cake_273609-27366.jpg",
imageAlt: "satisfied customers heart icon",
},
{
id: "m3",
value: "0",
title: "Added Chemicals",
description: "We keep it 100% natural, always.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-small-tarts-xmas-tree-biscuits-black-plate-female-hand-grey-table-free-space_140725-59388.jpg",
imageAlt: "sustainable farming icons food",
},
{ id: "m1", value: "100%", title: "Organic Ingredients", description: "All our flours and sugars are sourced from trusted certified farms.", imageSrc: "http://img.b2bpic.net/free-vector/healthy-food-collection-flat-design_23-2147590196.jpg", imageAlt: "fresh organic ingredients icon" },
{ id: "m2", value: "5000+", title: "Happy Customers", description: "Families across the country enjoying our healthy cakes.", imageSrc: "http://img.b2bpic.net/free-photo/headshot-happy-female-male-glad-surprised-get-permission-from-fitness-trainer-eat-tasty-cake_273609-27366.jpg", imageAlt: "satisfied customers heart icon" },
{ id: "m3", value: "0", title: "Added Chemicals", description: "We keep it 100% natural, always.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-small-tarts-xmas-tree-biscuits-black-plate-female-hand-grey-table-free-space_140725-59388.jpg", imageAlt: "sustainable farming icons food" },
]}
title="Quality Driven"
description="Our commitment to health in numbers."
@@ -204,51 +116,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{
id: "1",
title: "Best Cake Ever!",
quote: "I never thought healthy cakes could taste this decadent.",
name: "Sarah Miller",
role: "Foodie",
imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4690.jpg",
imageAlt: "happy customer healthy dessert",
},
{
id: "2",
title: "Guilt-Free!",
quote: "Finally, a cake that fits my diet and satisfies my sweet tooth.",
name: "Mark R.",
role: "Fitness Trainer",
imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-blueberry_1203-9418.jpg",
imageAlt: "man eating healthy cake",
},
{
id: "3",
title: "Simply Amazing",
quote: "The ingredients are clearly fresh, and the texture is perfect.",
name: "Elena K.",
role: "Nutritionist",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-buys-buns-bakery_1157-24677.jpg",
imageAlt: "person enjoying artisan cake",
},
{
id: "4",
title: "Pure Magic",
quote: "My kids love it, and I love that it's actually healthy.",
name: "Jenny L.",
role: "Parent",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-vlogger-content-creator-showing-her-homemade-breakfast-camera-eating-dessert_1258-254781.jpg",
imageAlt: "woman eating dessert healthy",
},
{
id: "5",
title: "New Favorite",
quote: "Pure Délice has replaced all other desserts in my house.",
name: "Tom B.",
role: "Chef",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273190.jpg",
imageAlt: "smiling healthy customer eating",
},
{ id: "1", title: "Best Cake Ever!", quote: "I never thought healthy cakes could taste this decadent.", name: "Sarah Miller", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4690.jpg", imageAlt: "happy customer healthy dessert" },
{ id: "2", title: "Guilt-Free!", quote: "Finally, a cake that fits my diet and satisfies my sweet tooth.", name: "Mark R.", role: "Fitness Trainer", imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-blueberry_1203-9418.jpg", imageAlt: "man eating healthy cake" },
{ id: "3", title: "Simply Amazing", quote: "The ingredients are clearly fresh, and the texture is perfect.", name: "Elena K.", role: "Nutritionist", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-buys-buns-bakery_1157-24677.jpg", imageAlt: "person enjoying artisan cake" },
{ id: "4", title: "Pure Magic", quote: "My kids love it, and I love that it's actually healthy.", name: "Jenny L.", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-vlogger-content-creator-showing-her-homemade-breakfast-camera-eating-dessert_1258-254781.jpg", imageAlt: "woman eating dessert healthy" },
{ id: "5", title: "New Favorite", quote: "Pure Délice has replaced all other desserts in my house.", name: "Tom B.", role: "Chef", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273190.jpg", imageAlt: "smiling healthy customer eating" },
]}
title="Loved by You"
description="See why our community loves Pure Délice."
@@ -258,16 +130,9 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
text="Ready to experience nature's dessert? Reach out for orders or catering."
buttons={[
{
text: "Send Message",
href: "#",
},
]}
buttons={[{ text: "Send Message", href: "#" }]}
/>
</div>
@@ -276,32 +141,8 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/plate-with-snack-bakery-desktop_23-2147852071.jpg"
logoText="Pure Délice"
columns={[
{
title: "Navigate",
items: [
{
label: "About",
href: "#about",
},
{
label: "Shop",
href: "#products",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms",
href: "#",
},
],
},
{ title: "Navigate", items: [{ label: "About", href: "#about" }, { label: "Shop", href: "#products" }, { label: "Order", href: "/order" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
]}
imageAlt="healthy artisan cake photography"
/>