Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 429488669f | |||
| 0aabc32dd3 | |||
| c3f936a34a | |||
| 7b1b297f77 |
@@ -5,7 +5,8 @@ import "./globals.css";
|
|||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Thunderbolt Electric | Professional Electrical Services", description: "Expert electrical services for residential and commercial properties. Licensed electricians, fast response times, and reliable solutions."};
|
title: "Thunderbolt Electric | Professional Electrical Services", description: "Expert electrical services for residential and commercial properties. Licensed electricians, fast response times, and reliable solutions."
|
||||||
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
@@ -1384,4 +1385,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -176,9 +176,9 @@ export default function LandingPage() {
|
|||||||
imageAlt="Electrical service tools and equipment"
|
imageAlt="Electrical service tools and equipment"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
inputPlaceholder="Enter your email address"
|
inputPlaceholder="Enter your phone number"
|
||||||
buttonText="Get Free Quote"
|
buttonText="Get Free Quote"
|
||||||
termsText="We respect your privacy. Your information will only be used to contact you about your electrical service request."
|
termsText="By calling +1(516)974-2879, we respect your privacy. Your information will only be used to contact you about your electrical service request."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -206,7 +206,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Support", items: [
|
title: "Support", items: [
|
||||||
{ label: "FAQ", href: "#faq" },
|
{ label: "FAQ", href: "#faq" },
|
||||||
{ label: "Emergency Number", href: "#" },
|
{ label: "Emergency Number", href: "tel:+1(516)974-2879" },
|
||||||
{ label: "Schedule Service", href: "#contact" },
|
{ label: "Schedule Service", href: "#contact" },
|
||||||
{ label: "Get a Quote", href: "#contact" }
|
{ label: "Get a Quote", href: "#contact" }
|
||||||
]
|
]
|
||||||
@@ -216,4 +216,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user