Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 08dfe45288 | |||
| 04b01a2db7 | |||
| ca3336ffb5 | |||
| f33b77f08f |
@@ -10,7 +10,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Building2, Camera, Clock, Droplet, Droplets, Search, Shield, Wrench } from "lucide-react";
|
||||
import { Building2, Clock, Droplet, Droplets, Search, Shield, Wrench } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -68,19 +68,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/long-shot-roofer-working-with-helmet_23-2149343709.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-friends-standing-near-river_74855-2882.jpg", alt: "Happy friends standing near river"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-taking-selfie_23-2147637621.jpg", alt: "Couple taking a selfie"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-adult-wearing-blank-shirt_23-2149321721.jpg", alt: "Young adult wearing blank shirt"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-cheerful-girl-rests-morning-beach_176420-5824.jpg", alt: "Beautiful young cheerful girl rests at morning beach"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg", alt: "Smiley father posing with arms crossed"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ local homeowners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon", text: "Storm Damage Repair", icon: Droplets,
|
||||
@@ -136,9 +123,6 @@ export default function LandingPage() {
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Response Time", value: "Fast"},
|
||||
{
|
||||
icon: Camera,
|
||||
label: "Photo Proof", value: "Included"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -148,15 +132,10 @@ export default function LandingPage() {
|
||||
<TestimonialCardThirteen
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Sarah J.", handle: "@sarahj_roof", testimonial: "Excellent work on my roof tiles, leak stopped immediately! Highly professional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-wearing-blank-shirt_23-2149321717.jpg"},
|
||||
{
|
||||
id: "t2", name: "Michael T.", handle: "@michaelt_gc", testimonial: "Fast and reliable, very honest and clear communication throughout the process.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg"},
|
||||
{
|
||||
id: "t3", name: "Emily D.", handle: "@emilyd_home", testimonial: "Fixed our ridge capping perfectly. The photo proofing was a great touch.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg"},
|
||||
{ id: "t1", name: "Christopher Snell", handle: "@csnell", testimonial: "Fantastic service helping us fix our storm water leaks, honest local tradies.", rating: 5 },
|
||||
{ id: "t2", name: "EM", handle: "@em", testimonial: "Kai is incredibly knowledgeable and provides pricing that actually makes sense.", rating: 5 },
|
||||
{ id: "t3", name: "Sally Hawkins", handle: "@shawkins", testimonial: "They are always punctual and carry out their work with real professionalism.", rating: 5 },
|
||||
{ id: "t4", name: "Tom Pickering", handle: "@tpickering", testimonial: "Very transparent service with great communication throughout the entire process.", rating: 5 },
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Clients Say"
|
||||
|
||||
Reference in New Issue
Block a user