diff --git a/src/app/page.tsx b/src/app/page.tsx index ae2955f..ed18bed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,6 @@ export default function LandingPage() { { text: "Our Work", href: "testimonials" } ]} showDimOverlay={false} - buttonAnimation="slide-up" /> @@ -77,15 +76,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Brand Strategy", description: "Understanding your vision, market position, and unique value proposition" + title: "Brand Strategy", description: "Understanding your vision, market position, and unique value proposition", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Brand Strategy" }, { id: 2, - title: "Visual Identity", description: "Custom logos, color systems, and typography that define your brand" + title: "Visual Identity", description: "Custom logos, color systems, and typography that define your brand", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Visual Identity" }, { id: 3, - title: "Design Systems", description: "Scalable frameworks ensuring consistency across all touchpoints" + title: "Design Systems", description: "Scalable frameworks ensuring consistency across all touchpoints", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Design Systems" } ]} /> @@ -103,16 +102,20 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" testimonials={[ { - id: "1", name: "Sarah Chen", role: "Founder", company: "TechVenture", rating: 5 + id: "1", name: "Sarah Chen", role: "Founder", company: "TechVenture", rating: 5, + imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Sarah Chen" }, { - id: "2", name: "Marcus Johnson", role: "Creative Lead", company: "Digital Forge", rating: 5 + id: "2", name: "Marcus Johnson", role: "Creative Lead", company: "Digital Forge", rating: 5, + imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Marcus Johnson" }, { - id: "3", name: "Elena Rodriguez", role: "Brand Director", company: "Luxury & Co", rating: 5 + id: "3", name: "Elena Rodriguez", role: "Brand Director", company: "Luxury & Co", rating: 5, + imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Elena Rodriguez" }, { - id: "4", name: "James Mitchell", role: "CEO", company: "Global Ventures", rating: 5 + id: "4", name: "James Mitchell", role: "CEO", company: "Global Ventures", rating: 5, + imageSrc: "/placeholders/placeholder1.webp", imageAlt: "James Mitchell" } ]} /> @@ -130,15 +133,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Discovery", description: "Deep understanding of your vision, market, and competitive landscape" + title: "Discovery", description: "Deep understanding of your vision, market, and competitive landscape", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Discovery" }, { id: 2, - title: "Strategy", description: "Strategic exploration of creative directions aligned with your positioning" + title: "Strategy", description: "Strategic exploration of creative directions aligned with your positioning", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Strategy" }, { id: 3, - title: "Delivery", description: "Refined execution and comprehensive brand guidelines" + title: "Delivery", description: "Refined execution and comprehensive brand guidelines", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Delivery" } ]} />