diff --git a/src/app/page.tsx b/src/app/page.tsx
index b16cfc5..ac3bdab 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
-import { Award, Leaf, Star } from "lucide-react";
+import { Award, Leaf, Star, ArrowRight } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -58,64 +46,19 @@ export default function LandingPage() {
title="Crafting Your Perfect Outdoor Sanctuary"
description="Where nature meets luxury. We transform ordinary spaces into breathtaking landscapes tailored to your unique lifestyle."
testimonials={[
- {
- name: "Sarah Miller",
- handle: "@smiller",
- testimonial: "Lushscapes completely changed our backyard into an oasis.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-hat-gardening-with-granddaugher_1157-38489.jpg",
- },
- {
- name: "James Chen",
- handle: "@jchen",
- testimonial: "Exquisite work. The attention to detail is truly unmatched.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12329.jpg",
- },
- {
- name: "Emma Wright",
- handle: "@ewright",
- testimonial: "Professional, efficient, and deeply passionate about quality.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-green-trees_1157-30883.jpg",
- },
- {
- name: "David T.",
- handle: "@davidt",
- testimonial: "Absolutely stunning result. Highly recommended team.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-couple-with-flower-pot_23-2148256669.jpg",
- },
- {
- name: "Laura P.",
- handle: "@laurap",
- testimonial: "From design to implementation, flawless execution.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-adult-traveling-using-sustainable-mobility_23-2149292681.jpg",
- },
+ { name: "Sarah Miller", handle: "@smiller", testimonial: "Lushscapes completely changed our backyard into an oasis.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-hat-gardening-with-granddaugher_1157-38489.jpg" },
+ { name: "James Chen", handle: "@jchen", testimonial: "Exquisite work. The attention to detail is truly unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12329.jpg" },
+ { name: "Emma Wright", handle: "@ewright", testimonial: "Professional, efficient, and deeply passionate about quality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-green-trees_1157-30883.jpg" },
+ { name: "David T.", handle: "@davidt", testimonial: "Absolutely stunning result. Highly recommended team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-couple-with-flower-pot_23-2148256669.jpg" },
+ { name: "Laura P.", handle: "@laurap", testimonial: "From design to implementation, flawless execution.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-adult-traveling-using-sustainable-mobility_23-2149292681.jpg" },
]}
imageSrc="http://img.b2bpic.net/free-photo/contemporary-house-architecture_23-2151050996.jpg"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/smiling-bearded-man-sunglasses-lying-grass-outdoors-with-tablet-computer-looking-camera_171337-12744.jpg",
- alt: "Client avatar 1",
- },
- {
- src: "http://img.b2bpic.net/free-photo/young-woman-with-tablet-looking-camera_23-2147779626.jpg",
- alt: "Client avatar 2",
- },
- {
- src: "http://img.b2bpic.net/free-photo/full-shot-friends-playing-petanque-outdoors_23-2149530378.jpg",
- alt: "Client avatar 3",
- },
- {
- src: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12330.jpg",
- alt: "Client avatar 4",
- },
- {
- src: "http://img.b2bpic.net/free-photo/people-making-notes-about-flower_23-2147768470.jpg",
- alt: "Client avatar 5",
- },
+ { src: "http://img.b2bpic.net/free-photo/smiling-bearded-man-sunglasses-lying-grass-outdoors-with-tablet-computer-looking-camera_171337-12744.jpg", alt: "Client avatar 1" },
+ { src: "http://img.b2bpic.net/free-photo/young-woman-with-tablet-looking-camera_23-2147779626.jpg", alt: "Client avatar 2" },
+ { src: "http://img.b2bpic.net/free-photo/full-shot-friends-playing-petanque-outdoors_23-2149530378.jpg", alt: "Client avatar 3" },
+ { src: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12330.jpg", alt: "Client avatar 4" },
+ { src: "http://img.b2bpic.net/free-photo/people-making-notes-about-flower_23-2147768470.jpg", alt: "Client avatar 5" },
]}
avatarText="Trusted by 500+ homeowners"
/>
@@ -126,21 +69,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Design Excellence Delivered"
metrics={[
- {
- icon: Award,
- label: "Years Experience",
- value: "15+",
- },
- {
- icon: Leaf,
- label: "Projects Completed",
- value: "500+",
- },
- {
- icon: Star,
- label: "Client Satisfaction",
- value: "99%",
- },
+ { icon: Award, label: "Years Experience", value: "15+" },
+ { icon: Leaf, label: "Projects Completed", value: "500+" },
+ { icon: Star, label: "Client Satisfaction", value: "99%" },
]}
metricsAnimation="slide-up"
/>
@@ -151,30 +82,10 @@ export default function LandingPage() {
textboxLayout="inline-image"
useInvertedBackground={false}
features={[
- {
- title: "Design & Planning",
- description: "Expert conceptual planning for your dream garden.",
- buttonIcon: "ArrowRight",
- imageSrc: "http://img.b2bpic.net/free-photo/cement-walkway-garden_1252-1023.jpg",
- },
- {
- title: "Water Features",
- description: "Elegant ponds, fountains, and infinity pools.",
- buttonIcon: "ArrowRight",
- imageSrc: "http://img.b2bpic.net/free-photo/view-hotel-pool_23-2150683433.jpg",
- },
- {
- title: "Outdoor Lighting",
- description: "Ambient lighting to highlight beauty after dark.",
- buttonIcon: "ArrowRight",
- imageSrc: "http://img.b2bpic.net/free-photo/antique-lamp-outdoor_1339-7211.jpg",
- },
- {
- title: "Hardscaping",
- description: "Patios, paths, and retaining walls built to last.",
- buttonIcon: "ArrowRight",
- imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263641.jpg",
- },
+ { title: "Design & Planning", description: "Expert conceptual planning for your dream garden.", buttonIcon: ArrowRight, imageSrc: "http://img.b2bpic.net/free-photo/cement-walkway-garden_1252-1023.jpg" },
+ { title: "Water Features", description: "Elegant ponds, fountains, and infinity pools.", buttonIcon: ArrowRight, imageSrc: "http://img.b2bpic.net/free-photo/view-hotel-pool_23-2150683433.jpg" },
+ { title: "Outdoor Lighting", description: "Ambient lighting to highlight beauty after dark.", buttonIcon: ArrowRight, imageSrc: "http://img.b2bpic.net/free-photo/antique-lamp-outdoor_1339-7211.jpg" },
+ { title: "Hardscaping", description: "Patios, paths, and retaining walls built to last.", buttonIcon: ArrowRight, imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263641.jpg" },
]}
title="Comprehensive Landscape Solutions"
description="Tailored landscaping services ranging from conceptual design to precision hardscaping."
@@ -186,43 +97,14 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="bento-grid"
useInvertedBackground={true}
+ animationType="slide-up"
products={[
- {
- id: "p1",
- name: "Modern Urban Oasis",
- price: "Featured",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-plants-wooden-surface_23-2148200450.jpg",
- },
- {
- id: "p2",
- name: "Countryside Retreat",
- price: "Featured",
- imageSrc: "http://img.b2bpic.net/free-photo/party-modern-sunny-vacation-swimming_1203-4637.jpg",
- },
- {
- id: "p3",
- name: "Minimalist Courtyard",
- price: "Featured",
- imageSrc: "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698394.jpg",
- },
- {
- id: "p4",
- name: "Luxury Waterfront Yard",
- price: "Featured",
- imageSrc: "http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5466.jpg",
- },
- {
- id: "p5",
- name: "Zen Meditation Garden",
- price: "Featured",
- imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-stylish-european-woman-pink-fashion-suit-outside-villa_343596-2172.jpg",
- },
- {
- id: "p6",
- name: "Classic Formal Garden",
- price: "Featured",
- imageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg",
- },
+ { id: "p1", name: "Modern Urban Oasis", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plants-wooden-surface_23-2148200450.jpg" },
+ { id: "p2", name: "Countryside Retreat", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/party-modern-sunny-vacation-swimming_1203-4637.jpg" },
+ { id: "p3", name: "Minimalist Courtyard", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698394.jpg" },
+ { id: "p4", name: "Luxury Waterfront Yard", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5466.jpg" },
+ { id: "p5", name: "Zen Meditation Garden", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-stylish-european-woman-pink-fashion-suit-outside-villa_343596-2172.jpg" },
+ { id: "p6", name: "Classic Formal Garden", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg" },
]}
title="Our Signature Projects"
description="A curated collection of our most stunning transformations."
@@ -233,31 +115,11 @@ export default function LandingPage() {
@@ -314,16 +157,13 @@ export default function LandingPage() {
@@ -332,29 +172,15 @@ export default function LandingPage() {