diff --git a/src/app/page.tsx b/src/app/page.tsx index 869043c..634d185 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,17 +33,11 @@ export default function LandingPage() { @@ -52,38 +46,19 @@ export default function LandingPage() {
@@ -239,45 +146,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - title: "Exquisite quality", - quote: "The coat I purchased fits perfectly. The material quality is unmatched.", - name: "Sarah Miller", - role: "Architect", - imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-girls-shopping-clothes-shop_1301-6771.jpg", - }, + id: "t1", title: "Exquisite quality", quote: "The coat I purchased fits perfectly. The material quality is unmatched.", name: "Sarah Miller", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-girls-shopping-clothes-shop_1301-6771.jpg"}, { - id: "t2", - title: "Stunning details", - quote: "Strutura has become my go-to for tailored workwear. Sophisticated and comfortable.", - name: "James Chen", - role: "Creative Director", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-suit_1303-11255.jpg", - }, + id: "t2", title: "Stunning details", quote: "Strutura has become my go-to for tailored workwear. Sophisticated and comfortable.", name: "James Chen", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-suit_1303-11255.jpg"}, { - id: "t3", - title: "Modern fit", - quote: "Finally found jeans that are both comfortable and professional enough for the office.", - name: "Emily Watson", - role: "Marketing Head", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-drag-queen-talking-phone_23-2149556835.jpg", - }, + id: "t3", title: "Modern fit", quote: "Finally found jeans that are both comfortable and professional enough for the office.", name: "Emily Watson", role: "Marketing Head", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-drag-queen-talking-phone_23-2149556835.jpg"}, { - id: "t4", - title: "Effortless style", - quote: "The attention to detail in their blouses is incredible. Highly recommend.", - name: "David Thorne", - role: "Designer", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background_158538-9531.jpg", - }, + id: "t4", title: "Effortless style", quote: "The attention to detail in their blouses is incredible. Highly recommend.", name: "David Thorne", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background_158538-9531.jpg"}, { - id: "t5", - title: "Unrivalled service", - quote: "Beautiful collection. Every piece I own from Strutura feels premium.", - name: "Jessica Lee", - role: "Consultant", - imageSrc: "http://img.b2bpic.net/free-photo/dreamy-curly-woman-pink-suit-sitting-near-mirror_197531-16809.jpg", - }, + id: "t5", title: "Unrivalled service", quote: "Beautiful collection. Every piece I own from Strutura feels premium.", name: "Jessica Lee", role: "Consultant", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-curly-woman-pink-suit-sitting-near-mirror_197531-16809.jpg"}, ]} title="Client Stories" description="See why our customers love Strutura." @@ -290,30 +167,15 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "What is your shipping policy?", - content: "We offer free global shipping on orders over $200.", - }, + id: "q1", title: "What is your shipping policy?", content: "We offer free global shipping on orders over $200."}, { - id: "q2", - title: "Do you offer returns?", - content: "We accept returns within 30 days of purchase in original condition.", - }, + id: "q2", title: "Do you offer returns?", content: "We accept returns within 30 days of purchase in original condition."}, { - id: "q3", - title: "Are your materials sustainable?", - content: "We source all our fabrics from environmentally-conscious, certified mills.", - }, + id: "q3", title: "Are your materials sustainable?", content: "We source all our fabrics from environmentally-conscious, certified mills."}, { - id: "q4", - title: "How do I find my size?", - content: "Use our detailed size guide on each product page for precision.", - }, + id: "q4", title: "How do I find my size?", content: "Use our detailed size guide on each product page for precision."}, { - id: "q5", - title: "Can I visit your atelier?", - content: "Our showroom is open for private appointments by request.", - }, + id: "q5", title: "Can I visit your atelier?", content: "Our showroom is open for private appointments by request."}, ]} imageSrc="http://img.b2bpic.net/free-photo/sale-shopping-fashion-style-people-concept-elegant-young-man-choosing-footwear-mall_1157-48892.jpg" title="Frequently Asked" @@ -329,16 +191,10 @@ export default function LandingPage() { description="Have questions about our collection or sizing? Let us help." 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/chic-fashion-boutique-with-well-organized-clothing-racks_482257-118413.jpg" @@ -352,49 +208,31 @@ export default function LandingPage() { { items: [ { - label: "Shop", - href: "#products", - }, + label: "Shop", href: "#products"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, ], }, { items: [ { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Shipping", - href: "#", - }, + label: "Shipping", href: "#"}, ], }, { items: [ { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Twitter", - href: "#", - }, + label: "Twitter", href: "#"}, { - label: "Pinterest", - href: "#", - }, + label: "Pinterest", href: "#"}, ], }, ]}