Update src/app/page.tsx

This commit is contained in:
2026-03-02 22:58:34 +00:00
parent 75bfb07ab0
commit dffe0d671d

View File

@@ -109,15 +109,15 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "SaaS Platform", name: "Analytics Dashboard", price: "React + Node.js", rating: 5,
reviewCount: "Real-time data", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Analytics dashboard project"
reviewCount: "Real-time data", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Analytics dashboard project"
},
{
id: "2", brand: "E-commerce", name: "Checkout System", price: "Next.js + Stripe", rating: 5,
reviewCount: "Payment integration", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "E-commerce checkout project"
reviewCount: "Payment integration", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "E-commerce checkout project"
},
{
id: "3", brand: "Mobile App", name: "Cross-platform App", price: "React Native + Firebase", rating: 5,
reviewCount: "Offline-first", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Mobile application project"
reviewCount: "Offline-first", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Mobile application project"
}
]}
/>
@@ -160,22 +160,22 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Sarah Chen", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Sarah Chen"
id: "1", name: "Sarah Chen", imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Sarah Chen"
},
{
id: "2", name: "Michael Rodriguez", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Michael Rodriguez"
id: "2", name: "Michael Rodriguez", imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "Michael Rodriguez"
},
{
id: "3", name: "Emily Patterson", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Emily Patterson"
id: "3", name: "Emily Patterson", imageSrc: "/placeholders/placeholder1.webp?_wi=6", imageAlt: "Emily Patterson"
},
{
id: "4", name: "James Wilson", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "James Wilson"
id: "4", name: "James Wilson", imageSrc: "/placeholders/placeholder1.webp?_wi=7", imageAlt: "James Wilson"
},
{
id: "5", name: "Lisa Zhang", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Lisa Zhang"
id: "5", name: "Lisa Zhang", imageSrc: "/placeholders/placeholder1.webp?_wi=8", imageAlt: "Lisa Zhang"
},
{
id: "6", name: "David Thompson", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "David Thompson"
id: "6", name: "David Thompson", imageSrc: "/placeholders/placeholder1.webp?_wi=9", imageAlt: "David Thompson"
}
]}
cardTitle="Trusted by startups and enterprises alike. Noah brings technical excellence and collaborative spirit to every project."