diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d885ce..c5d662b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial import TeamCardSix from '@/components/sections/team/TeamCardSix'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Arrow, Award, Heart, Phone, Scissors, Star, ThumbsUp, Users, ArrowRight } from "lucide-react"; +import { Award, Heart, Phone, Scissors, Star, ThumbsUp, Users, ArrowRight } from "lucide-react"; export default function BarbershopLanding() { return ( @@ -53,13 +53,13 @@ export default function BarbershopLanding() { testimonials={[ { name: "Marcus Johnson", handle: "Regular Customer", testimonial: "Best barber in San Antonio! Always consistent, friendly, and professional. Worth every penny.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"}, { name: "David Chen", handle: "Business Owner", testimonial: "I've been coming here for 3 years. The attention to detail is incredible. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"}, { name: "James Wilson", handle: "Military", testimonial: "Perfect fade every time. The barbers really know their craft. Top-tier service!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=3"} + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"} ]} testimonialRotationInterval={5000} buttons={[ @@ -103,7 +103,7 @@ export default function BarbershopLanding() { title: "Hot Shaves", description: "Traditional hot shave experience with premium products for smooth, comfortable results.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Hot shave service", buttonIcon: ArrowRight, buttonHref: "#contact"}, { - title: "Waxing Services", description: "Professional waxing for eyebrows, nose, and ears to complete your grooming routine.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg?_wi=1", imageAlt: "Complete grooming services", buttonIcon: ArrowRight, + title: "Waxing Services", description: "Professional waxing for eyebrows, nose, and ears to complete your grooming routine.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg", imageAlt: "Complete grooming services", buttonIcon: ArrowRight, buttonHref: "#contact"} ]} textboxLayout="default" @@ -118,12 +118,12 @@ export default function BarbershopLanding() {