Bob AI: Incorporate images from the provided BCZ Motors link into the gallery and testim

This commit is contained in:
kudinDmitriyUp
2026-06-22 17:28:49 +00:00
parent a47b63eca2
commit ecdfd24ce1

View File

@@ -62,16 +62,16 @@ export default function HomePage(): React.JSX.Element {
<ScrollReveal variant="slide-up">
<GridOrCarousel>
<div className="card rounded overflow-hidden aspect-video relative">
<img src="" alt="Luxury sports car in modern showroom" className="absolute inset-0 w-full h-full object-cover" />
<img src="https://images.unsplash.com/photo-1503376713246-73ad4f0d4e04?auto=format&fit=crop&w=800&q=80" alt="Luxury sports car in modern showroom" className="absolute inset-0 w-full h-full object-cover" />
</div>
<div className="card rounded overflow-hidden aspect-video relative">
<img src="" alt="Premium SUV parked outside dealership" className="absolute inset-0 w-full h-full object-cover" />
<img src="https://images.unsplash.com/photo-1519641471654-76ce0107ad1b?auto=format&fit=crop&w=800&q=80" alt="Premium SUV parked outside dealership" className="absolute inset-0 w-full h-full object-cover" />
</div>
<div className="card rounded overflow-hidden aspect-video relative">
<img src="" alt="Sleek black sedan interior with leather seats" className="absolute inset-0 w-full h-full object-cover" />
<img src="https://images.unsplash.com/photo-1603584173870-7f23fdae1b7a?auto=format&fit=crop&w=800&q=80" alt="Sleek black sedan interior with leather seats" className="absolute inset-0 w-full h-full object-cover" />
</div>
<div className="card rounded overflow-hidden aspect-video relative">
<img src="" alt="High performance sports car front view" className="absolute inset-0 w-full h-full object-cover" />
<img src="https://images.unsplash.com/photo-1605559424843-9e4c228bf1c2?auto=format&fit=crop&w=800&q=80" alt="High performance sports car front view" className="absolute inset-0 w-full h-full object-cover" />
</div>
</GridOrCarousel>
</ScrollReveal>
@@ -99,21 +99,21 @@ export default function HomePage(): React.JSX.Element {
<p className="text-base text-foreground flex-grow">
"BCZ Motors provided an outstanding experience. The staff was knowledgeable and helped me find the perfect car without any pressure."
</p>
<AvatarAuthor name="Michael T." role="Customer" imageSrc="" />
<AvatarAuthor name="Michael T." role="Customer" imageSrc="https://images.unsplash.com/photo-1500648767791-00dcc994a43e?auto=format&fit=crop&w=150&q=80" />
</Card>
<Card className="p-6 flex flex-col gap-4">
<RatingStars rating={5} />
<p className="text-base text-foreground flex-grow">
"I was impressed by the quality of their inventory and the transparency of the buying process. Highly recommend BCZ Motors!"
</p>
<AvatarAuthor name="Sarah L." role="Customer" imageSrc="" />
<AvatarAuthor name="Sarah L." role="Customer" imageSrc="https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&w=150&q=80" />
</Card>
<Card className="p-6 flex flex-col gap-4">
<RatingStars rating={5} />
<p className="text-base text-foreground flex-grow">
"Exceptional service from start to finish. They went above and beyond to ensure I was satisfied with my purchase."
</p>
<AvatarAuthor name="David R." role="Customer" imageSrc="" />
<AvatarAuthor name="David R." role="Customer" imageSrc="https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?auto=format&fit=crop&w=150&q=80" />
</Card>
</GridOrCarousel>
</ScrollReveal>