@@ -111,24 +71,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Super T Stitching",
- description: "The heavy-gauge, high-contrast signature stitch that changed the premium denim world forever.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-making-origami-with-japanese-paper_23-2149048364.jpg",
- imageAlt: "Stitching detail",
- },
- {
- title: "Distressed Washes",
- description: "Hand-finished, authentic vintage washes that capture the spirit of California’s restless lifestyle.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric-texture_23-2148952732.jpg",
- imageAlt: "Denim wash",
- },
- {
- title: "Iconic Horseshoe",
- description: "A symbol of quality, originality, and the rebellious spirit of Los Angeles rock & roll.",
- imageSrc: "http://img.b2bpic.net/free-photo/elegant-black-ferromagnetic-liquid-metal-with-copy-space_23-2148253597.jpg",
- imageAlt: "Sustainable denim",
- },
+ { title: "Super T Stitching", description: "The heavy-gauge, high-contrast signature stitch that changed the premium denim world forever.", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-origami-with-japanese-paper_23-2149048364.jpg", imageAlt: "Stitching detail" },
+ { title: "Distressed Washes", description: "Hand-finished, authentic vintage washes that capture the spirit of California’s restless lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric-texture_23-2148952732.jpg", imageAlt: "Denim wash" },
+ { title: "Iconic Horseshoe", description: "A symbol of quality, originality, and the rebellious spirit of Los Angeles rock & roll.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-black-ferromagnetic-liquid-metal-with-copy-space_23-2148253597.jpg", imageAlt: "Sustainable denim" }
]}
title="Our Signature DNA"
description="The elements that made us iconic are the foundation of our future."
@@ -137,31 +82,14 @@ export default function LandingPage() {
@@ -192,60 +112,14 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah Johnson",
- role: "Influencer",
- company: "CultureStyle",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-adult-woman-bright-pink-glasses-takes-selfie-her-smartphone-cool-woman-oversized-denim-jacket-posing_197531-19206.jpg",
- },
- {
- id: "2",
- name: "Michael Chen",
- role: "Editor",
- company: "HypeDaily",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/trumpet-player-chilling-chair_23-2147624325.jpg",
- },
- {
- id: "3",
- name: "Emily Rodriguez",
- role: "Collector",
- company: "DenimArchive",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-casual-summer-clothes_158538-10241.jpg",
- },
- {
- id: "4",
- name: "David Kim",
- role: "Trend Analyst",
- company: "StyleTech",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-creative-tailor-her-workshop_329181-14331.jpg",
- },
- {
- id: "5",
- name: "Alex Rivera",
- role: "Brand Strategist",
- company: "ReviveInc",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-woman-with-red-lips_158538-4167.jpg",
- },
+ { id: "1", name: "Sarah Johnson", role: "Influencer", company: "CultureStyle", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-adult-woman-bright-pink-glasses-takes-selfie-her-smartphone-cool-woman-oversized-denim-jacket-posing_197531-19206.jpg" },
+ { id: "2", name: "Michael Chen", role: "Editor", company: "HypeDaily", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/trumpet-player-chilling-chair_23-2147624325.jpg" },
+ { id: "3", name: "Emily Rodriguez", role: "Collector", company: "DenimArchive", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-casual-summer-clothes_158538-10241.jpg" }
]}
kpiItems={[
- {
- value: "20+",
- label: "Years of Heritage",
- },
- {
- value: "40%",
- label: "Gen Z Growth",
- },
- {
- value: "100+",
- label: "Global Collaborations",
- },
+ { value: "20+", label: "Years of Heritage" },
+ { value: "40%", label: "Gen Z Growth" },
+ { value: "100+", label: "Global Collaborations" }
]}
title="Voices of the Revival"
description="What industry insiders and trendsetters are saying about True Religion's next chapter."
@@ -258,26 +132,11 @@ export default function LandingPage() {
title="Join the Revival"
description="Interested in retail partnerships, wholesale, or press inquiries? Let's connect."
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Your Name",
- },
- {
- name: "email",
- type: "email",
- placeholder: "Email Address",
- },
- {
- name: "subject",
- type: "text",
- placeholder: "Subject",
- },
+ { name: "name", type: "text", placeholder: "Your Name" },
+ { name: "email", type: "email", placeholder: "Email Address" },
+ { name: "subject", type: "text", placeholder: "Subject" }
]}
- textarea={{
- name: "message",
- placeholder: "How can we help?",
- }}
+ textarea={{ name: "message", placeholder: "How can we help?" }}
imageSrc="http://img.b2bpic.net/free-photo/empty-therapist-office-with-modern-furniture-decorations_482257-108008.jpg"
/>
@@ -285,57 +144,9 @@ export default function LandingPage() {