Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-05 06:50:08 +00:00

View File

@@ -173,10 +173,10 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Alex Rodriguez", role: "Fitness Enthusiast", company: "Gym Member", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=300&fit=crop", imageAlt: "Alex Rodriguez"},
imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=300&fit=crop&_wi=1", imageAlt: "Alex Rodriguez"},
{
id: "2", name: "Jessica Lee", role: "Professional Athlete", company: "Gym Member", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=300&fit=crop", imageAlt: "Jessica Lee"},
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=300&fit=crop&_wi=1", imageAlt: "Jessica Lee"},
{
id: "3", name: "David Chen", role: "Corporate Executive", company: "Gym Member", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=300&fit=crop", imageAlt: "David Chen"},
@@ -185,10 +185,10 @@ export default function LandingPage() {
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=300&fit=crop", imageAlt: "Maria Santos"},
{
id: "5", name: "James Wilson", role: "Bodybuilder", company: "Gym Member", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=300&fit=crop", imageAlt: "James Wilson"},
imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=300&fit=crop&_wi=2", imageAlt: "James Wilson"},
{
id: "6", name: "Lisa Anderson", role: "Marathon Runner", company: "Gym Member", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=300&fit=crop", imageAlt: "Lisa Anderson"},
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=300&fit=crop&_wi=2", imageAlt: "Lisa Anderson"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"