Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="largeSmall"
|
sizing="largeSmall"
|
||||||
background="aurora"
|
background="circleGradient"
|
||||||
cardStyle="layered-gradient"
|
cardStyle="layered-gradient"
|
||||||
primaryButtonStyle="diagonal-gradient"
|
primaryButtonStyle="diagonal-gradient"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
|||||||
tag="Professional Landscaping"
|
tag="Professional Landscaping"
|
||||||
tagIcon={Leaf}
|
tagIcon={Leaf}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "aurora" }}
|
background={{ variant: "plain" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get Started", href: "contact" },
|
{ text: "Get Started", href: "contact" },
|
||||||
{ text: "View Portfolio", href: "portfolio" }
|
{ text: "View Portfolio", href: "portfolio" }
|
||||||
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
|||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fountain-park-pedralbes-royal-palace_1398-4394.jpg", imageAlt: "Modern garden design with water features" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/fountain-park-pedralbes-royal-palace_1398-4394.jpg", imageAlt: "Modern garden design with water features" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vegetated-building_23-2147677722.jpg?_wi=1", imageAlt: "Sustainable landscape project" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/vegetated-building_23-2147677722.jpg", imageAlt: "Sustainable landscape project" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg", imageAlt: "Hardscape and patio installation" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg", imageAlt: "Hardscape and patio installation" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/nature-garden-leaves-background_1340-7945.jpg", imageAlt: "Native plant landscaping" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/nature-garden-leaves-background_1340-7945.jpg", imageAlt: "Native plant landscaping" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tree-with-lamp-lighting_1339-7214.jpg", imageAlt: "Outdoor lighting and garden features" }
|
{ imageSrc: "http://img.b2bpic.net/free-photo/tree-with-lamp-lighting_1339-7214.jpg", imageAlt: "Outdoor lighting and garden features" }
|
||||||
@@ -92,8 +92,8 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
title: "Installation & Build", description: "Expert installation of hardscaping, planting, and outdoor features. Our skilled team brings your landscape design to life with precision and attention to detail.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg?_wi=1" },
|
title: "Installation & Build", description: "Expert installation of hardscaping, planting, and outdoor features. Our skilled team brings your landscape design to life with precision and attention to detail.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg" },
|
||||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg?_wi=2" }
|
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg" }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
@@ -126,7 +126,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", brand: "Residential", name: "Sustainable Garden Design", price: "Completed 2023", rating: 5,
|
id: "3", brand: "Residential", name: "Sustainable Garden Design", price: "Completed 2023", rating: 5,
|
||||||
reviewCount: "10k+", imageSrc: "http://img.b2bpic.net/free-photo/vegetated-building_23-2147677722.jpg?_wi=2", imageAlt: "Sustainable landscape with native plants"
|
reviewCount: "10k+", imageSrc: "http://img.b2bpic.net/free-photo/vegetated-building_23-2147677722.jpg", imageAlt: "Sustainable landscape with native plants"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", brand: "Residential", name: "Front Entry Transformation", price: "Completed 2023", rating: 5,
|
id: "4", brand: "Residential", name: "Front Entry Transformation", price: "Completed 2023", rating: 5,
|
||||||
|
|||||||
Reference in New Issue
Block a user