3 Commits

Author SHA1 Message Date
0aabc32dd3 Update src/app/page.tsx 2026-03-09 12:46:26 +00:00
c3f936a34a Update src/app/layout.tsx 2026-03-09 12:46:26 +00:00
7b1b297f77 Merge version_2 into main
Merge version_2 into main
2026-03-09 12:33:31 +00:00
2 changed files with 7 additions and 6 deletions

View File

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

View File

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