Merge version_1 into main #1
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
description="We craft stunning web experiences that bring your vision to life. Transform your ideas into digital masterpieces that engage, delight, and drive results."
|
||||
tag="Web Design Studio"
|
||||
tagIcon={Sparkles}
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUvVr3QMTJhGQGeQiV8zc38Cps/a-modern-minimalist-web-design-interface-1772660073109-6dc70efe.png", imageAlt: "Web design portfolio showcase" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUvVr3QMTJhGQGeQiV8zc38Cps/a-stunning-website-hero-section-with-bol-1772660070572-3f7c0f02.png", imageAlt: "Modern website interface" },
|
||||
@@ -63,6 +63,7 @@ export default function LandingPage() {
|
||||
<AboutMetric
|
||||
title="We transform digital landscapes into compelling brand experiences that resonate with your audience and accelerate business growth through innovative design solutions."
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="none"
|
||||
metrics={[
|
||||
{ icon: Briefcase, label: "Projects Completed", value: "150+" },
|
||||
{ icon: Users, label: "Happy Clients", value: "75+" },
|
||||
@@ -181,7 +182,7 @@ export default function LandingPage() {
|
||||
title="Ready to build something amazing?"
|
||||
description="Let's transform your vision into a digital reality. Contact us today to discuss your project and discover how we can help your business grow."
|
||||
tagIcon={Zap}
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Start Project"
|
||||
|
||||
Reference in New Issue
Block a user