Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cd784c16e3 | |||
| 34c9693b89 | |||
| 134f974e5a | |||
| b6e6350bf1 | |||
| 4b01a55cb5 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user