diff --git a/src/app/page.tsx b/src/app/page.tsx index 2721122..13835c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,9 +43,7 @@ export default function HomePage() { { name: "Contact", id: "#contact" }, ]} button={{ - text: "Book Consultation", - href: "#contact", - }} + text: "Book Consultation", href: "#contact"}} animateOnLoad={true} /> @@ -59,32 +57,22 @@ export default function HomePage() { description="Style Concierge delivers a private luxury shopping experience designed for individuals who value exceptional style but not the time spent finding it." buttons={[ { - text: "Book Your Style Consultation", - href: "#contact", - }, + text: "Book Your Style Consultation", href: "#contact"}, { - text: "View Services", - href: "/services", - }, + text: "View Services", href: "/services"}, ]} buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/boutique-employee-providing-fashion-guidance-male-customer_482257-117992.jpg", - imageAlt: "Stylish professional in luxury setting", - }, + imageSrc: "http://img.b2bpic.net/free-photo/boutique-employee-providing-fashion-guidance-male-customer_482257-117992.jpg", imageAlt: "Stylish professional in luxury setting"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-walking-by-building_1303-26066.jpg?_wi=1", - imageAlt: "Luxury shopping and wardrobe curation", - }, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-walking-by-building_1303-26066.jpg", imageAlt: "Luxury shopping and wardrobe curation"}, ]} mediaAnimation="slide-up" rating={5} ratingText="Trusted by discerning clients" background={{ - variant: "plain", - }} - useInvertedBackground={false} + variant: "plain"}} /> @@ -92,9 +80,7 @@ export default function HomePage() { @@ -201,53 +157,17 @@ export default function HomePage() { tagAnimation="slide-up" testimonials={[ { - id: "1", - name: "Alexandra Sterling", - handle: "CEO, Tech Innovations", - testimonial: "My wardrobe went from chaotic to effortlessly stylish. Every piece makes sense now, and I actually enjoy getting dressed.", - imageSrc: "http://img.b2bpic.net/free-photo/fashionable-young-woman-posing-with-suitcase-standing-hotel-hallway_23-2148033329.jpg?_wi=1", - imageAlt: "Alexandra Sterling", - }, + id: "1", name: "Alexandra Sterling", handle: "CEO, Tech Innovations", testimonial: "My wardrobe went from chaotic to effortlessly stylish. Every piece makes sense now, and I actually enjoy getting dressed.", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-young-woman-posing-with-suitcase-standing-hotel-hallway_23-2148033329.jpg", imageAlt: "Alexandra Sterling"}, { - id: "2", - name: "Marcus Whitmore", - handle: "Entrepreneur & Founder", - testimonial: "I finally feel confident walking into meetings. The transformation was remarkable, and the attention to detail is impeccable.", - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg?_wi=1", - imageAlt: "Marcus Whitmore", - }, + id: "2", name: "Marcus Whitmore", handle: "Entrepreneur & Founder", testimonial: "I finally feel confident walking into meetings. The transformation was remarkable, and the attention to detail is impeccable.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg", imageAlt: "Marcus Whitmore"}, { - id: "3", - name: "Victoria Chen", - handle: "Executive Director", - testimonial: "Shopping used to stress me out. Now it's handled professionally, and I have a cohesive wardrobe that reflects my brand perfectly.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg?_wi=1", - imageAlt: "Victoria Chen", - }, + id: "3", name: "Victoria Chen", handle: "Executive Director", testimonial: "Shopping used to stress me out. Now it's handled professionally, and I have a cohesive wardrobe that reflects my brand perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg", imageAlt: "Victoria Chen"}, { - id: "4", - name: "James Peterson", - handle: "Investment Manager", - testimonial: "The value I've gained from this service extends far beyond fashion. It's genuinely elevated my professional presence.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-welldressed-arabian-man-smoke-cigar-with-glass-whiskey-balcony-pub_627829-5924.jpg?_wi=1", - imageAlt: "James Peterson", - }, + id: "4", name: "James Peterson", handle: "Investment Manager", testimonial: "The value I've gained from this service extends far beyond fashion. It's genuinely elevated my professional presence.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-welldressed-arabian-man-smoke-cigar-with-glass-whiskey-balcony-pub_627829-5924.jpg", imageAlt: "James Peterson"}, { - id: "5", - name: "Sophia Leblanc", - handle: "Creative Director", - testimonial: "A truly personalized experience. They understood my vision and brought it to life with such sophistication and care.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-walking-by-building_1303-26068.jpg?_wi=1", - imageAlt: "Sophia Leblanc", - }, + id: "5", name: "Sophia Leblanc", handle: "Creative Director", testimonial: "A truly personalized experience. They understood my vision and brought it to life with such sophistication and care.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-walking-by-building_1303-26068.jpg", imageAlt: "Sophia Leblanc"}, { - id: "6", - name: "David Ashford", - handle: "Senior Partner, Legal", - testimonial: "Discreet, professional, and exceptional. This is precisely what I was looking for in a personal styling service.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-blue-suit-posing-gray_158538-4472.jpg?_wi=1", - imageAlt: "David Ashford", - }, + id: "6", name: "David Ashford", handle: "Senior Partner, Legal", testimonial: "Discreet, professional, and exceptional. This is precisely what I was looking for in a personal styling service.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-blue-suit-posing-gray_158538-4472.jpg", imageAlt: "David Ashford"}, ]} animationType="slide-up" textboxLayout="default" @@ -264,10 +184,9 @@ export default function HomePage() { title="Luxury Style. Zero Effort." description="Let Style Concierge curate a wardrobe designed entirely for you. Book your private consultation today and discover the transformative power of exceptional style." background={{ - variant: "sparkles-gradient", - }} + variant: "sparkles-gradient"}} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-business-woman-standing-by-window-office_1303-20347.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/young-business-woman-standing-by-window-office_1303-20347.jpg" imageAlt="Confident professional in luxury outfit" mediaAnimation="slide-up" mediaPosition="right" @@ -284,19 +203,13 @@ export default function HomePage() { socialLinks={[ { icon: Instagram, - href: "https://instagram.com", - ariaLabel: "Instagram", - }, + href: "https://instagram.com", ariaLabel: "Instagram"}, { icon: Linkedin, - href: "https://linkedin.com", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com", ariaLabel: "LinkedIn"}, { icon: Mail, - href: "mailto:hello@styleconcierge.com", - ariaLabel: "Email", - }, + href: "mailto:hello@styleconcierge.com", ariaLabel: "Email"}, ]} />