Merge version_5 into main #12
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import React, { useState } from "react";
|
||||
import { ThemeProvider } from "@/components/theme/ThemeProvider";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import HeroCentered from "@/components/sections/hero/HeroCentered";
|
||||
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
||||
@@ -109,13 +109,17 @@ export default function Home() {
|
||||
<FeatureCardTwentySeven
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Landscape Design", description: "Custom landscape design tailored to your vision and property needs", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ag7b9aiHz3caflZB5TqsXrs5KU/uploaded-1773073241446-yjjsqwzb.jpg", imageAlt: "Landscape design"},
|
||||
id: "1", title: "Landscape Design", description: "Custom landscape design tailored to your vision and property needs", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ag7b9aiHz3caflZB5TqsXrs5KU/uploaded-1773073241446-yjjsqwzb.jpg", imageAlt: "Landscape design"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Hardscape Installation", description: "Professional installation of patios, walkways, and retaining walls", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ag7b9aiHz3caflZB5TqsXrs5KU/uploaded-1773073241446-yjjsqwzb.jpg", imageAlt: "Hardscape installation"},
|
||||
id: "2", title: "Hardscape Installation", description: "Professional installation of patios, walkways, and retaining walls", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ag7b9aiHz3caflZB5TqsXrs5KU/uploaded-1773073241446-yjjsqwzb.jpg", imageAlt: "Hardscape installation"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Lawn Maintenance", description: "Ongoing lawn care and maintenance to keep your property looking pristine", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ag7b9aiHz3caflZB5TqsXrs5KU/uploaded-1773073241446-yjjsqwzb.jpg", imageAlt: "Lawn maintenance"},
|
||||
id: "3", title: "Lawn Maintenance", description: "Ongoing lawn care and maintenance to keep your property looking pristine", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ag7b9aiHz3caflZB5TqsXrs5KU/uploaded-1773073241446-yjjsqwzb.jpg", imageAlt: "Lawn maintenance"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Outdoor Living Spaces", description: "Create beautiful outdoor areas for entertainment and relaxation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ag7b9aiHz3caflZB5TqsXrs5KU/uploaded-1773073241446-yjjsqwzb.jpg", imageAlt: "Outdoor living space"},
|
||||
id: "4", title: "Outdoor Living Spaces", description: "Create beautiful outdoor areas for entertainment and relaxation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ag7b9aiHz3caflZB5TqsXrs5KU/uploaded-1773073241446-yjjsqwzb.jpg", imageAlt: "Outdoor living space"
|
||||
},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user