diff --git a/src/app/page.tsx b/src/app/page.tsx
index 06711da..ac7d254 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -37,7 +37,6 @@ export default function HomePage() {
const navItems = [
{ name: "Home", id: "home" },
{ name: "Features", id: "features" },
- { name: "Pricing", id: "pricing" },
{ name: "Docs", id: "docs" },
{ name: "Contact", id: "contact" },
];
@@ -107,10 +106,10 @@ export default function HomePage() {
{/* Features Overview Section */}
- {/* Value Propositions Section */}
+ {/* Call-to-Action Section - Metrics */}
@@ -227,26 +229,25 @@ export default function HomePage() {
"From frontend to backend to mobile, everything in one platform. No more context switching between tools.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2QgD03BGzZCcdct8OQoSGmHLm/a-professional-headshot-of-a-product-man-1773685169529-2cb7f80f.png", icon: Star,
},
+ {
+ id: "testimonial-4", name: "Emily Zhang", role: "Startup Founder", testimonial:
+ "As a founder, DevPlatform lets me focus on building, not managing infrastructure. Game changer.", imageSrc:
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2QgD03BGzZCcdct8OQoSGmHLm/a-professional-headshot-of-a-startup-fou-1773685171884-d6a614fb.png", icon: Star,
+ },
+ {
+ id: "testimonial-5", name: "David Kim", role: "Engineering Director", testimonial:
+ "Enterprise-grade security, scalability, and support. Exactly what we needed for our growing team.", imageSrc:
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2QgD03BGzZCcdct8OQoSGmHLm/a-professional-headshot-of-an-engineerin-1773685169886-167fc062.png", icon: Star,
+ },
+ {
+ id: "testimonial-6", name: "Lisa Anderson", role: "Solutions Architect", testimonial:
+ "The infrastructure tools are incredible. We went from months of setup to days. Highly recommended.", imageSrc:
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2QgD03BGzZCcdct8OQoSGmHLm/a-professional-headshot-of-a-solutions-a-1773685170117-8d88e1d7.png", icon: Star,
+ },
]}
/>
- {/* Call-to-Action Sections */}
-
-
-
Ready to Transform Your Development Workflow?
-
Start building faster with DevPlatform today. Get full access to all features with our free plan.
-
-
-
-
-
-
-
{/* FAQ Section */}