Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-09 03:44:38 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Star, MapPin, Mail, Phone, Wrench, ShieldCheck, Zap } from "lucide-react";
import { Star, MapPin, Phone, ShieldCheck } from "lucide-react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
@@ -35,8 +35,7 @@ export default function LandingPage() {
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
button={{
text: "Call Now", href: "tel:5550123456"}}
button={{ text: "Call Now", href: "tel:5550123456" }}
brandName="AllPro"
/>
</div>
@@ -46,6 +45,7 @@ export default function LandingPage() {
title="Santa Rosas Trusted Roofing Experts"
description="Precision craftsmanship, premium materials, and results that last decades. We provide peace of mind for your biggest investment."
tag="Licensed & Insured"
background={{ variant: "plain" }}
rating={5}
ratingText="Rated 5/5 by 500+ local homeowners"
mediaItems={[
@@ -60,6 +60,8 @@ export default function LandingPage() {
<MetricCardOne
title="Our Local Impact"
description="Proudly serving the Santa Rosa community with dedicated local service and high standards."
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{ id: "1", value: "15+ Years", title: "Local Experience", description: "Serving Sonoma County", icon: MapPin },
{ id: "2", value: "500+", title: "Completed Roofs", description: "Happy local clients", icon: ShieldCheck },
@@ -75,6 +77,7 @@ export default function LandingPage() {
title="Premium Roofing Services"
description="Comprehensive solutions designed for California weather conditions."
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Roof Replacement", description: "Full installations using premium materials.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg" },
{ title: "Repair & Restoration", description: "Quick fixes for leaks and storm damage.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg" },
@@ -86,6 +89,9 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
title="What Our Customers Say"
description="Real feedback from our happy clients in the area."
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
testimonials={[
{ id: "1", name: "Sarah J.", role: "Homeowner", testimonial: "Professional, fast, and high-quality. The best in the area!", icon: Star },
@@ -100,6 +106,7 @@ export default function LandingPage() {
description="Tell us about your project and we'll reach out with a fair quote within 24 hours."
tag="Contact Us"
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/construction-people-working-roof_23-2149343666.jpg"
/>
</div>