Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 21:04:01 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="small"
sizing="largeSmallSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Building Your Vision Into Reality"
description="Premium construction services delivering excellence on every project. From commercial developments to residential builds, RR Construction brings expertise, precision, and professionalism to transform your ideas into exceptional structures."
background={{ variant: "grid" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "500+", label: "Projects Completed" },
{ value: "25+", label: "Years Experience" },
@@ -134,16 +134,16 @@ export default function LandingPage() {
<TestimonialCardTwo
testimonials={[
{
id: "1", name: "James Mitchell", role: "Project Manager", testimonial: "RR Construction delivered our commercial complex ahead of schedule and under budget. Their professionalism and attention to detail set them apart from other contractors.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "James Mitchell profile"
id: "1", name: "James Mitchell", role: "Project Manager", testimonial: "RR Construction delivered our commercial complex ahead of schedule and under budget. Their professionalism and attention to detail set them apart from other contractors.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "James Mitchell profile"
},
{
id: "2", name: "Sarah Chen", role: "Real Estate Developer", testimonial: "Working with RR Construction was seamless. Their team's communication, expertise, and commitment to quality made our residential project exceed expectations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", imageAlt: "Sarah Chen profile"
id: "2", name: "Sarah Chen", role: "Real Estate Developer", testimonial: "Working with RR Construction was seamless. Their team's communication, expertise, and commitment to quality made our residential project exceed expectations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Sarah Chen profile"
},
{
id: "3", name: "Michael Rodriguez", role: "Facilities Director", testimonial: "We've partnered with RR Construction on multiple industrial projects. Their safety record and efficiency are industry-leading. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=3", imageAlt: "Michael Rodriguez profile"
id: "3", name: "Michael Rodriguez", role: "Facilities Director", testimonial: "We've partnered with RR Construction on multiple industrial projects. Their safety record and efficiency are industry-leading. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Michael Rodriguez profile"
},
{
id: "4", name: "Angela Thompson", role: "CEO", testimonial: "RR Construction understood the critical requirements of our healthcare facility build. Their precision, compliance expertise, and dedication were exceptional throughout.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=4", imageAlt: "Angela Thompson profile"
id: "4", name: "Angela Thompson", role: "CEO", testimonial: "RR Construction understood the critical requirements of our healthcare facility build. Their precision, compliance expertise, and dedication were exceptional throughout.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Angela Thompson profile"
}
]}
title="What Our Clients Say"
@@ -153,7 +153,6 @@ export default function LandingPage() {
tagAnimation="slide-up"
textboxLayout="default"
animationType="slide-up"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
/>
</div>
@@ -170,7 +169,7 @@ export default function LandingPage() {
{ text: "Schedule Consultation", href: "#contact" }
]}
buttonAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
/>
</div>