Update src/app/page.tsx
This commit is contained in:
@@ -109,7 +109,7 @@ export default function Page() {
|
||||
},
|
||||
{
|
||||
id: "p4", brand: "SpeedDemon", name: "Azure Shark", price: "Custom Quote", rating: 5,
|
||||
reviewCount: "21", imageSrc: "https://images.unsplash.com/photo-1587635655380-4d5b2c7e0b5f?auto=format&fit=crop&q=80&w=1974", imageAlt: "Blue custom painted bike frame with shark graphics"
|
||||
reviewCount: "21", imageSrc: "https://images.unsplash.com/photo-1587635655380-4d5b2c7e0b5f?auto=format&fit=crop&q=80&w=1974&_wi=1", imageAlt: "Blue custom painted bike frame with shark graphics"
|
||||
},
|
||||
{
|
||||
id: "p5", brand: "AdventureX", name: "Forest Camo", price: "Custom Quote", rating: 4,
|
||||
@@ -137,7 +137,7 @@ export default function Page() {
|
||||
},
|
||||
{
|
||||
id: "t2", name: "Mark R.", handle: "@BikeGuru", testimonial: "The attention to detail on my custom graphics was flawless. It feels like a brand new bike, and it turns heads everywhere I go.", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1587635655380-4d5b2c7e0b5f?auto=format&fit=crop&q=80&w=1974", imageAlt: "Mark R. admiring his custom painted bike"
|
||||
imageSrc: "https://images.unsplash.com/photo-1587635655380-4d5b2c7e0b5f?auto=format&fit=crop&q=80&w=1974&_wi=2", imageAlt: "Mark R. admiring his custom painted bike"
|
||||
},
|
||||
{
|
||||
id: "t3", name: "Emily L.", handle: "@TrailRider", testimonial: "I sent in a vintage frame for restoration, and the results exceeded my expectations. MPY brought it back to life beautifully.", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user