From 215f0c2184dcc5451dba45ec12684827be3dd43c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:06:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 819aeb6..b3ecf5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -44,7 +44,7 @@ export default function LandingPage() { @@ -164,7 +164,7 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "1", title: "Web Design & Development", description: "Beautiful, responsive websites and applications built with cutting-edge technology. We combine stunning design with powerful functionality to create digital experiences that convert.", media: { imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16259.jpg?_wi=2", imageAlt: "Web design and development" }, + id: "1", title: "Web Design & Development", description: "Beautiful, responsive websites and applications built with cutting-edge technology. We combine stunning design with powerful functionality to create digital experiences that convert.", media: { imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16259.jpg", imageAlt: "Web design and development" }, items: [ { icon: Code, text: "Custom coded solutions" }, { icon: Smartphone, text: "Fully responsive design" }, @@ -173,7 +173,7 @@ export default function LandingPage() { reverse: false }, { - id: "2", title: "Brand Strategy & Identity", description: "We craft cohesive brand identities that resonate with your target audience. From logo design to comprehensive brand guidelines, we ensure consistency across all touchpoints.", media: { imageSrc: "http://img.b2bpic.net/free-vector/creative-process-design_1025-874.jpg?_wi=2", imageAlt: "Brand strategy and identity" }, + id: "2", title: "Brand Strategy & Identity", description: "We craft cohesive brand identities that resonate with your target audience. From logo design to comprehensive brand guidelines, we ensure consistency across all touchpoints.", media: { imageSrc: "http://img.b2bpic.net/free-vector/creative-process-design_1025-874.jpg", imageAlt: "Brand strategy and identity" }, items: [ { icon: Palette, text: "Visual identity design" }, { icon: PenTool, text: "Logo & brand guidelines" }, @@ -182,7 +182,7 @@ export default function LandingPage() { reverse: true }, { - id: "3", title: "Digital Marketing & SEO", description: "Strategic digital marketing campaigns that drive traffic, engagement, and conversions. We leverage data-driven insights to maximize your ROI and grow your audience.", media: { imageSrc: "http://img.b2bpic.net/free-photo/admin-typing-pc-keyboard-startup-office-coding-advanced-ai-algorithm_482257-125097.jpg?_wi=2", imageAlt: "Digital marketing and SEO" }, + id: "3", title: "Digital Marketing & SEO", description: "Strategic digital marketing campaigns that drive traffic, engagement, and conversions. We leverage data-driven insights to maximize your ROI and grow your audience.", media: { imageSrc: "http://img.b2bpic.net/free-photo/admin-typing-pc-keyboard-startup-office-coding-advanced-ai-algorithm_482257-125097.jpg", imageAlt: "Digital marketing and SEO" }, items: [ { icon: Search, text: "SEO optimization" }, { icon: TrendingUp, text: "Performance marketing" }, @@ -198,7 +198,7 @@ export default function LandingPage() {