Update src/app/page.tsx
This commit is contained in:
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="aurora"
|
background="circleGradient"
|
||||||
cardStyle="layered-gradient"
|
cardStyle="layered-gradient"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
|||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
title="Where Creative Vision Meets Strategic Excellence"
|
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."
|
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={[
|
kpis={[
|
||||||
{ value: "500+", label: "Projects Delivered" },
|
{ value: "500+", label: "Projects Delivered" },
|
||||||
{ value: "98%", label: "Client Satisfaction" },
|
{ value: "98%", label: "Client Satisfaction" },
|
||||||
@@ -192,7 +192,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
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: [
|
items: [
|
||||||
{ icon: Target, text: "Goal-oriented strategy" },
|
{ icon: Target, text: "Goal-oriented strategy" },
|
||||||
{ icon: TrendingUp, text: "Data-driven decisions" },
|
{ icon: TrendingUp, text: "Data-driven decisions" },
|
||||||
@@ -201,7 +201,7 @@ export default function LandingPage() {
|
|||||||
reverse: false
|
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: [
|
items: [
|
||||||
{ icon: Palette, text: "Stunning design" },
|
{ icon: Palette, text: "Stunning design" },
|
||||||
{ icon: Zap, text: "User-centric UX" },
|
{ icon: Zap, text: "User-centric UX" },
|
||||||
@@ -210,7 +210,7 @@ export default function LandingPage() {
|
|||||||
reverse: true
|
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: [
|
items: [
|
||||||
{ icon: Code, text: "Clean code" },
|
{ icon: Code, text: "Clean code" },
|
||||||
{ icon: Zap, text: "High performance" },
|
{ icon: Zap, text: "High performance" },
|
||||||
@@ -230,7 +230,7 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
text="Ready to transform your digital vision into reality? Let's create something extraordinary together. Reach out today to start your next project."
|
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"
|
animationType="entrance-slide"
|
||||||
background={{ variant: "aurora" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get In Touch", href: "mailto:hello@webild.studio" },
|
{ text: "Get In Touch", href: "mailto:hello@webild.studio" },
|
||||||
|
|||||||
Reference in New Issue
Block a user