diff --git a/src/app/page.tsx b/src/app/page.tsx
index c9a69fc..fa500f9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
-import { Droplets, Home, PlusCircle, RefreshCw, Search, Sun, Tool } from "lucide-react";
+import { Droplets, Home, PlusCircle, RefreshCw, Search, Sun } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,29 +33,17 @@ export default function LandingPage() {
@@ -64,22 +52,17 @@ export default function LandingPage() {
@@ -238,25 +169,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "1",
- title: "How often should I have my roof inspected?",
- content: "We recommend a professional roof inspection at least once every 1-3 years, and always after a major storm or severe weather event.",
- },
+ id: "1", title: "How often should I have my roof inspected?", content: "We recommend a professional roof inspection at least once every 1-3 years, and always after a major storm or severe weather event."},
{
- id: "2",
- title: "What types of roofing materials do you work with?",
- content: "We specialize in a variety of materials including asphalt shingles, metal roofing, tile, and flat roofs. We'll help you choose the best option for your home.",
- },
+ id: "2", title: "What types of roofing materials do you work with?", content: "We specialize in a variety of materials including asphalt shingles, metal roofing, tile, and flat roofs. We'll help you choose the best option for your home."},
{
- id: "3",
- title: "Do you offer warranties on your work?",
- content: "Yes, we stand by the quality of our craftsmanship and materials. All new installations and major repairs come with comprehensive warranties, specific details available upon consultation.",
- },
+ id: "3", title: "Do you offer warranties on our work?", content: "Yes, we stand by the quality of our craftsmanship and materials. All new installations and major repairs come with comprehensive warranties, specific details available upon consultation."},
{
- id: "4",
- title: "How long does a typical roof replacement take?",
- content: "The duration of a roof replacement depends on the size and complexity of your roof. Most residential projects are completed within 1-3 days, weather permitting.",
- },
+ id: "4", title: "How long does a typical roof replacement take?", content: "The duration of a roof replacement depends on the size and complexity of your roof. Most residential projects are completed within 1-3 days, weather permitting."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Find answers to common inquiries about our roofing services, materials, and process. If you don't see your question, feel free to reach out!"
@@ -272,27 +191,16 @@ export default function LandingPage() {
description="Ready for a durable, beautiful roof? Contact us for a complimentary, no-obligation inspection and a detailed estimate. We're here to help!"
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Your Email",
- required: true,
+ name: "email", type: "email", placeholder: "Your Email", required: true,
},
{
- name: "phone",
- type: "tel",
- placeholder: "Phone Number (Optional)",
- },
+ name: "phone", type: "tel", placeholder: "Phone Number (Optional)"},
]}
textarea={{
- name: "message",
- placeholder: "Tell us about your roofing needs or questions...",
- rows: 4,
+ name: "message", placeholder: "Tell us about your roofing needs or questions...", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/engineer-writing-condenser-values_482257-90848.jpg"
imageAlt="Roofing contractor using a tablet to inspect a roof"
@@ -308,62 +216,37 @@ export default function LandingPage() {
imageAlt="Stylized modern roofline against a sky background"
columns={[
{
- title: "Services",
- items: [
+ title: "Services", items: [
{
- label: "Roof Repairs",
- href: "#services",
- },
+ label: "Roof Repairs", href: "#services"},
{
- label: "Installations",
- href: "#services",
- },
+ label: "Installations", href: "#services"},
{
- label: "Inspections",
- href: "#services",
- },
+ label: "Inspections", href: "#services"},
{
- label: "Gutter Services",
- href: "#services",
- },
+ label: "Gutter Services", href: "#services"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Testimonials",
- href: "#testimonials",
- },
+ label: "Testimonials", href: "#testimonials"},
{
- label: "FAQ",
- href: "#faq",
- },
+ label: "FAQ", href: "#faq"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{
- label: "Facebook",
- href: "#",
- },
+ label: "Facebook", href: "#"},
{
- label: "Instagram",
- href: "#",
- },
+ label: "Instagram", href: "#"},
{
- label: "LinkedIn",
- href: "#",
- },
+ label: "LinkedIn", href: "#"},
],
},
]}
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index a7f8f0c..9d0254f 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -13,12 +13,12 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
- --primary-cta: #E34400;
+ --primary-cta: #FF7B05;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
- --background-accent: #E34400;
+ --background-accent: #FF7B05;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);