Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 825f9177e3 | |||
| 9854086892 | |||
| de8e5c1f1b | |||
| 9061e99f84 | |||
| 83e72a8edc | |||
| 4e6b2fe6fb | |||
| 8187b973f8 | |||
| ce9e803ba8 | |||
| e1dce3b0fc | |||
| e546990a43 | |||
| 8dc33cbbd8 |
@@ -1,68 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Pool Screen Repair Sarasota | American Screen Hero",
|
||||
description: "Professional pool cage, screen repair & rescreening services in Sarasota, Lakewood Ranch, and Bradenton, Florida. Free estimates. Call (941) 809-9115 today.",
|
||||
keywords: "pool cage repair Sarasota, pool cage rescreening Sarasota, lanai screen repair, screen repair Bradenton, screen repair Lakewood Ranch, pool enclosure repair, screen rescreening Florida, pool screen installation",
|
||||
metadataBase: new URL("https://americanscreenhero.com"),
|
||||
alternates: {
|
||||
canonical: "https://americanscreenhero.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Sarasota's Trusted Pool Screen Repair Experts | American Screen Hero",
|
||||
description: "Fast, reliable screen repair and pool enclosure rescreening. Free estimates. Serving Sarasota, Lakewood Ranch, and Bradenton.",
|
||||
url: "https://americanscreenhero.com",
|
||||
siteName: "American Screen Hero",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://americanscreenhero.com/og-hero.jpg",
|
||||
alt: "Professional pool screen repair service",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Pool Screen Repair Sarasota | American Screen Hero",
|
||||
description: "Expert screen repair and pool enclosure rescreening. Get your free estimate today.",
|
||||
images: ["https://americanscreenhero.com/twitter-hero.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "American Screen Hero - Pool Cage & Screen Repair", description: "Professional screen repair and pool enclosure rescreening services in Sarasota, Lakewood Ranch, and Bradenton."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1430,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
@@ -166,6 +166,12 @@ export default function HomePage() {
|
||||
tag="What We Offer"
|
||||
tagIcon={Wrench}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Quote", href: "#cta-contact"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -202,19 +208,19 @@ export default function HomePage() {
|
||||
{
|
||||
id: "1", name: "Margaret S.", role: "Homeowner", company: "Sarasota", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/photo-serious-mixed-race-partners-discuss-financial-data_273609-44254.jpg", imageAlt: "satisfied homeowner portrait happy client"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiruCR7xtXa8HIbr52voHdY3BQ/uploaded-1773089720919-hem8b6pv.png", imageAlt: "satisfied homeowner portrait happy client"},
|
||||
{
|
||||
id: "2", name: "Robert T.", role: "Pool Owner", company: "Lakewood Ranch", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-smiling-woman-bikini-swimming-pool_23-2148138682.jpg", imageAlt: "pool owner satisfied customer portrait"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiruCR7xtXa8HIbr52voHdY3BQ/uploaded-1773089720920-fo18wc4b.png", imageAlt: "pool owner satisfied customer portrait"},
|
||||
{
|
||||
id: "3", name: "Patricia M.", role: "Senior Homeowner", company: "Bradenton", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-women-reading-cellphone-messages_23-2150273387.jpg", imageAlt: "elderly homeowner satisfied review"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiruCR7xtXa8HIbr52voHdY3BQ/uploaded-1773089720919-8mmoxn7n.png", imageAlt: "elderly homeowner satisfied review"},
|
||||
{
|
||||
id: "4", name: "James & Linda K.", role: "Family Homeowners", company: "Sarasota", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205472.jpg", imageAlt: "florida family homeowner portrait"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiruCR7xtXa8HIbr52voHdY3BQ/uploaded-1773089720920-zs7bl4ob.png", imageAlt: "florida family homeowner portrait"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -251,7 +257,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="cta-contact" data-section="cta-contact">
|
||||
<ContactText
|
||||
text="Ready for professional screen repair service? Contact American Screen Hero today for your free estimate."
|
||||
text="Storm season approaching? Get your free estimate today! Respond within 24 hours guaranteed."
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fbfaff;
|
||||
--card: #f7f5ff;
|
||||
--foreground: #0f0022;
|
||||
--primary-cta: #0b4da8;
|
||||
--primary-cta-text: #fbfaff;
|
||||
--background: #f5faff;
|
||||
--card: #f1f8ff;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #f5faff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #0f0022;
|
||||
--accent: #d8cef5;
|
||||
--background-accent: #c4a8f9;
|
||||
--secondary-cta-text: #001122;
|
||||
--accent: #a8cce8;
|
||||
--background-accent: #7ba3cf;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user