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