Remove testimonials section
This commit is contained in:
@@ -4,7 +4,7 @@ import FeaturesRevealCards from '@/components/sections/features/FeaturesRevealCa
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MetricsMinimalCards from '@/components/sections/metrics/MetricsMinimalCards';
|
||||
import PricingMediaCards from '@/components/sections/pricing/PricingMediaCards';
|
||||
import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards';
|
||||
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -23,36 +23,7 @@ export default function HomePage() {
|
||||
href: '#contact',
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-wrapping-car_23-2149385678.jpg"
|
||||
testimonials={
|
||||
<TestimonialQuoteCards
|
||||
tag="Reviews"
|
||||
title="What Clients Say"
|
||||
description="Trusted by Boulder's most discerning automotive owners."
|
||||
testimonials={[
|
||||
{
|
||||
name: 'James R.',
|
||||
role: 'Collector',
|
||||
quote: 'The finish is beyond perfection. True artisans.',
|
||||
imageSrc:
|
||||
'http://img.b2bpic.net/free-photo/portrait-little-cheerful-girl-with-big-wrench-hands-near-shiny-gar-auto-service_613910-3501.jpg',
|
||||
},
|
||||
{
|
||||
name: 'Sarah K.',
|
||||
role: 'Executive',
|
||||
quote: 'My car looks better than when I bought it new.',
|
||||
imageSrc:
|
||||
'http://img.b2bpic.net/free-photo/young-beautiful-woman-choosing-car-car-showroom_1303-22812.jpg',
|
||||
},
|
||||
{
|
||||
name: 'Michael D.',
|
||||
role: 'Enthusiast',
|
||||
quote: "I don't trust anyone else with my vehicle.",
|
||||
imageSrc:
|
||||
'http://img.b2bpic.net/free-photo/cute-happy-woman-pink-glasses-making-self-portrait-near-amazing-red-convertible-sport-car-california_273443-2520.jpg',
|
||||
},
|
||||
]}
|
||||
/>
|
||||
}
|
||||
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user