From 40450b786ad63dfe94165d24e654179b61047ec7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 07:53:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed8615b..1f281ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="inset" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -55,10 +55,10 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/coworkers-working-office-relaxed-atmosphere_329181-12074.jpg?_wi=1", imageAlt: "Social media dashboard analytics" + imageSrc: "http://img.b2bpic.net/free-photo/coworkers-working-office-relaxed-atmosphere_329181-12074.jpg", imageAlt: "Social media dashboard analytics" }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-headphones-answering-hr-interview-questions-videoconference_482257-101028.jpg?_wi=1", imageAlt: "Creative team collaboration" + imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-headphones-answering-hr-interview-questions-videoconference_482257-101028.jpg", imageAlt: "Creative team collaboration" } ]} mediaAnimation="slide-up" @@ -87,19 +87,19 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Strategy", title: "Social Strategy", subtitle: "Custom audience targeting", description: "Develop data-driven strategies tailored to your brand goals and target audience, maximizing ROI on every post.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-working-office-relaxed-atmosphere_329181-12074.jpg?_wi=2", imageAlt: "Strategy planning dashboard" + tag: "Strategy", title: "Social Strategy", subtitle: "Custom audience targeting", description: "Develop data-driven strategies tailored to your brand goals and target audience, maximizing ROI on every post.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-working-office-relaxed-atmosphere_329181-12074.jpg", imageAlt: "Strategy planning dashboard" }, { id: 2, - tag: "Content", title: "Content Creation", subtitle: "Professional multimedia production", description: "High-quality visual and video content designed to capture attention and drive meaningful engagement.", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-headphones-answering-hr-interview-questions-videoconference_482257-101028.jpg?_wi=2", imageAlt: "Content creation team" + tag: "Content", title: "Content Creation", subtitle: "Professional multimedia production", description: "High-quality visual and video content designed to capture attention and drive meaningful engagement.", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-headphones-answering-hr-interview-questions-videoconference_482257-101028.jpg", imageAlt: "Content creation team" }, { id: 3, - tag: "Growth", title: "Community Management", subtitle: "24/7 engagement and support", description: "Build and nurture active communities, respond to followers, and foster brand loyalty across platforms.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-working-office-relaxed-atmosphere_329181-12074.jpg?_wi=3", imageAlt: "Community engagement" + tag: "Growth", title: "Community Management", subtitle: "24/7 engagement and support", description: "Build and nurture active communities, respond to followers, and foster brand loyalty across platforms.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-working-office-relaxed-atmosphere_329181-12074.jpg", imageAlt: "Community engagement" }, { id: 4, - tag: "Analytics", title: "Performance Analytics", subtitle: "Data-driven insights", description: "Track, measure, and optimize every campaign with detailed analytics, KPI reporting, and actionable recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-headphones-answering-hr-interview-questions-videoconference_482257-101028.jpg?_wi=3", imageAlt: "Analytics dashboard" + tag: "Analytics", title: "Performance Analytics", subtitle: "Data-driven insights", description: "Track, measure, and optimize every campaign with detailed analytics, KPI reporting, and actionable recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-headphones-answering-hr-interview-questions-videoconference_482257-101028.jpg", imageAlt: "Analytics dashboard" } ]} textboxLayout="default" -- 2.49.1