4 Commits

Author SHA1 Message Date
6d8e4dfb9b Merge version_4 into main
Merge version_4 into main
2026-05-11 08:02:33 +00:00
f7b5166914 Update src/app/page.tsx 2026-05-11 08:02:27 +00:00
6b2ec9b2c4 Update src/app/page.tsx 2026-05-11 08:01:15 +00:00
17b4ed7c6e Merge version_2 into main
Merge version_2 into main
2026-05-11 07:59:34 +00:00

View File

@@ -47,6 +47,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitTestimonial <HeroSplitTestimonial
tag="Trusted by 5,000+ local foodies"
background={{ background={{
variant: "gradient-bars"}} variant: "gradient-bars"}}
title="Sweet Creations from Dadoo Bakers" title="Sweet Creations from Dadoo Bakers"
@@ -70,7 +71,7 @@ export default function LandingPage() {
]} ]}
buttons={[ buttons={[
{ {
text: "Order via WhatsApp", href: "https://wa.me/yournumber"}, text: "Order Your Custom Cake", href: "https://wa.me/yournumber"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097755.jpg" imageSrc="http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097755.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -197,7 +198,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "b1", badge: "Silver", price: "$50", subtitle: "Perfect for birthdays", buttons: [ id: "b1", badge: "Silver", price: "$50", subtitle: "For small gatherings", buttons: [
{ {
text: "WhatsApp Order", href: "#"}, text: "WhatsApp Order", href: "#"},
], ],
@@ -205,7 +206,7 @@ export default function LandingPage() {
"1 Cake", "12 Cupcakes"], "1 Cake", "12 Cupcakes"],
}, },
{ {
id: "b2", badge: "Gold", price: "$120", subtitle: "Perfect for weddings", buttons: [ id: "b2", badge: "Gold", price: "$120", subtitle: "For big celebrations", buttons: [
{ {
text: "WhatsApp Order", href: "#"}, text: "WhatsApp Order", href: "#"},
], ],