Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-02 20:08:17 +00:00

View File

@@ -29,71 +29,29 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Contact", id: "contact" },
]}
brandName="Sweet Home Treats"
button={{ text: "Order Now", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "rotated-rays-animated",
}}
background={{ variant: "rotated-rays-animated" }}
title="Sweet Home-Made Delights"
description="Artisanal cakes and brownies crafted with love in my home kitchen. Fresh, natural ingredients delivered to your door."
buttons={[
{
text: "View Menu",
href: "#menu",
},
]}
buttons={[{ text: "View Menu", href: "#menu" }]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-appetizing-cake-blue-plate-cake-table_140725-123517.jpg?_wi=1",
imageAlt: "Cake slide 1",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-roll-cake-inside-plate-with-apples-strawberries-colored-desk-cake-biscuit-sweet-fruit-bake-dough_140725-23020.jpg",
imageAlt: "Cake slide 2",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-table_23-2149141835.jpg",
imageAlt: "Cake slide 3",
},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-brownies-food-photography-recipe-idea_53876-137592.jpg",
imageAlt: "Cake slide 4",
},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-sausages-wrapped-puff-pastry_114579-44409.jpg",
imageAlt: "Cake slide 5",
},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-freshly-baked-brownies-wooden-board_181624-23421.jpg",
imageAlt: "Cake slide 6",
},
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-appetizing-cake-blue-plate-cake-table_140725-123517.jpg", imageAlt: "Cake slide 1" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-roll-cake-inside-plate-with-apples-strawberries-colored-desk-cake-biscuit-sweet-fruit-bake-dough_140725-23020.jpg", imageAlt: "Cake slide 2" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-table_23-2149141835.jpg", imageAlt: "Cake slide 3" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/homemade-brownies-food-photography-recipe-idea_53876-137592.jpg", imageAlt: "Cake slide 4" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/tasty-sausages-wrapped-puff-pastry_114579-44409.jpg", imageAlt: "Cake slide 5" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-freshly-baked-brownies-wooden-board_181624-23421.jpg", imageAlt: "Cake slide 6" },
]}
/>
</div>
@@ -103,10 +61,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Baked with Love"
description={[
"I started my journey in a small kitchen, fuelled by a passion for baking traditional recipes with a modern twist.",
"Every item is prepared from scratch using farm-fresh eggs, real butter, and the finest cocoa.",
"My mission is simple: to bring joy to your table with cakes and brownies that taste like home.",
]}
"I started my journey in a small kitchen, fuelled by a passion for baking traditional recipes with a modern twist.", "Every item is prepared from scratch using farm-fresh eggs, real butter, and the finest cocoa.", "My mission is simple: to bring joy to your table with cakes and brownies that taste like home."]}
/>
</div>
@@ -117,48 +72,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Classic Chocolate Cake",
price: "$25",
variant: "Whole Cake",
imageSrc: "http://img.b2bpic.net/free-photo/loaf-homemade-bread-wooden-cutting-board_53876-98267.jpg",
},
{
id: "p2",
name: "Fudge Brownie Tray",
price: "$15",
variant: "12 Pieces",
imageSrc: "http://img.b2bpic.net/free-photo/pieces-cakey-brownie_181624-58713.jpg",
},
{
id: "p3",
name: "Vanilla Berry Sponge",
price: "$28",
variant: "Whole Cake",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-cake-teapot_23-2148395188.jpg",
},
{
id: "p4",
name: "Salted Caramel Brownies",
price: "$18",
variant: "12 Pieces",
imageSrc: "http://img.b2bpic.net/free-photo/four-colorful-sweet-doughnuts-white-surface_114579-32362.jpg",
},
{
id: "p5",
name: "Cheesecake Delight",
price: "$30",
variant: "Whole Cake",
imageSrc: "http://img.b2bpic.net/free-photo/dessert-flowers-table-flat-lay_23-2149629056.jpg",
},
{
id: "p6",
name: "Almond Fudge Brownie",
price: "$20",
variant: "12 Pieces",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-chocolate-cake-wooden-table_23-2147802591.jpg",
},
{ id: "p1", name: "Classic Chocolate Cake", price: "$25", variant: "Whole Cake", imageSrc: "http://img.b2bpic.net/free-photo/loaf-homemade-bread-wooden-cutting-board_53876-98267.jpg" },
{ id: "p2", name: "Fudge Brownie Tray", price: "$15", variant: "12 Pieces", imageSrc: "http://img.b2bpic.net/free-photo/pieces-cakey-brownie_181624-58713.jpg" },
{ id: "p3", name: "Vanilla Berry Sponge", price: "$28", variant: "Whole Cake", imageSrc: "http://img.b2bpic.net/free-photo/homemade-cake-teapot_23-2148395188.jpg" },
{ id: "p4", name: "Salted Caramel Brownies", price: "$18", variant: "12 Pieces", imageSrc: "http://img.b2bpic.net/free-photo/four-colorful-sweet-doughnuts-white-surface_114579-32362.jpg" },
{ id: "p5", name: "Cheesecake Delight", price: "$30", variant: "Whole Cake", imageSrc: "http://img.b2bpic.net/free-photo/dessert-flowers-table-flat-lay_23-2149629056.jpg" },
{ id: "p6", name: "Almond Fudge Brownie", price: "$20", variant: "12 Pieces", imageSrc: "http://img.b2bpic.net/free-photo/still-life-chocolate-cake-wooden-table_23-2147802591.jpg" },
]}
title="Our Signature Treats"
description="Discover our favorite collection of cakes and brownies."
@@ -172,26 +91,11 @@ export default function LandingPage() {
rating={5}
author="Sarah M."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/joyful-beautiful-gardener-girl-uniform-wearing-gardening-hat-raising-pumpkin-isolated-pink-background_141793-64332.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/fashionable-male-with-beard-appeasing-hunger-while-dining-alone-modern-restaurant-sunny-day-eating-meal-with-knife-fork_273609-1966.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/be-my-valentine_1098-15263.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/image-male-cook-holding-raw-mushrooms-with-happy-expression-white_114579-88822.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/smiling-young-woman-serving-pastry-cake-female-customer-coffee-shop_23-2148028059.jpg",
alt: "Customer 5",
},
{ src: "http://img.b2bpic.net/free-photo/joyful-beautiful-gardener-girl-uniform-wearing-gardening-hat-raising-pumpkin-isolated-pink-background_141793-64332.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/fashionable-male-with-beard-appeasing-hunger-while-dining-alone-modern-restaurant-sunny-day-eating-meal-with-knife-fork_273609-1966.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/be-my-valentine_1098-15263.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/image-male-cook-holding-raw-mushrooms-with-happy-expression-white_114579-88822.jpg", alt: "Customer 4" },
{ src: "http://img.b2bpic.net/free-photo/smiling-young-woman-serving-pastry-cake-female-customer-coffee-shop_23-2148028059.jpg", alt: "Customer 5" },
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -203,21 +107,9 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Do you deliver?",
content: "Yes, we offer local home delivery within a 15km radius.",
},
{
id: "q2",
title: "How far in advance should I order?",
content: "Please order at least 48 hours in advance for custom cake orders.",
},
{
id: "q3",
title: "Are your ingredients natural?",
content: "Absolutely! We use only premium quality ingredients with no artificial preservatives.",
},
{ id: "q1", title: "Do you deliver?", content: "Yes, we offer local home delivery within a 15km radius." },
{ id: "q2", title: "How far in advance should I order?", content: "Please order at least 48 hours in advance for custom cake orders." },
{ id: "q3", title: "Are your ingredients natural?", content: "Absolutely! We use only premium quality ingredients with no artificial preservatives." },
]}
title="Common Questions"
description="Got questions about our ingredients or delivery?"
@@ -228,15 +120,13 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Let's Chat"
title="Ready to order your dream cake?"
description="Fill in your email below to get our order form and latest seasonal menu."
mediaAnimation="slide-up"
inputPlaceholder="Enter your email"
imageSrc="http://img.b2bpic.net/free-photo/top-close-up-view-appetizing-cake-blue-plate-cake-table_140725-123517.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/top-close-up-view-appetizing-cake-blue-plate-cake-table_140725-123517.jpg"
imageAlt="Fresh bakery kitchen"
/>
</div>