diff --git a/src/app/page.tsx b/src/app/page.tsx index ec423ba..41f9d72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,125 +20,79 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="background-highlight" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -151,19 +105,13 @@ export default function LandingPage() { description="We believe in clothing that bridges the gap between style and sustainability. Our pieces are crafted from premium materials that look as good as they feel." bulletPoints={[ { - title: "Premium Materials", - description: "100% organic cotton and sustainable blends.", - }, + title: "Premium Materials", description: "100% organic cotton and sustainable blends."}, { - title: "Ethical Sourcing", - description: "Fair wages and safe conditions for all workers.", - }, + title: "Ethical Sourcing", description: "Fair wages and safe conditions for all workers."}, { - title: "Timeless Design", - description: "Classic silhouettes built to last for seasons.", - }, + title: "Timeless Design", description: "Classic silhouettes built to last for seasons."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/blue-blouse-made-silk_23-2148237590.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/blue-blouse-made-silk_23-2148237590.jpg" mediaAnimation="slide-up" imageAlt="sustainable clothing fabric detail" /> @@ -173,50 +121,21 @@ export default function LandingPage() { @@ -381,16 +233,10 @@ export default function LandingPage() { description="Have questions? Send us a message." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} imageSrc="http://img.b2bpic.net/free-photo/indoor-shot-beautiful-happy-student-girl-blue-sweatshirt-using-wireless-headphones-having-online-examination-sitting-home-people-education-learning-technology-electronic-gadgets_343059-1924.jpg" @@ -402,13 +248,9 @@ export default function LandingPage() {