diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b15d5d..ddbf66c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,16 +86,16 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "branding", title: "Brand Strategy", description: "We develop cohesive brand identities that resonate with your audience and differentiate you from competitors.", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-element-collection_23-2148372793.jpg", imageAlt: "Brand strategy design concept" + id: "branding", title: "Brand Strategy", description: "We develop cohesive brand identities that resonate with your audience and differentiate you from competitors.", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-element-collection_23-2148372793.jpg?_wi=1", imageAlt: "Brand strategy design concept" }, { - id: "design", title: "Visual Design", description: "From logo design to complete visual systems, we create stunning aesthetics that communicate your brand essence.", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-element-collection_23-2148372793.jpg", imageAlt: "Visual design concept" + id: "design", title: "Visual Design", description: "From logo design to complete visual systems, we create stunning aesthetics that communicate your brand essence.", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-element-collection_23-2148372793.jpg?_wi=2", imageAlt: "Visual design concept" }, { - id: "digital", title: "Digital Experience", description: "We design intuitive, beautiful digital experiences that engage users and drive meaningful interactions.", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-element-collection_23-2148372793.jpg", imageAlt: "Digital experience design" + id: "digital", title: "Digital Experience", description: "We design intuitive, beautiful digital experiences that engage users and drive meaningful interactions.", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-element-collection_23-2148372793.jpg?_wi=3", imageAlt: "Digital experience design" }, { - id: "content", title: "Content Creation", description: "Compelling visual narratives and strategic content that tells your brand story and builds lasting connections.", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-element-collection_23-2148372793.jpg", imageAlt: "Content creation concept" + id: "content", title: "Content Creation", description: "Compelling visual narratives and strategic content that tells your brand story and builds lasting connections.", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-element-collection_23-2148372793.jpg?_wi=4", imageAlt: "Content creation concept" } ]} gridVariant="bento-grid"