Update src/app/page.tsx
This commit is contained in:
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="small"
|
contentWidth="small"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="floatingGradient"
|
background="circleGradient"
|
||||||
cardStyle="glass-depth"
|
cardStyle="glass-depth"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="shadow"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="solid"
|
||||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
|||||||
<HeroBillboardRotatedCarousel
|
<HeroBillboardRotatedCarousel
|
||||||
title="Artisan Florals for Every Moment"
|
title="Artisan Florals for Every Moment"
|
||||||
description="Discover handcrafted flower arrangements that tell your story. From intimate occasions to grand celebrations, Mamango brings nature's beauty to life with premium blooms and thoughtful design."
|
description="Discover handcrafted flower arrangements that tell your story. From intimate occasions to grand celebrations, Mamango brings nature's beauty to life with premium blooms and thoughtful design."
|
||||||
background={{ variant: "floatingGradient" }}
|
background={{ variant: "plain" }}
|
||||||
tag="Premium Floral Design"
|
tag="Premium Floral Design"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -141,6 +141,7 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
animationType="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user