Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-05 17:29:55 +00:00

View File

@@ -174,19 +174,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Chen", handle: "@sarahdesigns", testimonial: "Antigravity transformed how I showcase my work. The automated generation saved me hours, and the result looks incredible.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Sarah Chen"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=1", imageAlt: "Sarah Chen"
},
{
id: "2", name: "Marcus Johnson", handle: "@mjdev", testimonial: "Finally, a portfolio generator that respects my technical choices. The Python backend and Jinja2 templates are exactly what I needed.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Marcus Johnson"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=2", imageAlt: "Marcus Johnson"
},
{
id: "3", name: "Emma Rodriguez", handle: "@emmadev", testimonial: "The neon glassmorphism design is stunning. My clients are impressed, and it's fully responsive on every device.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Emma Rodriguez"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=3", imageAlt: "Emma Rodriguez"
},
{
id: "4", name: "Alex Patterson", handle: "@alexpatdev", testimonial: "Deploying to GitHub Pages was seamless. Antigravity handles all the complexity so I can focus on my projects.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Alex Patterson"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=4", imageAlt: "Alex Patterson"
},
]}
className="py-20"