Update src/app/web-development/page.tsx
This commit is contained in:
@@ -34,7 +34,7 @@ export default function WebDevelopmentPage() {
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Start a Project", href: "#contact"
|
||||
text: "Contact", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -53,8 +53,7 @@ export default function WebDevelopmentPage() {
|
||||
tag="Modern Web Development"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "View Portfolio", href: "#projects" },
|
||||
{ text: "Start Your Project", href: "#contact" }
|
||||
{ text: "View Portfolio", href: "#projects" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AndPFbpHqBEtlv0fG4wek8eWPV/screenshot-of-a-high-end-modern-business-1773232935942-84f134d4.png?_wi=1"
|
||||
@@ -74,33 +73,21 @@ export default function WebDevelopmentPage() {
|
||||
{
|
||||
id: "frontend-development", label: "Frontend Development", title: "Modern Interactive Interfaces", items: [
|
||||
"React & Next.js applications", "Responsive design across all devices", "Advanced animations and interactions", "Accessibility-first implementation"
|
||||
],
|
||||
buttons: [
|
||||
{ text: "Learn More", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "performance-optimization", label: "Performance", title: "Lightning-Fast Performance", items: [
|
||||
"Image optimization and lazy loading", "Code splitting and bundling optimization", "Core Web Vitals optimization", "Content delivery network integration"
|
||||
],
|
||||
buttons: [
|
||||
{ text: "Explore", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "backend-infrastructure", label: "Backend Services", title: "Scalable Infrastructure", items: [
|
||||
"Node.js and API development", "Database design and optimization", "Cloud infrastructure setup", "Secure authentication systems"
|
||||
],
|
||||
buttons: [
|
||||
{ text: "Discover", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "conversion-seo", label: "Optimization", title: "SEO & Conversion Focused", items: [
|
||||
"Technical SEO implementation", "Conversion rate optimization", "Analytics and tracking setup", "A/B testing and performance monitoring"
|
||||
],
|
||||
buttons: [
|
||||
{ text: "Get Started", href: "#contact" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -185,4 +172,4 @@ export default function WebDevelopmentPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user