Compare commits
25 Commits
version_2
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 757de71dbe | |||
| 2794e93a6c | |||
| ec5bdaf384 | |||
| c62fd4481f | |||
| 2caab86518 | |||
| 6bf3e0cdf7 | |||
| 671b1c140a | |||
| 9f11c52907 | |||
| 039465084d | |||
| fbcd3a9477 | |||
| 2afdd79ad9 | |||
| 419e075901 | |||
| 8f73197588 | |||
| 455de897a4 | |||
| fd65c62da0 | |||
| 70fa844aa8 | |||
| b62bd8d671 | |||
| b6269c0171 | |||
| a8f00f688c | |||
| 7e3c5f3f88 | |||
| 9c6f337ae4 | |||
| a2d36806db | |||
| 9e1868515a | |||
| 31237c04e9 | |||
| e01b7d7a13 |
@@ -6,20 +6,21 @@ import "@/lib/gsap-setup";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Manrope } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = { title: 'Elite Roofing Solutions | Professional Roof Repair & Installation', description: 'Protect your home with expert roofing services. From emergency repairs to full roof replacements, our certified team delivers durable, high-quality results.' };
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -28,9 +29,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<body className={`${manrope.variable} antialiased`}>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
|
||||
@@ -32,13 +32,13 @@ export default function RoofingPage() {
|
||||
<div className="fixed bottom-0 left-0 right-0 z-50 p-4 bg-background border-t border-accent">
|
||||
<div className="max-w-7xl mx-auto flex items-center justify-center gap-4 text-sm">
|
||||
<Cookie className="w-5 h-5 shrink-0" />
|
||||
<p>We use cookies to help the site function, measure usage, and support marketing.</p>
|
||||
<p>Our site uses cookies to help function, measure usage, and support marketing.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="Summit Roofing"
|
||||
brandName="Billing Roofing Services "
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
@@ -60,7 +60,7 @@ export default function RoofingPage() {
|
||||
]}
|
||||
avatarText="Professional Roofing Services"
|
||||
avatarGroupClassName="[&_div.overflow-hidden]:h-10 [&_div.overflow-hidden]:aspect-square [&>p]:whitespace-nowrap"
|
||||
title="Your Roof. Our Reputation."
|
||||
title="All Your Roofing Saloution. In Our Hands. "
|
||||
description="Trusted by homeowners for over 25 years. From storm damage repairs to full roof replacements, Summit Roofing delivers quality craftsmanship you can count on."
|
||||
buttons={[
|
||||
{ text: "Get Free Estimate", href: "#contact" },
|
||||
@@ -296,7 +296,7 @@ export default function RoofingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="Summit Roofing"
|
||||
logoText="Billing Roofing services "
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
@@ -336,4 +336,4 @@ export default function RoofingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-inter-tight), sans-serif;
|
||||
font-family: var(--font-manrope), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-inter-tight), sans-serif;
|
||||
font-family: var(--font-manrope), sans-serif;
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #ffffff;
|
||||
--foreground: #111111;
|
||||
--primary-cta: #e85d04;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #111111;
|
||||
--accent: #e85d04;
|
||||
--background-accent: #f4a261;
|
||||
--background: #080200;
|
||||
--card: #1a0d0b;
|
||||
--foreground: #ffe6d5;
|
||||
--primary-cta: #ffaa70;
|
||||
--primary-cta-text: #080200;
|
||||
--secondary-cta: #170b07;
|
||||
--secondary-cta-text: #ffe6d5;
|
||||
--accent: #7b5e4a;
|
||||
--background-accent: #b8541e;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user