From b9db7f3c85a7b6eed8d7f26bb1b9eec0e2ed9f9b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:15:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e52fb9e..f8f4b32 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="largeSmall" - background="noise" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -53,7 +53,7 @@ export default function LandingPage() { { text: "View Our Work", href: "case-studies" }, ]} buttonAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/executive-workspace-features-digital-dashboard-with-financial-charts_482257-123845.jpg", imageAlt: "Analytics dashboard showing marketing metrics"}, @@ -68,11 +68,11 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/marketing-business-branding-advertising-word_53876-163235.jpg", imageAlt: "Social media marketing campaigns"}, { - imageSrc: "http://img.b2bpic.net/free-photo/senior-people-modern-office-analyzing-retirement-plans-with-financial-broker_482257-100631.jpg?_wi=1", imageAlt: "Case study results and metrics"}, + imageSrc: "http://img.b2bpic.net/free-photo/senior-people-modern-office-analyzing-retirement-plans-with-financial-broker_482257-100631.jpg", imageAlt: "Case study results and metrics"}, { - imageSrc: "http://img.b2bpic.net/free-photo/two-investigators-review-evidence_482257-81357.jpg?_wi=1", imageAlt: "Brand marketing success campaign"}, + imageSrc: "http://img.b2bpic.net/free-photo/two-investigators-review-evidence_482257-81357.jpg", imageAlt: "Brand marketing success campaign"}, { - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-mobile-phone-laptop-table_1232-4886.jpg?_wi=1", imageAlt: "Ecommerce sales growth results"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-mobile-phone-laptop-table_1232-4886.jpg", imageAlt: "Ecommerce sales growth results"}, ]} carouselPosition="right" /> @@ -128,7 +128,7 @@ export default function LandingPage() { { icon: Users, label: "Brands Transformed", value: "150+" }, { icon: Award, label: "Years of Combined Expertise", value: "75+" }, ]} - metricsAnimation="entrance-slide" + metricsAnimation="slide-up" useInvertedBackground={true} /> @@ -146,11 +146,11 @@ export default function LandingPage() { carouselMode="buttons" blogs={[ { - id: "1", category: "E-commerce", title: "SaaS Platform: From 0 to 10K Monthly Revenue", excerpt: "Strategic SEO and content marketing drove qualified leads that converted into paying customers within 6 months.", imageSrc: "http://img.b2bpic.net/free-photo/senior-people-modern-office-analyzing-retirement-plans-with-financial-broker_482257-100631.jpg?_wi=2", imageAlt: "Case study success metrics dashboard", authorName: "Strategy Team", authorAvatar: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg", date: "15 Jan 2025"}, + id: "1", category: "E-commerce", title: "SaaS Platform: From 0 to 10K Monthly Revenue", excerpt: "Strategic SEO and content marketing drove qualified leads that converted into paying customers within 6 months.", imageSrc: "http://img.b2bpic.net/free-photo/senior-people-modern-office-analyzing-retirement-plans-with-financial-broker_482257-100631.jpg", imageAlt: "Case study success metrics dashboard", authorName: "Strategy Team", authorAvatar: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg", date: "15 Jan 2025"}, { - id: "2", category: "Brand Growth", title: "Local Restaurant Chain: 340% More Foot Traffic", excerpt: "Integrated social media campaigns and local SEO increased online visibility and drove consistent customer growth.", imageSrc: "http://img.b2bpic.net/free-photo/two-investigators-review-evidence_482257-81357.jpg?_wi=2", imageAlt: "Brand marketing campaign success", authorName: "Growth Team", authorAvatar: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg", date: "10 Jan 2025"}, + id: "2", category: "Brand Growth", title: "Local Restaurant Chain: 340% More Foot Traffic", excerpt: "Integrated social media campaigns and local SEO increased online visibility and drove consistent customer growth.", imageSrc: "http://img.b2bpic.net/free-photo/two-investigators-review-evidence_482257-81357.jpg", imageAlt: "Brand marketing campaign success", authorName: "Growth Team", authorAvatar: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg", date: "10 Jan 2025"}, { - id: "3", category: "Conversion Optimization", title: "B2B Services: $2.5M in New Contract Value", excerpt: "Refined targeting and optimized landing pages converted leads into enterprise contracts totaling $2.5M in first year.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-mobile-phone-laptop-table_1232-4886.jpg?_wi=2", imageAlt: "Ecommerce growth and conversion optimization", authorName: "Conversion Team", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-work_23-2149713661.jpg", date: "05 Jan 2025"}, + id: "3", category: "Conversion Optimization", title: "B2B Services: $2.5M in New Contract Value", excerpt: "Refined targeting and optimized landing pages converted leads into enterprise contracts totaling $2.5M in first year.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-mobile-phone-laptop-table_1232-4886.jpg", imageAlt: "Ecommerce growth and conversion optimization", authorName: "Conversion Team", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-work_23-2149713661.jpg", date: "05 Jan 2025"}, ]} /> @@ -205,7 +205,7 @@ export default function LandingPage() { { id: "5", title: "Can you work with our existing team?", content: "Absolutely. We collaborate seamlessly with in-house teams, acting as an extension of your marketing department. Clear communication and knowledge transfer are core to our approach."}, { - id: "6", title: "What industries do you specialize in?", content: "We've delivered results across diverse industries including SaaS, B2B services, e-commerce, fintech, healthcare, and professional services. Industry expertise accelerates our strategy and execution."}, + id: "6", title: "What industries do you specialize in?", content: "We've delivered results across diverse industries including SaaS, B2B services, e-commerce, fintech, healthcare, and professional services. Industry expertise accelerates our strategy and execution."} ]} /> -- 2.49.1