Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni
|
||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { ShieldCheck, Wrench, DollarSign, Phone, Mail, MapPin } from "lucide-react";
|
||||
import { ShieldCheck, Wrench, DollarSign, Phone } from "lucide-react";
|
||||
|
||||
export default function LoonstynPage() {
|
||||
return (
|
||||
@@ -66,7 +66,6 @@ export default function LoonstynPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
tag="About Us"
|
||||
title="Decades of Roofing Excellence"
|
||||
description="At Loonstyn Roofing, we combine traditional craftsmanship with modern materials to ensure your roof stands the test of time. Our family-owned business prides itself on integrity, safety, and precision in every square foot we install."
|
||||
metrics={[
|
||||
@@ -94,7 +93,6 @@ export default function LoonstynPage() {
|
||||
{ title: "Emergency Services", description: "Available 24/7 for storm damage and urgent leaks.", imageSrc: "http://img.b2bpic.net/free-photo/view-hammer-construction_23-2150530707.jpg", imageAlt: "Emergency Roofing" },
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
uniformGridCustomHeightClasses="aspect-square"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -164,7 +162,7 @@ export default function LoonstynPage() {
|
||||
tagIcon={Phone}
|
||||
title="Secure Your Home Today"
|
||||
description="Ready for a new roof or professional repair? Our experts are standing by to help. Fill out the form below and we will contact you within 24 hours."
|
||||
background="sparkles-gradient"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-man-holding-toolbox_23-2148748785.jpg"
|
||||
|
||||
Reference in New Issue
Block a user