Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="smallMedium"
|
contentWidth="smallMedium"
|
||||||
sizing="mediumLargeSizeLargeTitles"
|
sizing="mediumLargeSizeLargeTitles"
|
||||||
background="aurora"
|
background="none"
|
||||||
cardStyle="solid"
|
cardStyle="solid"
|
||||||
primaryButtonStyle="primary-glow"
|
primaryButtonStyle="primary-glow"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="radial-glow"
|
||||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
|||||||
description="Discover our collection of handmade ceramic cups designed to elevate your daily beverage experience. Each cup is carefully crafted to bring warmth and joy to your home."
|
description="Discover our collection of handmade ceramic cups designed to elevate your daily beverage experience. Each cup is carefully crafted to bring warmth and joy to your home."
|
||||||
tag="Premium Ceramics"
|
tag="Premium Ceramics"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
background={{ variant: "aurora" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/high-view-bowls-mugs-pottery-concept_23-2148679111.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/high-view-bowls-mugs-pottery-concept_23-2148679111.jpg"
|
||||||
imageAlt="Beautiful collection of artisanal ceramic cups"
|
imageAlt="Beautiful collection of artisanal ceramic cups"
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
|||||||
tag="Popular Items"
|
tag="Popular Items"
|
||||||
tagIcon={Package}
|
tagIcon={Package}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
products={[
|
products={[
|
||||||
@@ -107,7 +107,7 @@ export default function LandingPage() {
|
|||||||
tag="Quality Commitment"
|
tag="Quality Commitment"
|
||||||
tagIcon={CheckCircle}
|
tagIcon={CheckCircle}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
animationType="blur-reveal"
|
animationType="blur-reveal"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
@@ -180,7 +180,7 @@ export default function LandingPage() {
|
|||||||
id: "4", title: "How do you handle shipping?", content: "We use premium packaging to ensure your cups arrive in perfect condition. Standard shipping is 5-7 business days, with expedited options available."
|
id: "4", title: "How do you handle shipping?", content: "We use premium packaging to ensure your cups arrive in perfect condition. Standard shipping is 5-7 business days, with expedited options available."
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
accordionAnimationType="smooth"
|
accordionAnimationType="smooth"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user