diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0958b77..985656f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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-shift" - metricsAnimation="text-shift" + mediaAnimation="blur-reveal" + metricsAnimation="blur-reveal" useInvertedBackground={true} /> @@ -68,7 +68,7 @@ export default function AboutPage() { ] } ]} - animationType="entrance-slide" + animationType="slide-up" textboxLayout="default" useInvertedBackground={false} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index de0061d..ab74bf9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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="shift-hover" + tagAnimation="blur-reveal" buttons={[ { text: "Get a Free Quote", href: "/contact" }, { text: "Call Now: (386) 760-8240", href: "tel:+13867608240" } ]} - buttonAnimation="shift-hover" + buttonAnimation="blur-reveal" 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="shift-hover" - metricsAnimation="shift-hover" + mediaAnimation="blur-reveal" + metricsAnimation="blur-reveal" useInvertedBackground={false} /> @@ -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="fade-in" + animationType="blur-reveal" 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="fade-in" + animationType="blur-reveal" textboxLayout="default" useInvertedBackground={false} /> @@ -132,14 +132,14 @@ export default function HomePage() { diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index dd4e27e..2cbc583 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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="entrance-slide" + animationType="slide-up" 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="entrance-slide" + animationType="slide-up" 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-shift" + faqsAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={true} />