Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-06-11 20:01:22 +00:00
3 changed files with 15 additions and 15 deletions

View File

@@ -50,8 +50,8 @@ export default function AboutPage() {
]}
imageSrc="http://img.b2bpic.net/free-photo/low-view-man-working-roof-with-drill_23-2148748773.jpg"
imageAlt="Dal Mar Roofing crew working together"
mediaAnimation="text-stagger"
metricsAnimation="text-stagger"
mediaAnimation="text-shift"
metricsAnimation="text-shift"
useInvertedBackground={true}
/>
</div>
@@ -68,7 +68,7 @@ export default function AboutPage() {
]
}
]}
animationType="fadeIn"
animationType="entrance-slide"
textboxLayout="default"
useInvertedBackground={false}
/>

View File

@@ -11,7 +11,7 @@ import { Star, Sparkles } from "lucide-react";
import Link from "next/link";
export default function HomePage() {
return (
return ()
<ThemeProvider
defaultButtonVariant={"text-shift"}
defaultTextAnimation={"entrance-slide"}
@@ -48,12 +48,12 @@ export default function HomePage() {
description="With over 20 years of experience, Dal Mar Roofing Industries Inc. delivers exceptional quality and reliable service. Owner Dale Martin personally ensures every project meets our high standards."
tag="Your Local Roofing Experts"
tagIcon={Star}
tagAnimation="text-stagger"
tagAnimation="text-shift"
buttons={[
{ text: "Get a Free Quote", href: "/contact" },
{ text: "Call Now: (386) 760-8240", href: "tel:+13867608240" }
]}
buttonAnimation="text-stagger"
buttonAnimation="text-shift"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg", alt: "Happy client 1" },
{ src: "http://img.b2bpic.net/free-photo/woman-painting-outdoors_23-2148014113.jpg", alt: "Happy client 2" },
@@ -86,8 +86,8 @@ export default function HomePage() {
]}
imageSrc="http://img.b2bpic.net/free-photo/young-bearded-builder-man-construction-uniform-safety-helmet-looking-scared-with-open-hand-making-stop-sign-purple-background_141793-30147.jpg"
imageAlt="Owner Dale Martin smiling"
mediaAnimation="text-stagger"
metricsAnimation="text-stagger"
mediaAnimation="text-shift"
metricsAnimation="text-shift"
useInvertedBackground={false}
/>
</div>
@@ -104,7 +104,7 @@ export default function HomePage() {
{ title: "Commercial Roofing", description: "Specialized roofing solutions for businesses, ensuring durability and efficiency for commercial properties.", imageSrc: "http://img.b2bpic.net/free-photo/park-lujiazui-financial-center-shanghai-china_1127-3097.jpg", imageAlt: "Commercial building flat roof", titleImageSrc: "http://img.b2bpic.net/free-photo/park-lujiazui-financial-center-shanghai-china_1127-3097.jpg", buttonText: "View Commercial" }
]}
gridVariant="uniform-all-items-equal"
animationType="fadeIn"
animationType="entrance-slide"
textboxLayout="default"
useInvertedBackground={true}
/>
@@ -122,7 +122,7 @@ export default function HomePage() {
{ id: "5", name: "Maria S.", role: "Repeat Client", testimonial: "I've trusted Dal Mar for 20 years. When I needed a new roof, there was no question who to call. Still the best!", imageSrc: "http://img.b2bpic.net/free-photo/happy-excited-caucasian-guy-love-with-his-black-girlfriend_1262-20219.jpg", imageAlt: "Maria S. photo" },
{ id: "6", name: "Chris B.", role: "Residential Client", testimonial: "Outstanding communication and a beautiful new roof. Dal Mar Roofing exceeded all my expectations.", imageSrc: "http://img.b2bpic.net/free-photo/evaluation-feedback-customer-smiley-response_53876-123011.jpg", imageAlt: "Chris B. photo" }
]}
animationType="hover-tilt"
animationType="entrance-slide"
textboxLayout="default"
useInvertedBackground={false}
/>
@@ -132,14 +132,14 @@ export default function HomePage() {
<ContactCTA
tag="Get Your Free, Fast Quote"
tagIcon={Sparkles}
tagAnimation="text-stagger"
tagAnimation="text-shift"
title="Ready for a Reliable Roof?"
description="Don't wait for roofing issues to escalate. Contact Dal Mar Roofing today for expert service and a detailed estimate. We're here to help protect your most valuable asset."
buttons={[
{ text: "Call Us Now: (386) 760-8240", href: "tel:+13867608240" },
{ text: "Get a Free Quote", href: "/contact" }
]}
buttonAnimation="text-stagger"
buttonAnimation="text-shift"
background={{ variant: "radial-gradient" }}
useInvertedBackground={true}
/>

View File

@@ -52,7 +52,7 @@ export default function ServicesPage() {
{ id: "emergency", name: "Emergency Repairs", price: "24/7 Service", variant: "Service", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg", imageAlt: "Emergency roof repair" }
]}
gridVariant="three-columns-all-equal-width"
animationType="fadeIn"
animationType="entrance-slide"
textboxLayout="default"
useInvertedBackground={true}
/>
@@ -68,7 +68,7 @@ export default function ServicesPage() {
{ id: "owner", value: "Owner", description: "On Every Project" }
]}
gridVariant="uniform-all-items-equal"
animationType="hover-tilt"
animationType="entrance-slide"
textboxLayout="default"
useInvertedBackground={false}
/>
@@ -83,7 +83,7 @@ export default function ServicesPage() {
{ id: "q2", title: "How long does a roof replacement typically take?", content: "The duration of a roof replacement depends on various factors such as roof size, complexity, and weather conditions. Most residential replacements are completed within 1-3 days, while commercial projects may take longer." },
{ id: "q3", title: "Do you offer warranties on your work?", content: "Yes, we stand behind our craftsmanship and materials. We offer comprehensive warranties on both materials and labor. Specific warranty details will be provided with your quote." }
]}
faqsAnimation="text-stagger"
faqsAnimation="text-shift"
textboxLayout="default"
useInvertedBackground={true}
/>