diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d2af67..7152dc6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "https://images.unsplash.com/photo-1585747860715-cd4628902d4a?w=800&q=80", imageAlt: "Classic barber shop interior" + imageSrc: "https://images.unsplash.com/photo-1585747860715-cd4628902d4a?w=800&q=80&_wi=1", imageAlt: "Classic barber shop interior" }, { imageSrc: "https://images.unsplash.com/photo-1592245388900-8d4fc64dbd51?w=800&q=80", imageAlt: "Professional barber chairs" @@ -73,7 +73,7 @@ export default function LandingPage() { description="The Famous American Barbershop – Atlas" subdescription="Your neighborhood destination for quality grooming" icon={Scissors} - imageSrc="https://images.unsplash.com/photo-1585747860715-cd4628902d4a?w=800&q=80" + imageSrc="https://images.unsplash.com/photo-1585747860715-cd4628902d4a?w=800&q=80&_wi=2" imageAlt="Inside The Famous American Barbershop – Atlas" mediaAnimation="slide-up" useInvertedBackground={false} @@ -89,15 +89,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Classic", title: "Men's Haircuts", subtitle: "Timeless styles and modern fades", description: "Professional haircuts ranging from classic cuts to modern fades, tailored to your preferences by our experienced barbers.", imageSrc: "https://images.unsplash.com/photo-1621607505857-44a5e0eed1b0?w=800&q=80", imageAlt: "Professional men's haircut" + tag: "Classic", title: "Men's Haircuts", subtitle: "Timeless styles and modern fades", description: "Professional haircuts ranging from classic cuts to modern fades, tailored to your preferences by our experienced barbers.", imageSrc: "https://images.unsplash.com/photo-1621607505857-44a5e0eed1b0?w=800&q=80&_wi=1", imageAlt: "Professional men's haircut" }, { id: 2, - tag: "Precision", title: "Beard Trims & Razor Shaves", subtitle: "Traditional grooming expertise", description: "Expert beard maintenance and smooth razor shaves using traditional techniques for the ultimate grooming experience.", imageSrc: "https://images.unsplash.com/photo-1599351566329-0e3e0c68b0bb?w=800&q=80", imageAlt: "Beard trim and razor shave service" + tag: "Precision", title: "Beard Trims & Razor Shaves", subtitle: "Traditional grooming expertise", description: "Expert beard maintenance and smooth razor shaves using traditional techniques for the ultimate grooming experience.", imageSrc: "https://images.unsplash.com/photo-1599351566329-0e3e0c68b0bb?w=800&q=80&_wi=1", imageAlt: "Beard trim and razor shave service" }, { id: 3, - tag: "Detail Work", title: "Line Ups & Skin Fades", subtitle: "Precision edge work", description: "Sharp line ups and clean skin fades with attention to detail. Get that fresh, polished look you deserve.", imageSrc: "https://images.unsplash.com/photo-1599351566329-0e3e0c68b0bb?w=800&q=80", imageAlt: "Precision line up and fade service" + tag: "Detail Work", title: "Line Ups & Skin Fades", subtitle: "Precision edge work", description: "Sharp line ups and clean skin fades with attention to detail. Get that fresh, polished look you deserve.", imageSrc: "https://images.unsplash.com/photo-1599351566329-0e3e0c68b0bb?w=800&q=80&_wi=2", imageAlt: "Precision line up and fade service" }, ]} textboxLayout="default" @@ -162,16 +162,16 @@ export default function LandingPage() {