5 Commits

Author SHA1 Message Date
d6d8f28abc Merge version_4 into main
Merge version_4 into main
2026-04-24 18:30:46 +00:00
123e2801a8 Update src/app/page.tsx 2026-04-24 18:30:43 +00:00
571293d78c Merge version_3 into main
Merge version_3 into main
2026-04-24 18:29:42 +00:00
dc226f2abd Update src/app/page.tsx 2026-04-24 18:29:36 +00:00
2013a2c65f Merge version_2 into main
Merge version_2 into main
2026-04-24 18:28:45 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
<HeroBillboard
background={{
variant: "gradient-bars"}}
title="Indulge in LA Cake World"
title="Luxury Artisan Desserts Delivered to Your Door"
description="Artisan cakes, handcrafted chocolates, and premium sweets made with love. Experience the finest desserts in the city."
buttons={[
{
@@ -99,6 +99,7 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardTwo
tag="Freshly Baked Daily"
animationType="slide-up"
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
@@ -230,4 +231,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}