diff --git a/src/app/page.tsx b/src/app/page.tsx index be916b7..07e2edd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Award, Heart, Instagram, Layers, Leaf, LinkedIn, Mail, MessageCircle, Sparkles, Star, Twitter } from 'lucide-react'; +import { Award, Heart, Instagram, Layers, Leaf, Linkedin, Mail, MessageCircle, Sparkles, Star, Twitter } from 'lucide-react'; export default function LandingPage() { return ( @@ -156,13 +156,13 @@ export default function LandingPage() { id: "1", title: "Finally found my uniform", quote: "Hollow District's minimalist approach to fashion completely changed how I shop. I now have a cohesive wardrobe of pieces that work together perfectly. Quality is exceptional.", name: "Sarah Mitchell", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-woman-portrait_23-2148148150.jpg", imageAlt: "Sarah Mitchell portrait" }, { - id: "2", title: "Sustainable without compromise", quote: "I was skeptical about sustainable fashion, but Hollow District proves you don't have to sacrifice style. The craftsmanship is evident in every detail.", name: "Marcus Chen", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marcus Chen portrait" + id: "2", title: "Sustainable without compromise", quote: "I was skeptical about sustainable fashion, but Hollow District proves you don't have to sacrifice style. The craftsmanship is evident in every detail.", name: "Marcus Chen", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Chen portrait" }, { id: "3", title: "Timeless investment pieces", quote: "These aren't just clothes, they're investments. After two years of regular wear, my Hollow District pieces look brand new. Worth every penny.", name: "Elena Rodriguez", role: "Writer & Editor", imageSrc: "http://img.b2bpic.net/free-photo/spanish-woman-with-purple-hair-bright-makeup-looking-sad_181624-54437.jpg", imageAlt: "Elena Rodriguez portrait" }, { - id: "4", title: "Minimal closet, maximum style", quote: "With just 20 pieces, I have hundreds of outfit combinations. Hollow District's design philosophy is genius. I feel more confident and less overwhelmed.", name: "David Kim", role: "Product Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Kim portrait" + id: "4", title: "Minimal closet, maximum style", quote: "With just 20 pieces, I have hundreds of outfit combinations. Hollow District's design philosophy is genius. I feel more confident and less overwhelmed.", name: "David Kim", role: "Product Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim portrait" }, { id: "5", title: "Exceptional quality and values", quote: "Supporting a brand that aligns with my values is important. Hollow District delivers on both quality and ethics. Highly recommend.", name: "Jessica Thompson", role: "Environmental Consultant", imageSrc: "http://img.b2bpic.net/free-photo/photo-fashionable-girl-with-bright-ginger-hairstyle-bandage-neck-light-modern-clothes-looking-front-outdoor_197531-24727.jpg", imageAlt: "Jessica Thompson portrait" @@ -200,7 +200,7 @@ export default function LandingPage() { socialLinks={[ { icon: Instagram, href: "https://instagram.com/hollowdistrict", ariaLabel: "Instagram" }, { icon: Twitter, href: "https://twitter.com/hollowdistrict", ariaLabel: "Twitter" }, - { icon: LinkedIn, href: "https://linkedin.com/company/hollowdistrict", ariaLabel: "LinkedIn" } + { icon: Linkedin, href: "https://linkedin.com/company/hollowdistrict", ariaLabel: "LinkedIn" } ]} />