Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 17:53:13 +00:00

View File

@@ -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"
@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Transforming Ideas Into Digital Excellence"
description="We're a creative web agency dedicated to building stunning, high-performance websites that capture your brand's essence and drive real results. Strategic thinking meets beautiful design."
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "150+", label: "Projects Delivered" },
{ value: "98%", label: "Client Satisfaction" },
@@ -83,15 +83,15 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Strategy", title: "Digital Strategy", subtitle: "Roadmap for success", description: "We begin with deep research and competitive analysis to craft a digital strategy that aligns with your business goals and resonates with your audience.", imageSrc: "http://img.b2bpic.net/free-vector/creative-process-concept-landing-page-template_23-2148153173.jpg?_wi=1", imageAlt: "Digital strategy planning"
tag: "Strategy", title: "Digital Strategy", subtitle: "Roadmap for success", description: "We begin with deep research and competitive analysis to craft a digital strategy that aligns with your business goals and resonates with your audience.", imageSrc: "http://img.b2bpic.net/free-vector/creative-process-concept-landing-page-template_23-2148153173.jpg", imageAlt: "Digital strategy planning"
},
{
id: 2,
tag: "Design", title: "UI/UX Design", subtitle: "Beautiful experiences", description: "Our designers create intuitive, visually stunning interfaces that engage users and drive conversions. Every pixel serves a purpose.", imageSrc: "http://img.b2bpic.net/free-vector/five-whys-infographic-concept_23-2148555772.jpg?_wi=1", imageAlt: "Design process and methodology"
tag: "Design", title: "UI/UX Design", subtitle: "Beautiful experiences", description: "Our designers create intuitive, visually stunning interfaces that engage users and drive conversions. Every pixel serves a purpose.", imageSrc: "http://img.b2bpic.net/free-vector/five-whys-infographic-concept_23-2148555772.jpg", imageAlt: "Design process and methodology"
},
{
id: 3,
tag: "Development", title: "Web Development", subtitle: "Powered by innovation", description: "We build fast, scalable, and secure websites using cutting-edge technologies. Performance and user experience are always our priority.", imageSrc: "http://img.b2bpic.net/free-vector/colorful-flat-design-icons-representing-business-finance-technology-concepts_9975-95348.jpg?_wi=1", imageAlt: "Web development process"
tag: "Development", title: "Web Development", subtitle: "Powered by innovation", description: "We build fast, scalable, and secure websites using cutting-edge technologies. Performance and user experience are always our priority.", imageSrc: "http://img.b2bpic.net/free-vector/colorful-flat-design-icons-representing-business-finance-technology-concepts_9975-95348.jpg", imageAlt: "Web development process"
}
]}
textboxLayout="default"
@@ -106,7 +106,7 @@ export default function LandingPage() {
tag="How We Work"
features={[
{
id: "1", title: "Discovery & Research", description: "We dive deep into understanding your business, market, and audience. This phase sets the foundation for strategic, impactful solutions.", media: { imageSrc: "http://img.b2bpic.net/free-vector/creative-process-concept-landing-page-template_23-2148153173.jpg?_wi=2" },
id: "1", title: "Discovery & Research", description: "We dive deep into understanding your business, market, and audience. This phase sets the foundation for strategic, impactful solutions.", media: { imageSrc: "http://img.b2bpic.net/free-vector/creative-process-concept-landing-page-template_23-2148153173.jpg" },
items: [
{ icon: Target, text: "Audience Analysis" },
{ icon: TrendingUp, text: "Market Research" },
@@ -115,7 +115,7 @@ export default function LandingPage() {
reverse: false
},
{
id: "2", title: "Design & Prototyping", description: "Our designers craft beautiful, user-centered interfaces. We create interactive prototypes to validate concepts before development.", media: { imageSrc: "http://img.b2bpic.net/free-vector/five-whys-infographic-concept_23-2148555772.jpg?_wi=2" },
id: "2", title: "Design & Prototyping", description: "Our designers craft beautiful, user-centered interfaces. We create interactive prototypes to validate concepts before development.", media: { imageSrc: "http://img.b2bpic.net/free-vector/five-whys-infographic-concept_23-2148555772.jpg" },
items: [
{ icon: Palette, text: "Visual Design" },
{ icon: Layers, text: "Prototyping" },
@@ -124,7 +124,7 @@ export default function LandingPage() {
reverse: true
},
{
id: "3", title: "Development & Launch", description: "We code clean, performant solutions using modern technologies. Rigorous testing ensures your site launches flawlessly.", media: { imageSrc: "http://img.b2bpic.net/free-vector/colorful-flat-design-icons-representing-business-finance-technology-concepts_9975-95348.jpg?_wi=2" },
id: "3", title: "Development & Launch", description: "We code clean, performant solutions using modern technologies. Rigorous testing ensures your site launches flawlessly.", media: { imageSrc: "http://img.b2bpic.net/free-vector/colorful-flat-design-icons-representing-business-finance-technology-concepts_9975-95348.jpg" },
items: [
{ icon: Code, text: "Clean Code" },
{ icon: Zap, text: "Performance" },
@@ -203,7 +203,7 @@ export default function LandingPage() {
{ text: "Start Your Project", href: "mailto:hello@webild.com" },
{ text: "Schedule a Call", href: "#" }
]}
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={true}
/>
</div>