From c01ede28d52d45b105cdb3dd7c08cd614fc0404e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 10:37:52 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c03e672..1932d49 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import Link from "next/link"; -import { CheckCircle, Star, Zap } from "lucide-react"; +import { CheckCircle, Star, Zap, Shield, Heart } from "lucide-react"; export default function AboutPage() { return ( @@ -60,19 +60,19 @@ export default function AboutPage() { title: "100% Authentic", description: "Every piece is verified and authenticated by experts. We guarantee genuine Ralph Lauren merchandise.", buttonIcon: CheckCircle, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924134.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924134.jpg", }, { title: "Premium Quality", description: "Carefully inspected items in excellent condition. Each piece meets our strict quality standards.", buttonIcon: Star, - imageSrc: "http://img.b2bpic.net/free-photo/premium-quality-value-guarantee-worth-standard-concept_53876-125040.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/premium-quality-value-guarantee-worth-standard-concept_53876-125040.jpg", }, { title: "Expert Curation", description: "Handpicked collections showcasing iconic styles and timeless pieces from Ralph Lauren's heritage.", buttonIcon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/shop-seller-adjusting-new-dress-female-customer-woman-trying-clothes-fashion-store-buying-clothes-boutique-concept_74855-12004.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/shop-seller-adjusting-new-dress-female-customer-woman-trying-clothes-fashion-store-buying-clothes-boutique-concept_74855-12004.jpg", }, ]} /> @@ -96,7 +96,7 @@ export default function AboutPage() { role: "Fashion Blogger", company: "Style Chronicles", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-gorgeous-attractive-smiling-woman-dressed-elegant-blue-suit-walking-city_285396-7918.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-gorgeous-attractive-smiling-woman-dressed-elegant-blue-suit-walking-city_285396-7918.jpg", }, { id: "testimonial-2", @@ -104,7 +104,7 @@ export default function AboutPage() { role: "Luxury Collector", company: "Heritage Collectors", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-hat-shop_1303-19837.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-hat-shop_1303-19837.jpg", }, { id: "testimonial-3", @@ -112,7 +112,7 @@ export default function AboutPage() { role: "Fashion Designer", company: "Modern Classics Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-creating-vision-board_23-2150061902.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-creating-vision-board_23-2150061902.jpg", }, { id: "testimonial-4", @@ -120,7 +120,7 @@ export default function AboutPage() { role: "Vintage Enthusiast", company: "Timeless Fashion Group", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-shot-intelligent-businessman-holding-whiskey-his-hand-smiling-confidently_181624-46152.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-shot-intelligent-businessman-holding-whiskey-his-hand-smiling-confidently_181624-46152.jpg", }, { id: "testimonial-5", @@ -128,7 +128,7 @@ export default function AboutPage() { role: "Lifestyle Curator", company: "Premium Living", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-photographer-standing-against-brick_613910-16208.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-photographer-standing-against-brick_613910-16208.jpg", }, { id: "testimonial-6", @@ -136,7 +136,7 @@ export default function AboutPage() { role: "Fashion Consultant", company: "Style Direction", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-young-man-walking-european-city-street_158595-4722.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/confident-young-man-walking-european-city-street_158595-4722.jpg", }, ]} />