Update src/app/page.tsx

This commit is contained in:
2026-02-07 18:35:25 +00:00
parent 13aba0304c
commit ba4cc9f0de

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSmallSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
@@ -48,7 +48,7 @@ export default function LandingPage() {
{ text: "Explore Products", href: "products" },
{ text: "Learn More", href: "about" }
]}
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
imageSrc="https://img.b2bpic.net/free-photo/young-woman-close-up-holding-moisturizer-demonstrates_651396-1781.jpg"
imageAlt="Luxury skincare products and natural ingredients"
frameStyle="card"
@@ -187,7 +187,7 @@ export default function LandingPage() {
tagIcon={Mail}
title="Glow with Luminous Updates"
description="Subscribe to receive skincare tips, exclusive product launches, and special offers directly to your inbox."
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground="noInvert"
inputPlaceholder="Enter your email"
buttonText="Subscribe"