Update src/app/page.tsx
This commit is contained in:
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
||||
handle: "@ahmet",
|
||||
testimonial: "Burada antrenman yapmak tamamen başka bir seviye.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-training-together-gym_23-2150289994.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-training-together-gym_23-2150289994.jpg?_wi=1",
|
||||
imageAlt: "dark moody gym equipment iron weights",
|
||||
},
|
||||
{
|
||||
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
handle: "@selim",
|
||||
testimonial: "Aradığım odaklanma ortamını sonunda buldum.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athletic-senior-man-keeping-fit-by-practicing-gymnastics_23-2150918057.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athletic-senior-man-keeping-fit-by-practicing-gymnastics_23-2150918057.jpg?_wi=1",
|
||||
imageAlt: "dark moody gym equipment iron weights",
|
||||
},
|
||||
{
|
||||
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
||||
handle: "@merve",
|
||||
testimonial: "Ekipmanlar harika, atmosfer mükemmel.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-black-swimsuit-is-relaxing-pool_169016-22734.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-black-swimsuit-is-relaxing-pool_169016-22734.jpg?_wi=1",
|
||||
imageAlt: "dark moody gym equipment iron weights",
|
||||
},
|
||||
{
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
handle: "@canb",
|
||||
testimonial: "Profesyonel, ciddi ve tam istediğim gibi.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-afro-american-sports-man-looking-camera_171337-8256.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-afro-american-sports-man-looking-camera_171337-8256.jpg?_wi=1",
|
||||
imageAlt: "dark moody gym equipment iron weights",
|
||||
},
|
||||
{
|
||||
@@ -95,7 +95,7 @@ export default function LandingPage() {
|
||||
handle: "@ayse",
|
||||
testimonial: "Karacabeyin en iyi spor kulübü.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fitnesswoman-holding-hands-knees-rain_7502-7599.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fitnesswoman-holding-hands-knees-rain_7502-7599.jpg?_wi=1",
|
||||
imageAlt: "dark moody gym equipment iron weights",
|
||||
},
|
||||
]}
|
||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-people-training-together-gym_23-2150289994.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-people-training-together-gym_23-2150289994.jpg?_wi=2"
|
||||
imageAlt="dark moody gym equipment iron weights"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
@@ -230,22 +230,22 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "1",
|
||||
name: "Ahmet Y.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athletic-senior-man-keeping-fit-by-practicing-gymnastics_23-2150918057.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athletic-senior-man-keeping-fit-by-practicing-gymnastics_23-2150918057.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Selim D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-black-swimsuit-is-relaxing-pool_169016-22734.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-black-swimsuit-is-relaxing-pool_169016-22734.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Merve K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-afro-american-sports-man-looking-camera_171337-8256.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-afro-american-sports-man-looking-camera_171337-8256.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Can B.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fitnesswoman-holding-hands-knees-rain_7502-7599.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fitnesswoman-holding-hands-knees-rain_7502-7599.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
|
||||
Reference in New Issue
Block a user