diff --git a/src/app/page.tsx b/src/app/page.tsx
index b750250..8d527ec 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
@@ -60,8 +50,7 @@ export default function LandingPage() {
@@ -136,41 +105,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Liquid Hoodie",
- price: "$399",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-posing-with-hoodie_23-2149359814.jpg",
- },
+ id: "p1", name: "Liquid Hoodie", price: "$399", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-posing-with-hoodie_23-2149359814.jpg"},
{
- id: "p2",
- name: "Silk Runway Jacket",
- price: "$899",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhaired-woman-with-hat-white-glove_23-2149677011.jpg",
- },
+ id: "p2", name: "Silk Runway Jacket", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhaired-woman-with-hat-white-glove_23-2149677011.jpg"},
{
- id: "p3",
- name: "Metallic Denim",
- price: "$450",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-shopping-bags_1157-33431.jpg",
- },
+ id: "p3", name: "Metallic Denim", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-shopping-bags_1157-33431.jpg"},
{
- id: "p4",
- name: "Cyber Boots",
- price: "$650",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-woman-with-prosthesis_23-2150585978.jpg",
- },
+ id: "p4", name: "Cyber Boots", price: "$650", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-woman-with-prosthesis_23-2150585978.jpg"},
{
- id: "p5",
- name: "Neon Silk Shirt",
- price: "$299",
- imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-casual-summer-clothes_158538-10314.jpg",
- },
+ id: "p5", name: "Neon Silk Shirt", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-casual-summer-clothes_158538-10314.jpg"},
{
- id: "p6",
- name: "Futuristic Tote",
- price: "$520",
- imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-basket_23-2150329682.jpg",
- },
+ id: "p6", name: "Futuristic Tote", price: "$520", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-basket_23-2150329682.jpg"},
]}
title="New Arrivals"
description="Exclusive pieces from our latest liquid-fabric collection."
@@ -180,29 +125,15 @@ export default function LandingPage() {
@@ -284,20 +178,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "What is Liquid Fabric?",
- content: "Our proprietary blend of synthetic polymers and silk, designed to shift color and shimmer based on lighting.",
- },
+ id: "q1", title: "What is Liquid Fabric?", content: "Our proprietary blend of synthetic polymers and silk, designed to shift color and shimmer based on lighting."},
{
- id: "q2",
- title: "Do you ship globally?",
- content: "Yes, ZUDIO ships to all major international cities using carbon-neutral logistics.",
- },
+ id: "q2", title: "Do you ship globally?", content: "Yes, ZUDIO ships to all major international cities using carbon-neutral logistics."},
{
- id: "q3",
- title: "Can I return products?",
- content: "Our luxury pieces are custom-finished. We accept returns within 14 days of delivery.",
- },
+ id: "q3", title: "Can I return products?", content: "Our luxury pieces are custom-finished. We accept returns within 14 days of delivery."},
]}
title="Fashion Queries"
description="Everything you need to know about your ZUDIO experience."
@@ -312,16 +197,10 @@ export default function LandingPage() {
description="Contact our showroom team for exclusive access and private consultations."
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/home-automation-concept_23-2148994148.jpg"
@@ -333,29 +212,19 @@ export default function LandingPage() {
logoText="ZUDIO"
columns={[
{
- title: "Explore",
- items: [
+ title: "Explore", items: [
{
- label: "Shop",
- href: "#products",
- },
+ label: "Shop", href: "#products"},
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
{
- label: "Terms",
- href: "#",
- },
+ label: "Terms", href: "#"},
],
},
]}