Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -101,13 +101,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Weekly Lawn Mowing", description: "Professional grass cutting with precision equipment. We maintain consistent heights and create clean, healthy lawns year-round.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunet-male-gardener-cutting-overgrown-bush-by-hedge-trimmer-sunny-day-front-view-hard_7502-10573.jpg", imageAlt: "Professional lawn mowing service"},
|
||||
title: "Weekly Lawn Mowing", description: "Professional grass cutting with precision equipment. We maintain consistent heights and create clean, healthy lawns year-round.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunet-male-gardener-cutting-overgrown-bush-by-hedge-trimmer-sunny-day-front-view-hard_7502-10573.jpg?_wi=1", imageAlt: "Professional lawn mowing service"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Trimming & Edging", description: "Expert hedge and shrub trimming. Clean borders, shaped shrubs, and manicured landscaping edges for curb appeal.", imageSrc: "http://img.b2bpic.net/free-photo/man-farm-sewing-grass-with-lawn-mower_23-2148291051.jpg", imageAlt: "Professional trimming service"},
|
||||
title: "Trimming & Edging", description: "Expert hedge and shrub trimming. Clean borders, shaped shrubs, and manicured landscaping edges for curb appeal.", imageSrc: "http://img.b2bpic.net/free-photo/man-farm-sewing-grass-with-lawn-mower_23-2148291051.jpg?_wi=1", imageAlt: "Professional trimming service"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Landscape Design", description: "Custom yard transformations from concept to completion. We design beautiful outdoor spaces that increase property value and enjoyment.", imageSrc: "http://img.b2bpic.net/free-psd/gardening-activity-facebook-template_23-2149609547.jpg", imageAlt: "Professional landscape design"},
|
||||
title: "Landscape Design", description: "Custom yard transformations from concept to completion. We design beautiful outdoor spaces that increase property value and enjoyment.", imageSrc: "http://img.b2bpic.net/free-psd/gardening-activity-facebook-template_23-2149609547.jpg?_wi=1", imageAlt: "Professional landscape design"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Seasonal Cleanup", description: "Spring and fall cleanup services including leaf removal, debris hauling, and yard restoration to prepare for the season ahead.", imageSrc: "http://img.b2bpic.net/free-photo/people-helping-neighbors-with-grass-lawn_23-2149139731.jpg", imageAlt: "Seasonal yard cleanup service"},
|
||||
@@ -128,7 +128,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Backyard Transformation", price: "Project Complete", imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148013593.jpg", imageAlt: "Before and after backyard landscaping project"},
|
||||
id: "1", name: "Backyard Transformation", price: "Project Complete", imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148013593.jpg?_wi=1", imageAlt: "Before and after backyard landscaping project"},
|
||||
{
|
||||
id: "2", name: "Landscape Installation", price: "Project Complete", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-portrait-young-attractive-bearded-hispanic-man-blue-t-shirt-gloves-working-garden-with-tools-cutting-leaves-watering-plants-countryside-life_176420-19904.jpg", imageAlt: "Before and after landscape installation project"},
|
||||
{
|
||||
@@ -151,9 +151,9 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "50+", title: "Square Miles", description: "Comprehensive local coverage area", imageSrc: "http://img.b2bpic.net/free-vector/local-tourism-concept_23-2148588883.jpg", imageAlt: "Service area map coverage"},
|
||||
id: "1", value: "50+", title: "Square Miles", description: "Comprehensive local coverage area", imageSrc: "http://img.b2bpic.net/free-vector/local-tourism-concept_23-2148588883.jpg?_wi=1", imageAlt: "Service area map coverage"},
|
||||
{
|
||||
id: "2", value: "12+", title: "Communities", description: "Neighborhoods we proudly serve", imageSrc: "http://img.b2bpic.net/free-vector/local-tourism-concept_23-2148588883.jpg", imageAlt: "Service communities map"},
|
||||
id: "2", value: "12+", title: "Communities", description: "Neighborhoods we proudly serve", imageSrc: "http://img.b2bpic.net/free-vector/local-tourism-concept_23-2148588883.jpg?_wi=2", imageAlt: "Service communities map"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -169,13 +169,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell, Homeowner", date: "Date: 15 November 2024", title: "Transformed Our Yard!", quote: "Goins Lawn Care completely transformed our neglected backyard into a beautiful outdoor oasis. Their attention to detail and professional service exceeded our expectations. Highly recommended!", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-work_23-2149622870.jpg", avatarAlt: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148013593.jpg", imageAlt: "Sarah's yard transformation"},
|
||||
id: "1", name: "Sarah Mitchell, Homeowner", date: "Date: 15 November 2024", title: "Transformed Our Yard!", quote: "Goins Lawn Care completely transformed our neglected backyard into a beautiful outdoor oasis. Their attention to detail and professional service exceeded our expectations. Highly recommended!", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-work_23-2149622870.jpg", avatarAlt: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148013593.jpg?_wi=2", imageAlt: "Sarah's yard transformation"},
|
||||
{
|
||||
id: "2", name: "Michael Chen, Property Manager", date: "Date: 08 October 2024", title: "Reliable Professional Service", quote: "Managing multiple properties was stressful until we hired Goins Lawn Care. Their reliable weekly maintenance and consistent quality keep all our properties looking pristine. Outstanding service!", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman-emotion-concept-emotion-joy_169016-65983.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunet-male-gardener-cutting-overgrown-bush-by-hedge-trimmer-sunny-day-front-view-hard_7502-10573.jpg", imageAlt: "Professional lawn maintenance"},
|
||||
id: "2", name: "Michael Chen, Property Manager", date: "Date: 08 October 2024", title: "Reliable Professional Service", quote: "Managing multiple properties was stressful until we hired Goins Lawn Care. Their reliable weekly maintenance and consistent quality keep all our properties looking pristine. Outstanding service!", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman-emotion-concept-emotion-joy_169016-65983.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunet-male-gardener-cutting-overgrown-bush-by-hedge-trimmer-sunny-day-front-view-hard_7502-10573.jpg?_wi=2", imageAlt: "Professional lawn maintenance"},
|
||||
{
|
||||
id: "3", name: "Jennifer Rodriguez, Homeowner", date: "Date: 22 September 2024", title: "Best Decision Ever!", quote: "As a busy professional, I didn't have time for lawn care. Goins Lawn Care took that burden off my shoulders. They're punctual, professional, and my lawn has never looked better!", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/expressive-girl-posing-indoor_344912-1279.jpg", avatarAlt: "Jennifer Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/man-farm-sewing-grass-with-lawn-mower_23-2148291051.jpg", imageAlt: "Professional trimming service"},
|
||||
id: "3", name: "Jennifer Rodriguez, Homeowner", date: "Date: 22 September 2024", title: "Best Decision Ever!", quote: "As a busy professional, I didn't have time for lawn care. Goins Lawn Care took that burden off my shoulders. They're punctual, professional, and my lawn has never looked better!", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/expressive-girl-posing-indoor_344912-1279.jpg", avatarAlt: "Jennifer Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/man-farm-sewing-grass-with-lawn-mower_23-2148291051.jpg?_wi=2", imageAlt: "Professional trimming service"},
|
||||
{
|
||||
id: "4", name: "Robert Thompson, Homeowner", date: "Date: 05 August 2024", title: "Exceptional Landscaping Work", quote: "We hired Goins Lawn Care for a complete landscape redesign. From concept to completion, they delivered beautiful results. The entire process was smooth and professional.", tag: "Landscape Design", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", avatarAlt: "Robert Thompson", imageSrc: "http://img.b2bpic.net/free-psd/gardening-activity-facebook-template_23-2149609547.jpg", imageAlt: "Professional landscape design"},
|
||||
id: "4", name: "Robert Thompson, Homeowner", date: "Date: 05 August 2024", title: "Exceptional Landscaping Work", quote: "We hired Goins Lawn Care for a complete landscape redesign. From concept to completion, they delivered beautiful results. The entire process was smooth and professional.", tag: "Landscape Design", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", avatarAlt: "Robert Thompson", imageSrc: "http://img.b2bpic.net/free-psd/gardening-activity-facebook-template_23-2149609547.jpg?_wi=2", imageAlt: "Professional landscape design"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user