Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 08dfe45288 | |||
| 04b01a2db7 |
@@ -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,16 +132,10 @@ export default function LandingPage() {
|
||||
<TestimonialCardThirteen
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "BH", handle: "@bh", testimonial: "Fantastic service, truly expert advice.", rating: 5 },
|
||||
{ id: "t2", name: "Tom Pickering", handle: "@tpickering", testimonial: "Professional from start to finish.", rating: 5 },
|
||||
{ id: "t3", name: "Sally Hawkins", handle: "@shawkins", testimonial: "Quick, clean and reliable roof repair.", rating: 5 },
|
||||
{ id: "t4", name: "EM", handle: "@em", testimonial: "Outstanding communication throughout the job.", rating: 5 },
|
||||
{ id: "t5", name: "Christopher Snell", handle: "@csnell", testimonial: "Highly recommended, honest local tradies.", rating: 5 },
|
||||
{ id: "t6", name: "Ellie Richardson", handle: "@erichardson", testimonial: "Fixed our leaks perfectly, no fuss.", rating: 5 },
|
||||
{ id: "t7", name: "Dylan Andersen", handle: "@dandersen", testimonial: "Excellent attention to detail.", rating: 5 },
|
||||
{ id: "t8", name: "Kylie", handle: "@kylie", testimonial: "Finally a roof company that turns up on time!", rating: 5 },
|
||||
{ id: "t9", name: "Tyler Partridge", handle: "@tpartridge", testimonial: "Great quality work at a fair price.", rating: 5 },
|
||||
{ id: "t10", name: "Grant Barker", handle: "@gbarker", testimonial: "Top-tier service, will definitely call again.", rating: 5 },
|
||||
{ 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