Update src/app/page.tsx
This commit is contained in:
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title="Where Creative Vision Meets Strategic Excellence"
|
||||
description="We transform bold ideas into stunning digital experiences. Crafting websites, apps, and digital strategies that captivate, convert, and drive measurable growth for forward-thinking brands."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
kpis={[
|
||||
{ value: "500+", label: "Projects Delivered" },
|
||||
{ value: "98%", label: "Client Satisfaction" },
|
||||
@@ -192,7 +192,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Strategic Expertise", description: "We don't just build—we strategize. Our approach is grounded in research, market analysis, and a deep understanding of your business goals and target audience.", media: { imageSrc: "http://img.b2bpic.net/free-psd/flat-design-car-sharing-landing-page_23-2150431825.jpg?_wi=1" },
|
||||
id: "1", title: "Strategic Expertise", description: "We don't just build—we strategize. Our approach is grounded in research, market analysis, and a deep understanding of your business goals and target audience.", media: { imageSrc: "http://img.b2bpic.net/free-psd/flat-design-car-sharing-landing-page_23-2150431825.jpg" },
|
||||
items: [
|
||||
{ icon: Target, text: "Goal-oriented strategy" },
|
||||
{ icon: TrendingUp, text: "Data-driven decisions" },
|
||||
@@ -201,7 +201,7 @@ export default function LandingPage() {
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "2", title: "Creative Excellence", description: "Our designers create visually stunning, functionally perfect interfaces that engage users and reflect your brand's unique personality and values.", media: { imageSrc: "http://img.b2bpic.net/free-psd/flat-design-car-sharing-landing-page_23-2150431825.jpg?_wi=2" },
|
||||
id: "2", title: "Creative Excellence", description: "Our designers create visually stunning, functionally perfect interfaces that engage users and reflect your brand's unique personality and values.", media: { imageSrc: "http://img.b2bpic.net/free-psd/flat-design-car-sharing-landing-page_23-2150431825.jpg" },
|
||||
items: [
|
||||
{ icon: Palette, text: "Stunning design" },
|
||||
{ icon: Zap, text: "User-centric UX" },
|
||||
@@ -210,7 +210,7 @@ export default function LandingPage() {
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "3", title: "Technical Mastery", description: "Our developers build scalable, secure, and high-performance digital products using cutting-edge technologies and best practices.", media: { imageSrc: "http://img.b2bpic.net/free-psd/flat-design-car-sharing-landing-page_23-2150431825.jpg?_wi=3" },
|
||||
id: "3", title: "Technical Mastery", description: "Our developers build scalable, secure, and high-performance digital products using cutting-edge technologies and best practices.", media: { imageSrc: "http://img.b2bpic.net/free-psd/flat-design-car-sharing-landing-page_23-2150431825.jpg" },
|
||||
items: [
|
||||
{ icon: Code, text: "Clean code" },
|
||||
{ icon: Zap, text: "High performance" },
|
||||
@@ -230,7 +230,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
text="Ready to transform your digital vision into reality? Let's create something extraordinary together. Reach out today to start your next project."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Get In Touch", href: "mailto:hello@webild.studio" },
|
||||
|
||||
Reference in New Issue
Block a user