Update src/app/page.tsx

This commit is contained in:
2026-03-03 08:15:07 +00:00
parent dc9f088535
commit ffe2e06033

View File

@@ -47,7 +47,6 @@ export default function LandingPage() {
{ text: "Our Work", href: "testimonials" }
]}
showDimOverlay={false}
buttonAnimation="slide-up"
/>
</div>
@@ -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"
}
]}
/>