diff --git a/src/app/page.tsx b/src/app/page.tsx index bfd35d9..ea2ba69 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,175 +47,69 @@ export default function LandingPage() {
@@ -232,130 +118,36 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" gridVariant="four-items-2x2-equal-grid" - useInvertedBackground={false} + useInvertedBackground={true} + title="Artisanal Apparel Selection" + description="Browse our collection, featuring textures and patterns influenced by diverse global design heritages." products={[ - { - id: "1", - brand: "Brand X", - name: "Premium Cotton T-Shirt", - price: "$25", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-painting-jeans-with-sponge_23-2148754071.jpg", - }, - { - id: "2", - brand: "Brand X", - name: "Polyester Polo", - price: "$35", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/earphone-skatingboard-handbag-white-background_23-2147873357.jpg", - }, - { - id: "3", - brand: "Brand X", - name: "Heavyweight Hoodie", - price: "$55", - rating: 5, - reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-woman-pouring-detergent-clothes-laundry_839833-16100.jpg", - }, - { - id: "4", - brand: "Brand X", - name: "Canvas Cap", - price: "$20", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/craft-beer-concept-with-tattooed-man_23-2148110904.jpg", - }, - { - id: "5", - brand: "Brand X", - name: "Beanie", - price: "$15", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/tailoring-studio-with-sewing-machine-table_23-2148834137.jpg", - }, - { - id: "6", - brand: "Brand X", - name: "Denim Jacket", - price: "$85", - rating: 5, - reviewCount: "40", - imageSrc: "http://img.b2bpic.net/free-photo/turquoise-yellow-orange-colored-wool_23-2148242014.jpg", - }, + { id: "1", brand: "Heritage", name: "Textured Cotton Tee", price: "$30", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/white-sleeve-with-red-flowers-close-up_23-2148237616.jpg" }, + { id: "2", brand: "Heritage", name: "Floral Pattern Polo", price: "$40", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/turquoise-yellow-orange-colored-wool_23-2148242014.jpg" }, ]} - title="Quality Apparel" - description="Browse our curated selection of premium apparel waiting for your custom embroidery." />
@@ -364,39 +156,19 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "1", - title: "What's the typical turnaround time?", - content: "Our standard is 7-10 days, but we offer rush options for last-minute needs.", - }, - { - id: "2", - title: "Can I provide my own apparel?", - content: "Absolutely! We're happy to embroider garments you provide as long as the material is suitable.", - }, - { - id: "3", - title: "Is there a minimum order?", - content: "We work with projects of all sizes, from single items to bulk corporate orders.", - }, + { id: "1", title: "Can you customize traditional patterns?", content: "Yes, we specialize in adapting traditional textures and motifs for modern embroidery." }, + { id: "2", title: "Is the quality durable?", content: "We combine high-end gear with artistic attention to detail for long-lasting, vibrant results." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/front-view-tailoring-studio-with-sewing-machine-garments_23-2148834125.jpg" - mediaAnimation="slide-up" - title="Frequently Asked" - description="Common questions about our custom embroidery process." - faqsAnimation="slide-up" + title="Frequently Asked Questions" />
@@ -404,41 +176,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a7f8f0c..7d1b44c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #120a00e6; - --primary-cta: #E34400; + --background: #fcf6ec; + --card: #f3ede2; + --foreground: #2e2521; + --primary-cta: #a0522d; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #f3ede2; --secondary-cta-text: #120a00e6; - --accent: #e2e2e2; - --background-accent: #E34400; + --accent: #b2a28b; + --background-accent: #e6d7c5; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);