Update src/app/page.tsx
This commit is contained in:
@@ -8,7 +8,6 @@ import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import { Shield, Sparkles } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -95,6 +94,7 @@ export default function LandingPage() {
|
||||
{ name: "adresse", type: "text", placeholder: "Adresse de livraison", required: true },
|
||||
{ name: "taille", type: "text", placeholder: "Taille (S, M, L, XL)", required: true }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZvtxr03amwKmm5R8isWd2lFfr/uploaded-1778382716225-i152dt5p.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user