From 1171c11eda7e305e65eed25b55c29eeaa81ed03d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 18:53:20 +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 358262c..0fe79f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -45,8 +45,8 @@ export default function LandingPage() { { text: "Learn More", href: "#services" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} - imageSrc="http://img.b2bpic.net/free-vector/flat-design-minimal-technology-landing-page_23-2149188470.jpg?_wi=1" + background={{ variant: "plain" }} + imageSrc="http://img.b2bpic.net/free-vector/flat-design-minimal-technology-landing-page_23-2149188470.jpg" imageAlt="Mkani Digital Agency Dashboard" mediaAnimation="opacity" frameStyle="browser" @@ -69,20 +69,20 @@ export default function LandingPage() { { id: 1, title: "Website Design", description: "Modern, responsive websites built to convert visitors into customers. We create stunning digital storefronts that showcase your services and drive sales.", buttons: [{ text: "Explore", href: "#" }], - phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cn3iof&_wi=1", imageAlt: "Website Design Service" }, - phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cn3iof&_wi=2", imageAlt: "Website Design Portfolio" } + phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cn3iof", imageAlt: "Website Design Service" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cn3iof", imageAlt: "Website Design Portfolio" } }, { id: 2, title: "Google Business Profile Optimization", description: "Boost your local visibility with a fully optimized Google Business Profile. Get found by customers searching for services like yours in your area.", buttons: [{ text: "Discover", href: "#" }], - phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zau6s7&_wi=1", imageAlt: "Google Business Optimization" }, - phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zau6s7&_wi=2", imageAlt: "Local SEO Strategy" } + phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zau6s7", imageAlt: "Google Business Optimization" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zau6s7", imageAlt: "Local SEO Strategy" } }, { id: 3, title: "Strategic Branding", description: "Build a strong brand identity that resonates with your target audience. From logos to brand guidelines, we create cohesive visual identities that command attention.", buttons: [{ text: "Learn More", href: "#" }], - phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-colored-alpha-logos_23-2148979936.jpg?_wi=1", imageAlt: "Branding Services" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-colored-alpha-logos_23-2148979936.jpg?_wi=2", imageAlt: "Brand Identity Design" } + phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-colored-alpha-logos_23-2148979936.jpg", imageAlt: "Branding Services" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-colored-alpha-logos_23-2148979936.jpg", imageAlt: "Brand Identity Design" } } ]} showStepNumbers={true} @@ -184,7 +184,7 @@ export default function LandingPage() {