Update src/app/page.tsx
This commit is contained in:
@@ -82,7 +82,7 @@ export default function LandingPage() {
|
||||
<FeatureCardTen
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Strategic Consulting", description: "We start by understanding your business, market position, and growth objectives. Our consultants develop comprehensive digital roadmaps that align technology with your business strategy.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARI1jkEo9ShNhcnIB1EAbh5It8/digital-strategy-planning-session-with-c-1772548979631-635364a6.png" },
|
||||
id: "1", title: "Strategic Consulting", description: "We start by understanding your business, market position, and growth objectives. Our consultants develop comprehensive digital roadmaps that align technology with your business strategy.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARI1jkEo9ShNhcnIB1EAbh5It8/digital-strategy-planning-session-with-c-1772548979631-635364a6.png?_wi=1" },
|
||||
items: [
|
||||
{ icon: Target, text: "Market Analysis & Positioning" },
|
||||
{ icon: TrendingUp, text: "Growth Strategy Development" },
|
||||
@@ -91,7 +91,7 @@ export default function LandingPage() {
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "2", title: "Design & UX", description: "Our design experts create beautiful, user-centered interfaces that convert visitors into customers. Every pixel serves a purpose in your brand story.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARI1jkEo9ShNhcnIB1EAbh5It8/ux-ui-design-process-visualization-showi-1772548978379-10931978.png" },
|
||||
id: "2", title: "Design & UX", description: "Our design experts create beautiful, user-centered interfaces that convert visitors into customers. Every pixel serves a purpose in your brand story.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARI1jkEo9ShNhcnIB1EAbh5It8/ux-ui-design-process-visualization-showi-1772548978379-10931978.png?_wi=1" },
|
||||
items: [
|
||||
{ icon: Palette, text: "Brand Identity Design" },
|
||||
{ icon: Smartphone, text: "Responsive UI/UX Design" },
|
||||
@@ -100,7 +100,7 @@ export default function LandingPage() {
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "3", title: "Development & Integration", description: "Our skilled developers build robust, scalable solutions using modern technologies. We integrate seamlessly with your existing systems for smooth implementation.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARI1jkEo9ShNhcnIB1EAbh5It8/software-development-environment-showing-1772548978476-ba4c9b58.png" },
|
||||
id: "3", title: "Development & Integration", description: "Our skilled developers build robust, scalable solutions using modern technologies. We integrate seamlessly with your existing systems for smooth implementation.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARI1jkEo9ShNhcnIB1EAbh5It8/software-development-environment-showing-1772548978476-ba4c9b58.png?_wi=1" },
|
||||
items: [
|
||||
{ icon: Code2, text: "Custom Software Development" },
|
||||
{ icon: Database, text: "API Integration & Automation" },
|
||||
@@ -129,15 +129,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "TechVenture Inc", name: "AI-Powered Platform Redesign", price: "Complete Platform Modernization", rating: 5,
|
||||
reviewCount: "8 months", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARI1jkEo9ShNhcnIB1EAbh5It8/digital-strategy-planning-session-with-c-1772548979631-635364a6.png", imageAlt: "AI Platform Redesign Project"
|
||||
reviewCount: "8 months", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARI1jkEo9ShNhcnIB1EAbh5It8/digital-strategy-planning-session-with-c-1772548979631-635364a6.png?_wi=2", imageAlt: "AI Platform Redesign Project"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "RetailFlow Co", name: "E-Commerce Transformation", price: "300% Conversion Increase", rating: 5,
|
||||
reviewCount: "6 months", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARI1jkEo9ShNhcnIB1EAbh5It8/ux-ui-design-process-visualization-showi-1772548978379-10931978.png", imageAlt: "E-Commerce Project"
|
||||
reviewCount: "6 months", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARI1jkEo9ShNhcnIB1EAbh5It8/ux-ui-design-process-visualization-showi-1772548978379-10931978.png?_wi=2", imageAlt: "E-Commerce Project"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "FinanceHub Solutions", name: "FinTech Mobile Application", price: "500K+ Active Users", rating: 5,
|
||||
reviewCount: "12 months", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARI1jkEo9ShNhcnIB1EAbh5It8/software-development-environment-showing-1772548978476-ba4c9b58.png", imageAlt: "FinTech Mobile App"
|
||||
reviewCount: "12 months", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARI1jkEo9ShNhcnIB1EAbh5It8/software-development-environment-showing-1772548978476-ba4c9b58.png?_wi=2", imageAlt: "FinTech Mobile App"
|
||||
}
|
||||
]}
|
||||
title="Featured Client Projects"
|
||||
|
||||
Reference in New Issue
Block a user