Merge version_3 into main #7
@@ -1392,4 +1392,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -106,7 +106,7 @@ const HomePage = () => {
|
||||
mediaAnimation="none"
|
||||
buttons={[
|
||||
{ text: "📞 Call Now (332) 222-0135", href: "tel:(332)222-0135" },
|
||||
{ text: "Request Service Online", href: "#contact" },
|
||||
{ text: "Schedule Online Appointment", href: "#contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -167,7 +167,7 @@ const HomePage = () => {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "📞 Call Now", href: "tel:(332)222-0135" },
|
||||
{ text: "Request Service", href: "#contact" },
|
||||
{ text: "Schedule Online Appointment", href: "#contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -183,4 +183,4 @@ const HomePage = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default HomePage;
|
||||
export default HomePage;
|
||||
Reference in New Issue
Block a user