4 Commits

Author SHA1 Message Date
d907605c4d Update src/app/page.tsx 2026-03-04 05:43:41 +00:00
d87a4be927 Update src/app/layout.tsx 2026-03-04 05:43:40 +00:00
3cda27ab8d Merge version_2 into main
Merge version_2 into main
2026-03-04 05:42:47 +00:00
4126745cbf Merge version_2 into main
Merge version_2 into main
2026-03-04 05:40:47 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1392,4 +1392,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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;