Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -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() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-design-minimal-technology-landing-page_23-2149188470.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-design-minimal-technology-landing-page_23-2149188470.jpg"
|
||||
imageAlt="Mkani - Empowering Local Businesses"
|
||||
logoText="Mkani"
|
||||
copyrightText="© 2025 Mkani. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user