Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-07 12:41:45 +00:00

View File

@@ -16,27 +16,22 @@ export default function LandingPage() {
defaultButtonVariant="elastic-effect"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
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="Cup of Cake"
/>
@@ -44,39 +39,18 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Cup of Cake"
description="Delicious Cakes, Cupcakes & Coffee in Saldanha"
tag="Freshly Baked"
buttons={[
{
text: "Order Now",
href: "https://wa.me/27227140696",
},
]}
buttons={[{ text: "Order Now", href: "https://wa.me/27227140696" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-donuts-concept_23-2148761711.jpg?_wi=1",
imageAlt: "Bakery interior",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-donuts-concept_23-2148761711.jpg", imageAlt: "Bakery interior"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-plate-sweet-dessert-with-chocolate-tea-sieve-berries-red-napkin-side-marble-background_140725-136022.jpg?_wi=1",
imageAlt: "Red velvet cupcake",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/carrot-cake-slice-with-cream-cheese-frosting_123827-37144.jpg?_wi=1",
imageAlt: "Carrot cake slice",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cheesecake-with-strawberries-wooden-table_123827-36049.jpg?_wi=1",
imageAlt: "Creamy cheesecake",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/sun-rays-lie-colorful-macaroons-glass-plate_8353-346.jpg?_wi=1",
imageAlt: "Colorful macarons",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-plate-sweet-dessert-with-chocolate-tea-sieve-berries-red-napkin-side-marble-background_140725-136022.jpg", imageAlt: "Red velvet cupcake"
}
]}
mediaAnimation="slide-up"
rating={5}
@@ -89,8 +63,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="About Us"
description={[
"A cozy bakery and coffee shop in Saldanha known for freshly baked cupcakes, delicious cakes, and warm friendly service.",
"We believe that every treat should be a moment of happiness. Using only the finest ingredients, we bake everything from scratch daily.",
"A cozy bakery and coffee shop in Saldanha known for freshly baked cupcakes, delicious cakes, and warm friendly service.", "We believe that every treat should be a moment of happiness. Using only the finest ingredients, we bake everything from scratch daily."
]}
/>
</div>
@@ -102,117 +75,24 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Red Velvet Cupcake",
price: "R35",
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-plate-sweet-dessert-with-chocolate-tea-sieve-berries-red-napkin-side-marble-background_140725-136022.jpg?_wi=2",
},
{
id: "2",
name: "Carrot Cake",
price: "R45",
imageSrc: "http://img.b2bpic.net/free-photo/carrot-cake-slice-with-cream-cheese-frosting_123827-37144.jpg?_wi=2",
},
{
id: "3",
name: "Milkshakes",
price: "R50",
imageSrc: "http://img.b2bpic.net/free-photo/apple-cocktail-with-flowers-hand_140725-407.jpg?_wi=1",
},
{
id: "4",
name: "Cheesecake",
price: "R55",
imageSrc: "http://img.b2bpic.net/free-photo/cheesecake-with-strawberries-wooden-table_123827-36049.jpg?_wi=2",
},
{
id: "5",
name: "Chocolate Muffin",
price: "R30",
imageSrc: "http://img.b2bpic.net/free-photo/top-closer-view-little-delicious-cakes-with-cream-along-with-berries_140725-32595.jpg?_wi=1",
},
{
id: "6",
name: "Macarons",
price: "R20",
imageSrc: "http://img.b2bpic.net/free-photo/sun-rays-lie-colorful-macaroons-glass-plate_8353-346.jpg?_wi=2",
},
{ id: "1", name: "Red Velvet Cupcake", price: "R35", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-plate-sweet-dessert-with-chocolate-tea-sieve-berries-red-napkin-side-marble-background_140725-136022.jpg" },
{ id: "2", name: "Carrot Cake", price: "R45", imageSrc: "http://img.b2bpic.net/free-photo/carrot-cake-slice-with-cream-cheese-frosting_123827-37144.jpg" },
{ id: "3", name: "Milkshakes", price: "R50", imageSrc: "http://img.b2bpic.net/free-photo/apple-cocktail-with-flowers-hand_140725-407.jpg" }
]}
title="Our Favorites"
description="Freshly baked delights made with love."
/>
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardSixteen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="What Our Customers Say"
description="Hear from our lovely community about their favorite sweet treats."
kpiItems={[
{
value: "500+",
label: "Happy Customers",
},
{
value: "100%",
label: "Handmade",
},
{
value: "4.9",
label: "Avg. Rating",
},
]}
testimonials={[
{
id: "t1",
name: "Sarah Miller",
role: "Local Resident",
company: "Saldanha",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-plate-sweet-dessert-with-chocolate-tea-sieve-berries-red-napkin-side-marble-background_140725-136022.jpg?_wi=3",
},
{
id: "t2",
name: "John Doe",
role: "Frequent Visitor",
company: "Bakery Lover",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/carrot-cake-slice-with-cream-cheese-frosting_123827-37144.jpg?_wi=3",
},
{
id: "t3",
name: "Jane Smith",
role: "Coffee Enthusiast",
company: "Local",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/apple-cocktail-with-flowers-hand_140725-407.jpg?_wi=2",
},
{
id: "t4",
name: "Mike Ross",
role: "Student",
company: "Visitor",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-closer-view-little-delicious-cakes-with-cream-along-with-berries_140725-32595.jpg?_wi=2",
},
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Contact"
title="Visit Us"
description="37 Main Road, Saldanha. Open Tuesday Saturday. Phone: +27 22 714 0696"
inputPlaceholder="Enter your email for updates"
imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-donuts-concept_23-2148761711.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-donuts-concept_23-2148761711.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -221,31 +101,17 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Quick Links",
items: [
{
label: "Home",
href: "#hero",
},
{
label: "Menu",
href: "#menu",
},
],
title: "Quick Links", items: [
{ label: "Home", href: "#hero" },
{ label: "Menu", href: "#menu" }
]
},
{
title: "Info",
items: [
{
label: "Contact",
href: "#contact",
},
{
label: "Location",
href: "#contact",
},
],
},
title: "Info", items: [
{ label: "Contact", href: "#contact" },
{ label: "Location", href: "#contact" }
]
}
]}
logoText="Cup of Cake"
copyrightText="© 2026 Cup of Cake Saldanha"