Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Sparkles, Truck, Dress, Instagram, Facebook, Twitter } from 'lucide-react';
|
||||
import { Sparkles, Truck, ShoppingCart, Instagram, Facebook, Twitter } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmall"
|
||||
background="circleGradient"
|
||||
background="aurora"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
{ text: "Shop Collection", href: "#products" },
|
||||
{ text: "Contact Us", href: "#contact" }
|
||||
]}
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "aurora" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sexual-blond-woman-black-dress-chair-luxury-apartments_613910-7014.jpg"
|
||||
imageAlt="luxury fashion model elegant styling"
|
||||
frameStyle="card"
|
||||
@@ -90,7 +90,7 @@ export default function LandingPage() {
|
||||
label: "Premium Quality Fabrics", value: "Hand-picked materials designed for comfort and elegance"
|
||||
},
|
||||
{
|
||||
icon: Dress,
|
||||
icon: ShoppingCart,
|
||||
label: "Unique Designer Styles", value: "Stand out with exclusive fashion collections"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user