6 Commits

Author SHA1 Message Date
ecc5cff42b Merge version_4 into main
Merge version_4 into main
2026-03-03 17:22:15 +00:00
aa2cf8ad1e Update src/app/page.tsx 2026-03-03 17:22:07 +00:00
5787d8015c Merge version_3 into main
Merge version_3 into main
2026-03-03 16:52:33 +00:00
99d172ff04 Update src/app/page.tsx 2026-03-03 16:52:27 +00:00
7684c8b302 Update src/app/layout.tsx 2026-03-03 16:52:26 +00:00
5272468dc6 Merge version_2 into main
Merge version_2 into main
2026-03-03 16:42:32 +00:00
2 changed files with 2 additions and 10 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -171,14 +171,6 @@ export default function ModPickerPage() {
{
id: "4", name: "Emma Williams", handle: "@carcare_daily", testimonial: "Finally, a platform that understands my vehicle's potential. The AI picked modifications I never would have thought of, and they all work perfectly together. Highly recommended!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARTBbll72gcJSq9e3PYOQBigsz/professional-headshot-portrait-of-a-four-1772554375133-1696aa6b.png"
},
{
id: "5", name: "James Patterson", handle: "@tuner_king", testimonial: "ModPicker's AI is incredibly smart. It recognizes my vehicle instantly and suggests modifications that actually make sense for my ride. The affiliate links are convenient too.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARTBbll72gcJSq9e3PYOQBigsz/professional-headshot-portrait-of-a-fift-1772554374603-f7f5ba9f.png"
},
{
id: "6", name: "Olivia Martinez", handle: "@bike_life_07", testimonial: "As someone new to motorcycle customization, ModPicker made the process approachable and fun. The AI guidance is trustworthy and the product links are always available and reliable.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARTBbll72gcJSq9e3PYOQBigsz/professional-headshot-portrait-of-a-sixt-1772554376464-303b580f.png"
}
]}
/>
@@ -280,4 +272,4 @@ export default function ModPickerPage() {
</div>
</ThemeProvider>
);
}
}