Merge version_3 into main #3
@@ -10,7 +10,7 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -130,21 +130,22 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardSix
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Sarah Johnson", handle: "@sarah-roofer", testimonial: "Where I go for all my metal roofing needs. Great service and friendly staff.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384861.jpg"},
|
||||
id: "t1", name: "Sarah Johnson", handle: "@sarah-roofer", testimonial: "Where I go for all my metal roofing needs. Great service and friendly staff.", rating: 5},
|
||||
{
|
||||
id: "t2", name: "Michael Chen", handle: "@mchen-builds", testimonial: "Customer service is outstanding, with helpful people and dependable follow-through.", imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12848.jpg"},
|
||||
id: "t2", name: "Michael Chen", handle: "@mchen-builds", testimonial: "Customer service is outstanding, with helpful people and dependable follow-through.", rating: 5},
|
||||
{
|
||||
id: "t3", name: "David Kim", handle: "@dkim-contractor", testimonial: "Good prices, knowledgeable help, and a professional experience.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-happy-expression_1194-3549.jpg"},
|
||||
id: "t3", name: "David Kim", handle: "@dkim-contractor", testimonial: "Good prices, knowledgeable help, and a professional experience.", rating: 5},
|
||||
{
|
||||
id: "t4", name: "Emily Rodriguez", handle: "@erod-roofing", testimonial: "Outstanding quality, very dependable service for my crews.", imageSrc: "http://img.b2bpic.net/free-photo/industrial-plant-shareholders-conducting-research-reading-paperwork_482257-123385.jpg"},
|
||||
id: "t4", name: "Emily Rodriguez", handle: "@erod-roofing", testimonial: "Outstanding quality, very dependable service for my crews.", rating: 5},
|
||||
{
|
||||
id: "t5", name: "Robert Miller", handle: "@rmiller-home", testimonial: "Best service in Hammond, very helpful people.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-architect-looking-camera_23-2148242888.jpg"},
|
||||
id: "t5", name: "Robert Miller", handle: "@rmiller-home", testimonial: "Best service in Hammond, very helpful people.", rating: 5},
|
||||
]}
|
||||
title="Trusted by Local Builders"
|
||||
description="Feedback from professionals who value service and reliability."
|
||||
|
||||
Reference in New Issue
Block a user