Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-11 22:19:19 +00:00

View File

@@ -11,7 +11,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import { ShieldCheck, MapPin, Star, Percent, Award, CheckCircle, Shield } from 'lucide-react';
const navItems = [
{ name: 'Home', id: '/' },
{ name: 'Home', id: '/' }
];
export default function Page() {
@@ -57,6 +57,23 @@ export default function Page() {
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="split-description"
useInvertedBackground={false}
showRating={true}
title="Real Results. Real Homeowners."
description="Hear from our satisfied customers in the Lehigh Valley."
testimonials={[
{ id: "1", name: "Christopher Bell", handle: "@cb", testimonial: "They did a fantastic job on our roof. I waited a year before reviewing to make sure — no issues at all. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg" },
{ id: "2", name: "Gloria", handle: "@gloria", testimonial: "Exceeded my expectations. Professional, fast, and the results were amazing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-tablet-park-looking-camera_23-2147779715.jpg" },
{ id: "3", name: "Santiago Martinez", handle: "@sm", testimonial: "My go-to roofing company. Reliable and consistent every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg" },
{ id: "4", name: "Christine Urbine", handle: "@cu", testimonial: "Very respectful, affordable, and high-quality work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg" },
{ id: "5", name: "John Doe", handle: "@jd", testimonial: "The communication was excellent throughout the whole renovation process.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg" }
]}
/>
</div>
<div id="services" data-section="services">
<FeatureCardSix
title="Our Services"
@@ -84,23 +101,6 @@ export default function Page() {
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
title="Real Results. Real Homeowners."
description="Hear from our satisfied customers in the Lehigh Valley."
animationType="slide-up"
textboxLayout="split-description"
showRating={true}
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Christopher Bell", handle: "@cb", testimonial: "They did a fantastic job on our roof. I waited a year before reviewing to make sure — no issues at all. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg" },
{ id: "2", name: "Gloria", handle: "@gloria", testimonial: "Exceeded my expectations. Professional, fast, and the results were amazing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-tablet-park-looking-camera_23-2147779715.jpg" },
{ id: "3", name: "Santiago Martinez", handle: "@sm", testimonial: "My go-to roofing company. Reliable and consistent every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg" },
{ id: "4", name: "Christine Urbine", handle: "@cu", testimonial: "Very respectful, affordable, and high-quality work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg" },
{ id: "5", name: "John Doe", handle: "@jd", testimonial: "The communication was excellent throughout the whole renovation process.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg" }
]}
/>
</div>
<div id="process" data-section="process">
<FeatureCardSix
title="Our Simple 4-Step Process"