From ffd93946881e7277adadeb21255d73244b9c97db Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 17:16:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 350 +++++++---------------------------------------- 1 file changed, 46 insertions(+), 304 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 599485d..6897c38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,136 +20,43 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -159,18 +66,9 @@ export default function LandingPage() { title="Driven by Results" description="With over a decade of experience, we specialize in bridging the gap between technical excellence and creative design. We partner with innovators to build digital assets that stand the test of time." metrics={[ - { - value: "150+", - title: "Projects Completed", - }, - { - value: "95%", - title: "Client Retention", - }, - { - value: "24/7", - title: "Strategic Support", - }, + { value: "150+", title: "Projects Completed" }, + { value: "95%", title: "Client Retention" }, + { value: "24/7", title: "Strategic Support" } ]} imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-planning-trip-together_23-2148925832.jpg" mediaAnimation="slide-up" @@ -185,27 +83,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} features={[ - { - title: "Brand Identity", - description: "Compelling visual storytelling for impactful brand positioning.", - imageSrc: "http://img.b2bpic.net/free-vector/business-concept-4-flat-icons-square_1284-14754.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/light-prisms-colorful-effect_23-2148898180.jpg", - buttonText: "Explore", - }, - { - title: "Data Analytics", - description: "Actionable insights through sophisticated analytics integration.", - imageSrc: "http://img.b2bpic.net/free-photo/data-information-analytics-perfomance-concept_53876-167154.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg", - buttonText: "Explore", - }, - { - title: "Digital Strategy", - description: "Roadmaps for sustainable long-term business growth.", - imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-tablet_1134-215.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/strategy-technique-tactic-word-concept_53876-133628.jpg", - buttonText: "Explore", - }, + { title: "Brand Identity", description: "Compelling visual storytelling for impactful brand positioning.", imageSrc: "http://img.b2bpic.net/free-vector/business-concept-4-flat-icons-square_1284-14754.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/light-prisms-colorful-effect_23-2148898180.jpg", buttonText: "Explore" }, + { title: "Data Analytics", description: "Actionable insights through sophisticated analytics integration.", imageSrc: "http://img.b2bpic.net/free-photo/data-information-analytics-perfomance-concept_53876-167154.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg", buttonText: "Explore" }, + { title: "Digital Strategy", description: "Roadmaps for sustainable long-term business growth.", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-tablet_1134-215.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/strategy-technique-tactic-word-concept_53876-133628.jpg", buttonText: "Explore" } ]} title="Digital Solutions" description="Full-suite agency services tailored for modern businesses." @@ -216,29 +96,12 @@ export default function LandingPage() { @@ -380,18 +159,11 @@ export default function LandingPage() {
@@ -399,44 +171,14 @@ export default function LandingPage() {