From 4722bcd3480e537c7b041f8a869c0d6b38939d61 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 19:38:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 290dbeb..d48f342 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,12 +49,12 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/student-desk-with-computer-books-notepads-table_169016-49023.jpg?_wi=1", imageAlt: "Marketing strategy presentation" + imageSrc: "http://img.b2bpic.net/free-photo/student-desk-with-computer-books-notepads-table_169016-49023.jpg", imageAlt: "Marketing strategy presentation" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-working-with-post-its_23-2149362928.jpg?_wi=1", imageAlt: "PR communications digital strategy" + imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-working-with-post-its_23-2149362928.jpg", imageAlt: "PR communications digital strategy" } ]} tag="Creative Excellence" @@ -110,10 +110,10 @@ export default function LandingPage() { animationType="slide-up" features={[ { - title: "Strategic Marketing", description: "Data-driven campaigns that resonate with your target audience and drive measurable business results.", imageSrc: "http://img.b2bpic.net/free-photo/student-desk-with-computer-books-notepads-table_169016-49023.jpg?_wi=2", imageAlt: "Strategic marketing services" + title: "Strategic Marketing", description: "Data-driven campaigns that resonate with your target audience and drive measurable business results.", imageSrc: "http://img.b2bpic.net/free-photo/student-desk-with-computer-books-notepads-table_169016-49023.jpg", imageAlt: "Strategic marketing services" }, { - title: "PR & Communications", description: "Authentic storytelling that builds trust, manages reputation, and creates lasting brand impressions.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-working-with-post-its_23-2149362928.jpg?_wi=2", imageAlt: "PR communications" + title: "PR & Communications", description: "Authentic storytelling that builds trust, manages reputation, and creates lasting brand impressions.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-working-with-post-its_23-2149362928.jpg", imageAlt: "PR communications" }, { title: "Brand Identity", description: "Cohesive visual and verbal identities that capture your essence and differentiate you from competitors.", imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136874.jpg", imageAlt: "Brand identity development" @@ -194,7 +194,6 @@ export default function LandingPage() { tagIcon={TrendingUp} tagAnimation="slide-up" textboxLayout="default" - gridVariant="three-columns-all-equal-width" animationType="slide-up" metrics={[ { -- 2.49.1