From d380cd2e2e7423f17d34ce3e0604a0296ac79159 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 07:24:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ca5e76a..2e48267 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="large" - background="noise" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Digital Marketing Services" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/financial-analyst-creating-e-commerce-data-graphs-screen-using-computer-plan-profit-information-charts-executive-manager-working-with-economy-report-diagram-analysis_482257-40941.jpg", imageAlt: "Digital marketing strategy and analytics dashboard"}, @@ -118,6 +118,9 @@ export default function LandingPage() { description="Working with businesses across various industries to drive growth and generate quality leads through effective digital marketing." textboxLayout="default" useInvertedBackground={false} + names={[ + "Advocate Solutions", "Shop Local Collective", "Elegant Restaurant Co.", "Professional Services Ltd.", "Nurse Care Clinic", "Learning Center Books", "Motorcycle Manufacturing" + ]} logos={[ "http://img.b2bpic.net/free-vector/hand-drawn-advocate-logo-design_23-2150640387.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-shop-local-collection_23-2149575775.jpg", "http://img.b2bpic.net/free-vector/vintage-elegant-linear-restaurant-packaging-circle-sticker_742173-9563.jpg", "http://img.b2bpic.net/free-vector/logo-template-design_1289-66.jpg", "http://img.b2bpic.net/free-vector/flat-design-nurse-logo-template-collection_23-2148952487.jpg", "http://img.b2bpic.net/free-vector/gradient-book-logo-template_23-2148815103.jpg", "http://img.b2bpic.net/free-vector/motorcycle-badges-retro-style_23-2147563435.jpg"]} speed={40} -- 2.49.1