5 Commits

Author SHA1 Message Date
cd784c16e3 Update src/app/page.tsx 2026-03-12 19:04:54 +00:00
34c9693b89 Merge version_2 into main
Merge version_2 into main
2026-03-12 02:32:20 +00:00
134f974e5a Update src/app/page.tsx 2026-03-12 02:32:10 +00:00
b6e6350bf1 Merge version_1 into main
Merge version_1 into main
2026-03-12 02:28:43 +00:00
4b01a55cb5 Merge version_1 into main
Merge version_1 into main
2026-03-12 02:28:12 +00:00

View File

@@ -122,7 +122,7 @@ export default function LandingPage() {
id: "2", value: "98", title: "% Satisfaction", description: "Client satisfaction and retention rate", icon: Award
},
{
id: "3", value: "2.5", title: "sec", description: "Average site load time for our projects", icon: Zap
id: "3", value: "2.5", title: "sec", description: "Average site load time (industry avg: 5+ sec)", icon: Zap
},
{
id: "4", value: "500", title: "M+", description: "Total monthly visitors served", icon: TrendingUp
@@ -170,7 +170,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Start Your Digital Transformation"
ctaDescription="Let's discuss how Dev Studio can elevate your digital presence and drive business growth."
ctaDescription="Get a personalized proposal and see exactly how we can transform your digital presence"
ctaButton={{ text: "Schedule a Call", href: "https://calendly.com" }}
ctaIcon={Calendar}
useInvertedBackground={false}
@@ -236,4 +236,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}