Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 23fd92e84e | |||
| ca9b16dfa4 | |||
| 990fa14bfa |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
|||||||
imageAlt="Professional business center in Satara"
|
imageAlt="Professional business center in Satara"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Now", href: "tel:+919876543210" },
|
{ text: "Call Now", href: "tel:+919876543210" },
|
||||||
{ text: "Get a Quote", href: "#contact" },
|
{ text: "Book a Consultation", href: "#contact" },
|
||||||
]}
|
]}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
@@ -214,4 +214,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user