Update src/app/page.tsx
This commit is contained in:
@@ -74,13 +74,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Nike Running Shoes", price: "$120", variant: "Black | Red | Blue", imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-tying-her-shoelaces-before-training-close-up-gray-background_639032-1563.jpg", imageAlt: "Nike Running Shoes"
|
||||
id: "1", name: "Nike Running Shoes", price: "$120", variant: "Black | Red | Blue", imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-tying-her-shoelaces-before-training-close-up-gray-background_639032-1563.jpg?_wi=1", imageAlt: "Nike Running Shoes"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Adidas Sports Shoes", price: "$100", variant: "White | Grey | Green", imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-tying-her-shoelaces-before-training-close-up-gray-background_639032-1563.jpg", imageAlt: "Adidas Sports Shoes"
|
||||
id: "2", name: "Adidas Sports Shoes", price: "$100", variant: "White | Grey | Green", imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-tying-her-shoelaces-before-training-close-up-gray-background_639032-1563.jpg?_wi=2", imageAlt: "Adidas Sports Shoes"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Puma Training Shoes", price: "$90", variant: "Navy | Orange | Silver", imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-tying-her-shoelaces-before-training-close-up-gray-background_639032-1563.jpg", imageAlt: "Puma Training Shoes"
|
||||
id: "3", name: "Puma Training Shoes", price: "$90", variant: "Navy | Orange | Silver", imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-tying-her-shoelaces-before-training-close-up-gray-background_639032-1563.jpg?_wi=3", imageAlt: "Puma Training Shoes"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -122,7 +122,7 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Marathon Runner", company: "Boston Athletic Club", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Fitness Coach", company: "CrossFit Elite", rating: 5,
|
||||
@@ -130,7 +130,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez", role: "Track & Field Athlete", company: "University Sports", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Rodriguez"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Emma Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Professional Trainer", company: "Performance Labs", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user