diff --git a/src/app/page.tsx b/src/app/page.tsx index 709b91f..f1ba2c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Call Now", href: "tel:(770)334-8602" } ]} buttonAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/christmas-spa-composition-blurred-background-with-bokeh-lights_169016-43781.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/christmas-spa-composition-blurred-background-with-bokeh-lights_169016-43781.jpg" imageAlt="Serene massage spa environment with candles and soft lighting" showDimOverlay={true} showBlur={true} @@ -71,11 +71,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "David S.", role: "Regular Client", company: "Local Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-doing-cold-exposure-treatment_23-2151205865.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/people-doing-cold-exposure-treatment_23-2151205865.jpg" }, { id: "2", name: "Traveler Review", role: "Visiting Professional", company: "Road Trip Visitor", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-theraphy-salon_23-2148824083.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-theraphy-salon_23-2148824083.jpg" }, { id: "3", name: "Rusty L.", role: "Satisfied Customer", company: "Local Favorite", rating: 5, @@ -83,15 +83,15 @@ export default function LandingPage() { }, { id: "4", name: "Sarah M.", role: "Wellness Enthusiast", company: "Regular Visitor", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-theraphy-salon_23-2148824083.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-theraphy-salon_23-2148824083.jpg" }, { id: "5", name: "John P.", role: "Professional", company: "Business Traveler", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/christmas-spa-composition-blurred-background-with-bokeh-lights_169016-43781.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/christmas-spa-composition-blurred-background-with-bokeh-lights_169016-43781.jpg" }, { id: "6", name: "Emma T.", role: "Wellness Client", company: "Health Conscious", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-doing-cold-exposure-treatment_23-2151205865.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/people-doing-cold-exposure-treatment_23-2151205865.jpg" } ]} kpiItems={[ @@ -105,8 +105,8 @@ export default function LandingPage() { carouselMode="buttons" buttonAnimation="blur-reveal" className="py-16 md:py-24" - titleClassName="text-4xl md:text-5xl font-light" - descriptionClassName="text-lg opacity-85" + textBoxTitleClassName="text-4xl md:text-5xl font-light" + textBoxDescriptionClassName="text-lg opacity-85" /> @@ -135,8 +135,8 @@ export default function LandingPage() { useInvertedBackground={false} buttonAnimation="blur-reveal" className="py-16 md:py-24" - titleClassName="text-4xl md:text-5xl font-light" - descriptionClassName="text-lg opacity-85" + textBoxTitleClassName="text-4xl md:text-5xl font-light" + textBoxDescriptionClassName="text-lg opacity-85" cardTitleClassName="text-2xl font-light" cardDescriptionClassName="text-base opacity-90" />