Update src/app/page.tsx
This commit is contained in:
@@ -9,7 +9,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Award, Brick, CheckCircle, Hammer, Leaf, PenTool } from 'lucide-react';
|
||||
import { Award, CheckCircle, Hammer, Leaf, PenTool } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -48,15 +48,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Mitchell", handle: "Homeowner, Downtown", testimonial: "Absolutely incredible work. Our backyard went from plain to stunning. The team was professional and the craftsmanship was amazing.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-middle-aged-man-standing-city-park_1262-20157.jpg?_wi=1", imageAlt: "Sarah Mitchell"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-middle-aged-man-standing-city-park_1262-20157.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
name: "Michael Johnson", handle: "Property Owner", testimonial: "Very reliable and easy to work with. Our landscaping project turned out better than we imagined.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-outdoors_23-2147636737.jpg?_wi=1", imageAlt: "Michael Johnson"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-outdoors_23-2147636737.jpg", imageAlt: "Michael Johnson"
|
||||
},
|
||||
{
|
||||
name: "Jessica Chen", handle: "Homeowner", testimonial: "Professional crew, fair pricing, and beautiful results. Highly recommend Artisan Landscaping.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-business-woman-beige-suit-corporate-lawyer-saleswoman-standing-out_1258-123467.jpg?_wi=1", imageAlt: "Jessica Chen"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-business-woman-beige-suit-corporate-lawyer-saleswoman-standing-out_1258-123467.jpg", imageAlt: "Jessica Chen"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
title: "Lawn & Garden Care", description: "Professional lawn care, planting, and seasonal yard maintenance to keep your outdoor space thriving year-round."
|
||||
},
|
||||
{
|
||||
icon: Brick,
|
||||
icon: CheckCircle,
|
||||
title: "Hardscaping", description: "Walkways, retaining walls, and decorative stone features that add structure and beauty to your landscape."
|
||||
}
|
||||
]}
|
||||
@@ -145,17 +145,17 @@ export default function LandingPage() {
|
||||
title="What Our Clients Say"
|
||||
description="Real feedback from homeowners who trusted us with their outdoor transformations."
|
||||
textboxLayout="default"
|
||||
animationType="entrance-slide"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", handle: "Downtown Homeowner", testimonial: "Absolutely incredible work. Our backyard went from plain to stunning. The team was professional and the craftsmanship was amazing.", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-middle-aged-man-standing-city-park_1262-20157.jpg?_wi=2", imageAlt: "Sarah Mitchell"
|
||||
id: "1", name: "Sarah Mitchell", handle: "Downtown Homeowner", testimonial: "Absolutely incredible work. Our backyard went from plain to stunning. The team was professional and the craftsmanship was amazing.", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-middle-aged-man-standing-city-park_1262-20157.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Johnson", handle: "Property Owner", testimonial: "Very reliable and easy to work with. Our landscaping project turned out better than we imagined.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-outdoors_23-2147636737.jpg?_wi=2", imageAlt: "Michael Johnson"
|
||||
id: "2", name: "Michael Johnson", handle: "Property Owner", testimonial: "Very reliable and easy to work with. Our landscaping project turned out better than we imagined.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-outdoors_23-2147636737.jpg", imageAlt: "Michael Johnson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jessica Chen", handle: "Homeowner", testimonial: "Professional crew, fair pricing, and beautiful results. Highly recommend Artisan Landscaping.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-business-woman-beige-suit-corporate-lawyer-saleswoman-standing-out_1258-123467.jpg?_wi=2", imageAlt: "Jessica Chen"
|
||||
id: "3", name: "Jessica Chen", handle: "Homeowner", testimonial: "Professional crew, fair pricing, and beautiful results. Highly recommend Artisan Landscaping.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-business-woman-beige-suit-corporate-lawyer-saleswoman-standing-out_1258-123467.jpg", imageAlt: "Jessica Chen"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Rodriguez", handle: "Residential Client", testimonial: "They understood our vision perfectly and brought it to life. Exceeded all expectations with their attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-outdoors_624325-737.jpg", imageAlt: "David Rodriguez"
|
||||
|
||||
Reference in New Issue
Block a user