Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d6d8f28abc | |||
| 123e2801a8 | |||
| 571293d78c | |||
| dc226f2abd | |||
| 2013a2c65f |
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
|||||||
<HeroBillboard
|
<HeroBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars"}}
|
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."
|
description="Artisan cakes, handcrafted chocolates, and premium sweets made with love. Experience the finest desserts in the city."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
@@ -99,6 +99,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
<ProductCardTwo
|
<ProductCardTwo
|
||||||
|
tag="Freshly Baked Daily"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
@@ -230,4 +231,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user