Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-04-23 07:49:09 +00:00
2 changed files with 14 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import TextAbout from '@/components/sections/about/TextAbout';
import { Award, CheckCircle, Download, Droplet, ListChecks, ShieldCheck, Star, Wrench, Hammer } from "lucide-react";
@@ -122,19 +122,18 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
<TestimonialCardSix
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
showRating={true}
title="What Our Clients Say"
description="Don't just take our word for it. Here's what Melbourne homeowners have to say."
testimonials={[
{ id: "1", name: "Susan C.", handle: "Cheltenham", testimonial: "Robert replaced two very rusted valleys on our 70 year-old roof. He is a professional and clearly takes pride in his work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg" },
{ id: "2", name: "Melissa T.", handle: "Melbourne", testimonial: "Rob has been one of the best tradespeople we've worked with! He refreshed our early 90s tile roof and it still looks amazing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg" },
{ id: "3", name: "Brendan A.", handle: "Melbourne", testimonial: "Rob quoted within a day or two, gave me a date and was spot on. No fuss, no hassle, just careful workmanship.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/contemplated-serious-young-man-looking-camera_23-2148130297.jpg" },
{ id: "4", name: "Sarah J.", handle: "Bentleigh", testimonial: "Fantastic communication and high quality repairs. My roof is leak-free and looks brand new.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg" },
{ id: "5", name: "Mark D.", handle: "Brighton", testimonial: "Honest, reliable and fair pricing. Highly recommended for any roofing needs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg" }
{ id: "1", name: "Susan C.", handle: "Cheltenham", testimonial: "Robert replaced two very rusted valleys on our 70 year-old roof. He is a professional and clearly takes pride in his work.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg" },
{ id: "2", name: "Melissa T.", handle: "Melbourne", testimonial: "Rob has been one of the best tradespeople we've worked with! He refreshed our early 90s tile roof and it still looks amazing.", imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg" },
{ id: "3", name: "Brendan A.", handle: "Melbourne", testimonial: "Rob quoted within a day or two, gave me a date and was spot on. No fuss, no hassle, just careful workmanship.", imageSrc: "http://img.b2bpic.net/free-photo/contemplated-serious-young-man-looking-camera_23-2148130297.jpg" },
{ id: "4", name: "Sarah J.", handle: "Bentleigh", testimonial: "Fantastic communication and high quality repairs. My roof is leak-free and looks brand new.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg" },
{ id: "5", name: "Mark D.", handle: "Brighton", testimonial: "Honest, reliable and fair pricing. Highly recommended for any roofing needs.", imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg" }
]}
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #dfff1c;
--background: #ffffff;
--card: #f0f9fa;
--foreground: #002022;
--primary-cta: #0891b2;
--primary-cta-text: #fcf6ec;
--secondary-cta: #1a1a1a;
--secondary-cta: #f0f9fa;
--secondary-cta-text: #2e2521;
--accent: #8b9a1b;
--background-accent: #5d6b00;
--accent: #bae6fd;
--background-accent: #22d3ee;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);