Update src/app/process/page.tsx
This commit is contained in:
@@ -30,7 +30,7 @@ export default function ProcessPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -62,14 +62,10 @@ export default function ProcessPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Discovery & Strategy",
|
||||
description:
|
||||
"We dive deep into your business goals, target audience, and competitive landscape to build a strategic foundation that ensures your website delivers real results.",
|
||||
media: {
|
||||
id: "1", title: "Discovery & Strategy", description:
|
||||
"We dive deep into your business goals, target audience, and competitive landscape to build a strategic foundation for your website.", media: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT86I6kP0Pt2UZkb6hgesrnSAE/a-strategic-workshop-room-with-team-cond-1772610083543-a92bcb06.png",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT86I6kP0Pt2UZkb6hgesrnSAE/a-strategic-workshop-room-with-team-cond-1772610083543-a92bcb06.png"},
|
||||
items: [
|
||||
{ icon: Compass, text: "Market & competitor analysis" },
|
||||
{ icon: Users, text: "Audience research & personas" },
|
||||
@@ -79,14 +75,10 @@ export default function ProcessPage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Design & Prototyping",
|
||||
description:
|
||||
"Our designers craft beautiful, conversion-focused designs that reflect your brand and guide users toward action. Every design decision is backed by research and best practices.",
|
||||
media: {
|
||||
id: "2", title: "Design & Prototyping", description:
|
||||
"Our designers craft beautiful, conversion-focused designs that reflect your brand and guide users toward action.", media: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT86I6kP0Pt2UZkb6hgesrnSAE/a-designer-creating-mockups-and-prototyp-1772610082668-9fd9d076.png",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT86I6kP0Pt2UZkb6hgesrnSAE/a-designer-creating-mockups-and-prototyp-1772610082668-9fd9d076.png"},
|
||||
items: [
|
||||
{ icon: Palette, text: "Visual design & prototypes" },
|
||||
{ icon: MousePointer, text: "Interactive mockups" },
|
||||
@@ -96,14 +88,10 @@ export default function ProcessPage() {
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Development & Launch",
|
||||
description:
|
||||
"Our developers build your website with clean code, optimal performance, and SEO best practices from day one. We ensure every technical detail supports your business goals.",
|
||||
media: {
|
||||
id: "3", title: "Development & Launch", description:
|
||||
"Our developers build your website with clean code, optimal performance, and SEO best practices from day one.", media: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT86I6kP0Pt2UZkb6hgesrnSAE/a-developer-s-desk-with-multiple-monitor-1772610081923-375d1236.png",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT86I6kP0Pt2UZkb6hgesrnSAE/a-developer-s-desk-with-multiple-monitor-1772610081923-375d1236.png"},
|
||||
items: [
|
||||
{ icon: Code, text: "Production-ready code" },
|
||||
{ icon: Rocket, text: "Performance optimization" },
|
||||
@@ -123,7 +111,7 @@ export default function ProcessPage() {
|
||||
description="Ready to experience our process firsthand? Schedule a discovery call with our team. We'll walk through our methodology and show you exactly how we'll transform your startup's online presence."
|
||||
tagIcon={Rocket}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT86I6kP0Pt2UZkb6hgesrnSAE/a-team-reviewing-analytics-and-performan-1772610084135-3b7bc75c.png"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user