From fded8189dea3ccc75acfc3082bb630e7cb35e181 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 23:19:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 285 +++++++++++------------------------------------ 1 file changed, 63 insertions(+), 222 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 19e64e9..2f8c2e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,23 +32,15 @@ export default function LandingPage() { @@ -56,109 +48,32 @@ export default function LandingPage() {
@@ -169,32 +84,20 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - title: "SEO Optimization", - descriptions: [ - "Drive organic traffic with high-performance search strategies.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/phone-connected-headphones_1162-134.jpg", - }, + id: "f1", title: "Premium Leather Jackets", descriptions: [ + "Handcrafted comfort that only gets better with age."], + imageSrc: "https://img.b2bpic.net/free-photo/woman-leather-jacket_144627-1488.jpg"}, { - id: "f2", - title: "Social Media", - descriptions: [ - "Creative campaigns that engage and convert across platforms.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443503.jpg", - }, + id: "f2", title: "Designer Bags", descriptions: [ + "Sophisticated designs for the modern traveler."], + imageSrc: "https://img.b2bpic.net/free-photo/leather-bag-fashion_1203-1250.jpg"}, { - id: "f3", - title: "Performance Ads", - descriptions: [ - "ROI-focused advertising campaigns tailored for growth.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/street-billboard_187299-47487.jpg", - }, + id: "f3", title: "Exquisite Jewelry", descriptions: [ + "Artisan-made accessories to complete your look."], + imageSrc: "https://img.b2bpic.net/free-photo/gold-jewelry-collection_144627-4560.jpg"}, ]} - title="Our Digital Services" - description="Full-cycle digital agency services designed to amplify your market reach and optimize your customer journey." + title="Curated Collections" + description="Discover our exclusive range of high-quality products, carefully selected for style and endurance." /> @@ -205,35 +108,20 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "150%", - title: "Average Growth", - items: [ - "Client revenue increase", - "Year over year", - ], + id: "m1", value: "10+ years", title: "Expertise", items: [ + "Master artisans", "Timeless tradition"], }, { - id: "m2", - value: "200+", - title: "Projects", - items: [ - "Completed campaigns", - "Successfully launched", - ], + id: "m2", value: "100%", title: "Satisfaction", items: [ + "Premium sourcing", "Customer care"], }, { - id: "m3", - value: "50+", - title: "Partners", - items: [ - "Global brands served", - "Across 10 countries", - ], + id: "m3", value: "5k+", title: "Happy Customers", items: [ + "Global reach", "Quality focus"], }, ]} - title="Measured Results" - description="We believe in transparency. Here are the core metrics that define our agency performance." + title="Quality Standards" + description="We hold ourselves to the highest standards of materials and design." /> @@ -242,47 +130,18 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Microsoft", - "Google", - "Amazon", - "Salesforce", - "Adobe", - "Shopify", - "HubSpot", - ]} - title="Trusted by Leaders" - description="Working with industry pioneers to deliver digital excellence." + "Vogue Style", "Fashion Weekly", "Design Monthly", "Leather Journal", "Accessory Insider"]} + title="Featured In" + description="Recognized by leading fashion and lifestyle publications for quality and design." />
@@ -294,23 +153,14 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "faq1", - title: "What is the onboarding process?", - content: "We follow a 4-step discovery and strategy process to align with your business goals.", - }, + id: "faq1", title: "How do I care for my leather?", content: "Use a gentle leather conditioner and keep away from prolonged direct moisture."}, { - id: "faq2", - title: "How do we track success?", - content: "We provide weekly detailed reporting based on your chosen key performance indicators.", - }, + id: "faq2", title: "What is your return policy?", content: "We offer a 30-day return policy on all non-custom items in original condition."}, { - id: "faq3", - title: "Can we scale services?", - content: "Yes, our packages are designed to scale as your brand grows and needs shift.", - }, + id: "faq3", title: "Do you ship globally?", content: "Yes, we ship to most locations worldwide with tracked shipping options."}, ]} - title="Common Questions" - description="Everything you need to know about partnering with Artistrylab." + title="Customer FAQs" + description="Got questions? We have answers." faqsAnimation="slide-up" />
@@ -319,51 +169,42 @@ export default function LandingPage() {