From f2e816f03a30655546dcc3e20e2c5c1bd12618f9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 00:46:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b8a7aa..a2f6f78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="mediumSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Let's Talk", href: "#contact" } ]} buttonAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} dashboard={{ title: "Recent Projects", logoIcon: Star, imageSrc: "http://img.b2bpic.net/free-vector/gray-background-with-wavy-shapes_1017-6236.jpg", searchPlaceholder: "Search projects...", sidebarItems: [ @@ -108,13 +108,13 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "01", title: "Brand Identity", description: "Complete visual system redesign that elevated brand presence and market positioning.", imageSrc: "http://img.b2bpic.net/free-vector/web-design-business-proposal-template_1421494-208.jpg?_wi=1", imageAlt: "Brand identity project" + id: "01", title: "Brand Identity", description: "Complete visual system redesign that elevated brand presence and market positioning.", imageSrc: "http://img.b2bpic.net/free-vector/web-design-business-proposal-template_1421494-208.jpg", imageAlt: "Brand identity project" }, { - id: "02", title: "Digital Platform", description: "Intuitive interface design that increased user engagement by 150% and reduced bounce rate.", imageSrc: "http://img.b2bpic.net/free-vector/creative-landing-page-template-with-login-form_125964-4623.jpg?_wi=1", imageAlt: "Digital platform project" + id: "02", title: "Digital Platform", description: "Intuitive interface design that increased user engagement by 150% and reduced bounce rate.", imageSrc: "http://img.b2bpic.net/free-vector/creative-landing-page-template-with-login-form_125964-4623.jpg", imageAlt: "Digital platform project" }, { - id: "03", title: "Marketing Campaign", description: "Comprehensive visual campaign that generated significant brand awareness and conversions.", imageSrc: "http://img.b2bpic.net/free-psd/designer-template-design_23-2151803008.jpg?_wi=1", imageAlt: "Marketing campaign project" + id: "03", title: "Marketing Campaign", description: "Comprehensive visual campaign that generated significant brand awareness and conversions.", imageSrc: "http://img.b2bpic.net/free-psd/designer-template-design_23-2151803008.jpg", imageAlt: "Marketing campaign project" } ]} textboxLayout="default" @@ -133,13 +133,13 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "01", title: "Brand Strategy", description: "Strategic positioning and visual identity systems that create lasting market impact.", imageSrc: "http://img.b2bpic.net/free-vector/web-design-business-proposal-template_1421494-208.jpg?_wi=2", imageAlt: "Brand strategy service" + id: "01", title: "Brand Strategy", description: "Strategic positioning and visual identity systems that create lasting market impact.", imageSrc: "http://img.b2bpic.net/free-vector/web-design-business-proposal-template_1421494-208.jpg", imageAlt: "Brand strategy service" }, { - id: "02", title: "Web Design", description: "User-centered digital experiences that convert visitors into loyal customers.", imageSrc: "http://img.b2bpic.net/free-vector/creative-landing-page-template-with-login-form_125964-4623.jpg?_wi=2", imageAlt: "Web design service" + id: "02", title: "Web Design", description: "User-centered digital experiences that convert visitors into loyal customers.", imageSrc: "http://img.b2bpic.net/free-vector/creative-landing-page-template-with-login-form_125964-4623.jpg", imageAlt: "Web design service" }, { - id: "03", title: "Creative Direction", description: "Strategic creative guidance that aligns your vision with market opportunities.", imageSrc: "http://img.b2bpic.net/free-psd/designer-template-design_23-2151803008.jpg?_wi=2", imageAlt: "Creative direction service" + id: "03", title: "Creative Direction", description: "Strategic creative guidance that aligns your vision with market opportunities.", imageSrc: "http://img.b2bpic.net/free-psd/designer-template-design_23-2151803008.jpg", imageAlt: "Creative direction service" } ]} textboxLayout="default" @@ -159,7 +159,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Creative Director", company: "Luminous Design Co", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell" }, { id: "2", name: "James Chen", role: "Founder", company: "Nexus Digital", rating: 5, @@ -167,11 +167,11 @@ export default function LandingPage() { }, { id: "3", name: "Elena Rodriguez", role: "Marketing Manager", company: "Elevate Brands", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Elena Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Elena Rodriguez" }, { id: "4", name: "David Thompson", role: "CEO", company: "Innovation Studios", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Thompson" } ]} kpiItems={[ -- 2.49.1