Merge version_3 into main #5
@@ -76,15 +76,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Brand Strategy", description: "Understanding your vision, market position, and unique value proposition", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Brand Strategy"
|
||||
title: "Brand Strategy", description: "Understanding your vision, market position, and unique value proposition", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Brand Strategy"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Visual Identity", description: "Custom logos, color systems, and typography that define your brand", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Visual Identity"
|
||||
title: "Visual Identity", description: "Custom logos, color systems, and typography that define your brand", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Visual Identity"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Design Systems", description: "Scalable frameworks ensuring consistency across all touchpoints", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Design Systems"
|
||||
title: "Design Systems", description: "Scalable frameworks ensuring consistency across all touchpoints", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Design Systems"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -103,19 +103,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", role: "Founder", company: "TechVenture", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Sarah Chen"
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Johnson", role: "Creative Lead", company: "Digital Forge", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Marcus Johnson"
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "Marcus Johnson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Elena Rodriguez", role: "Brand Director", company: "Luxury & Co", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Elena Rodriguez"
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=6", imageAlt: "Elena Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Mitchell", role: "CEO", company: "Global Ventures", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "James Mitchell"
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=7", imageAlt: "James Mitchell"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -133,15 +133,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Discovery", description: "Deep understanding of your vision, market, and competitive landscape", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Discovery"
|
||||
title: "Discovery", description: "Deep understanding of your vision, market, and competitive landscape", imageSrc: "/placeholders/placeholder1.webp?_wi=8", imageAlt: "Discovery"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Strategy", description: "Strategic exploration of creative directions aligned with your positioning", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Strategy"
|
||||
title: "Strategy", description: "Strategic exploration of creative directions aligned with your positioning", imageSrc: "/placeholders/placeholder1.webp?_wi=9", imageAlt: "Strategy"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Delivery", description: "Refined execution and comprehensive brand guidelines", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Delivery"
|
||||
title: "Delivery", description: "Refined execution and comprehensive brand guidelines", imageSrc: "/placeholders/placeholder1.webp?_wi=10", imageAlt: "Delivery"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user