Merge version_1 into main #2

Merged
bender merged 6 commits from version_1 into main 2026-03-03 11:42:58 +00:00
6 changed files with 120 additions and 291 deletions

View File

@@ -44,10 +44,7 @@ export default function AboutPage() {
heading={[
{ type: "text", content: "Elevating outdoor living with" },
{
type: "image",
src: "http://img.b2bpic.net/free-vector/elegant-labels-design_1198-63.jpg",
alt: "Luxury landscape emblem",
},
type: "image", src: "http://img.b2bpic.net/free-vector/elegant-labels-design_1198-63.jpg", alt: "Luxury landscape emblem"},
{ type: "text", content: "expertise and artistry" },
]}
buttons={[
@@ -63,33 +60,13 @@ export default function AboutPage() {
<TeamCardSix
members={[
{
id: "1",
name: "James Mitchell",
role: "Principal Landscape Architect",
imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-wearing-visor-while-working-touchpad-outdoor-cafe-looking-camera_637285-6570.jpg?_wi=2",
imageAlt: "James Mitchell, Principal Architect",
},
id: "1", name: "James Mitchell", role: "Principal Landscape Architect", imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-wearing-visor-while-working-touchpad-outdoor-cafe-looking-camera_637285-6570.jpg", imageAlt: "James Mitchell, Principal Architect"},
{
id: "2",
name: "Victoria Chen",
role: "Senior Garden Designer",
imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-posing-with-folded-arms-having-many-flowers-colleague-holding-pot-with-pink-chrysanthemums-glass-roof_158595-7126.jpg?_wi=2",
imageAlt: "Victoria Chen, Senior Designer",
},
id: "2", name: "Victoria Chen", role: "Senior Garden Designer", imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-posing-with-folded-arms-having-many-flowers-colleague-holding-pot-with-pink-chrysanthemums-glass-roof_158595-7126.jpg", imageAlt: "Victoria Chen, Senior Designer"},
{
id: "3",
name: "Marcus Johnson",
role: "Construction Specialist",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-beard-worker-man-suit-construction-worker-safety-orange-helmet-against-pavement-with-angular-grinding-machine-hand_627829-11403.jpg?_wi=2",
imageAlt: "Marcus Johnson, Construction Lead",
},
id: "3", name: "Marcus Johnson", role: "Construction Specialist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-beard-worker-man-suit-construction-worker-safety-orange-helmet-against-pavement-with-angular-grinding-machine-hand_627829-11403.jpg", imageAlt: "Marcus Johnson, Construction Lead"},
{
id: "4",
name: "Elena Rodriguez",
role: "Horticulture Expert",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-plant_23-2149098290.jpg?_wi=2",
imageAlt: "Elena Rodriguez, Horticulture Expert",
},
id: "4", name: "Elena Rodriguez", role: "Horticulture Expert", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-plant_23-2149098290.jpg", imageAlt: "Elena Rodriguez, Horticulture Expert"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -110,8 +87,7 @@ export default function AboutPage() {
logoText="Luxe Landscapes"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Garden Design", href: "/services" },
{ label: "Hardscaping", href: "/services" },
{ label: "Water Features", href: "/services" },
@@ -119,8 +95,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Portfolio", href: "/portfolio" },
@@ -128,8 +103,7 @@ export default function AboutPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Design Guide", href: "#" },
{ label: "Maintenance Tips", href: "#" },
{ label: "Plant Selection", href: "#" },
@@ -137,8 +111,7 @@ export default function AboutPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact", href: "/contact" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },

View File

@@ -42,10 +42,7 @@ export default function ContactPage() {
heading={[
{ type: "text", content: "Ready to transform your" },
{
type: "image",
src: "http://img.b2bpic.net/free-vector/elegant-labels-design_1198-63.jpg",
alt: "Luxury landscape emblem",
},
type: "image", src: "http://img.b2bpic.net/free-vector/elegant-labels-design_1198-63.jpg", alt: "Luxury landscape emblem"},
{ type: "text", content: "outdoor space?" },
]}
buttons={[
@@ -157,8 +154,7 @@ export default function ContactPage() {
logoText="Luxe Landscapes"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Garden Design", href: "/services" },
{ label: "Hardscaping", href: "/services" },
{ label: "Water Features", href: "/services" },
@@ -166,8 +162,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Portfolio", href: "/portfolio" },
@@ -175,8 +170,7 @@ export default function ContactPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Design Guide", href: "#" },
{ label: "Maintenance Tips", href: "#" },
{ label: "Plant Selection", href: "#" },
@@ -184,8 +178,7 @@ export default function ContactPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact", href: "/contact" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },

View File

@@ -6,44 +6,29 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
variable: "--font-dm-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Premium Luxury Landscaping Design & Installation | Luxe Landscapes",
description: "Award-winning luxury landscaping services. Custom garden design, hardscaping, water features & maintenance for discerning homeowners. Get your free consultation today.",
keywords: "luxury landscaping, landscape design, garden architecture, outdoor living, premium landscaping, landscape installation",
metadataBase: new URL("https://luxelandscapes.com"),
title: "Premium Luxury Landscaping Design & Installation | Luxe Landscapes", description: "Award-winning luxury landscaping services. Custom garden design, hardscaping, water features & maintenance for discerning homeowners. Get your free consultation today.", keywords: "luxury landscaping, landscape design, garden architecture, outdoor living, premium landscaping, landscape installation", metadataBase: new URL("https://luxelandscapes.com"),
alternates: {
canonical: "https://luxelandscapes.com",
},
canonical: "https://luxelandscapes.com"},
robots: {
index: true,
follow: true,
},
openGraph: {
title: "Luxe Landscapes - Premium Outdoor Design",
description: "Transform your outdoor space into a luxury sanctuary. Award-winning landscape design and installation.",
siteName: "Luxe Landscapes",
type: "website",
images: [
title: "Luxe Landscapes - Premium Outdoor Design", description: "Transform your outdoor space into a luxury sanctuary. Award-winning landscape design and installation.", siteName: "Luxe Landscapes", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/outdoor-portrait-stylish-european-woman-pink-fashion-suit-outside-villa_343596-2153.jpg",
alt: "Luxury landscape design",
},
url: "http://img.b2bpic.net/free-photo/outdoor-portrait-stylish-european-woman-pink-fashion-suit-outside-villa_343596-2153.jpg", alt: "Luxury landscape design"},
],
},
twitter: {
card: "summary_large_image",
title: "Luxe Landscapes - Premium Landscaping",
description: "Custom landscape design for luxury properties",
images: ["http://img.b2bpic.net/free-photo/outdoor-portrait-stylish-european-woman-pink-fashion-suit-outside-villa_343596-2153.jpg"],
card: "summary_large_image", title: "Luxe Landscapes - Premium Landscaping", description: "Custom landscape design for luxury properties", images: ["http://img.b2bpic.net/free-photo/outdoor-portrait-stylish-european-woman-pink-fashion-suit-outside-villa_343596-2153.jpg"],
},
};

View File

@@ -8,9 +8,10 @@ import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSp
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne";
import PricingCardNine from "@/components/sections/pricing/PricingCardNine";
import TeamCardSix from "@/components/sections/team/TeamCardSix";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import { Sparkles, Leaf, Users } from "lucide-react";
import { Sparkles, Leaf, Users, DollarSign } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -63,10 +64,7 @@ export default function HomePage() {
heading={[
{ type: "text", content: "Elevating outdoor living with" },
{
type: "image",
src: "http://img.b2bpic.net/free-vector/elegant-labels-design_1198-63.jpg",
alt: "Luxury landscape emblem",
},
type: "image", src: "http://img.b2bpic.net/free-vector/elegant-labels-design_1198-63.jpg", alt: "Luxury landscape emblem"},
{ type: "text", content: "expertise and artistry" },
]}
buttons={[
@@ -87,35 +85,14 @@ export default function HomePage() {
tagAnimation="slide-up"
products={[
{
id: "1",
brand: "Luxury Estates",
name: "Contemporary Garden Oasis",
price: "Premium",
rating: 5,
reviewCount: "847",
imageSrc: "http://img.b2bpic.net/free-photo/fountain-park-pedralbes-royal-palace_1398-4394.jpg?_wi=1",
imageAlt: "Contemporary garden with water features",
},
id: "1", brand: "Luxury Estates", name: "Contemporary Garden Oasis", price: "Premium", rating: 5,
reviewCount: "847", imageSrc: "http://img.b2bpic.net/free-photo/fountain-park-pedralbes-royal-palace_1398-4394.jpg", imageAlt: "Contemporary garden with water features"},
{
id: "2",
brand: "Resort Properties",
name: "Tropical Paradise Retreat",
price: "Bespoke",
rating: 5,
reviewCount: "623",
imageSrc: "http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg?_wi=1",
imageAlt: "Tropical resort landscape design",
},
id: "2", brand: "Resort Properties", name: "Tropical Paradise Retreat", price: "Bespoke", rating: 5,
reviewCount: "623", imageSrc: "http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg", imageAlt: "Tropical resort landscape design"},
{
id: "3",
brand: "Hillside Residences",
name: "Terraced Mountain Vista",
price: "Elite",
rating: 5,
reviewCount: "512",
imageSrc: "http://img.b2bpic.net/free-photo/chinese-garden-n-zurich_1112-1143.jpg?_wi=1",
imageAlt: "Terraced mountain landscape",
},
id: "3", brand: "Hillside Residences", name: "Terraced Mountain Vista", price: "Elite", rating: 5,
reviewCount: "512", imageSrc: "http://img.b2bpic.net/free-photo/chinese-garden-n-zurich_1112-1143.jpg", imageAlt: "Terraced mountain landscape"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -135,31 +112,19 @@ export default function HomePage() {
tagAnimation="slide-up"
accordionItems={[
{
id: "1",
title: "Custom Garden Design",
content:
"Bespoke garden layouts that reflect your personal style. From intimate cottage gardens to expansive formal designs, we create outdoor spaces that complement your home's architecture and enhance your lifestyle.",
},
id: "1", title: "Custom Garden Design", content:
"Bespoke garden layouts that reflect your personal style. From intimate cottage gardens to expansive formal designs, we create outdoor spaces that complement your home's architecture and enhance your lifestyle."},
{
id: "2",
title: "Hardscape Installation",
content:
"Professional installation of patios, pathways, pergolas, and outdoor structures. Premium materials and expert craftsmanship ensure durability and aesthetic excellence.",
},
id: "2", title: "Hardscape Installation", content:
"Professional installation of patios, pathways, pergolas, and outdoor structures. Premium materials and expert craftsmanship ensure durability and aesthetic excellence."},
{
id: "3",
title: "Water Features & Pools",
content:
"Custom water features, fountains, and pool landscaping. Transform your outdoor space with stunning aquatic elements that enhance ambiance and property value.",
},
id: "3", title: "Water Features & Pools", content:
"Custom water features, fountains, and pool landscaping. Transform your outdoor space with stunning aquatic elements that enhance ambiance and property value."},
{
id: "4",
title: "Landscape Maintenance",
content:
"Ongoing maintenance programs designed to keep your landscape pristine. Regular seasonal care, pruning, and updates ensure your investment remains beautiful year-round.",
},
id: "4", title: "Landscape Maintenance", content:
"Ongoing maintenance programs designed to keep your landscape pristine. Regular seasonal care, pruning, and updates ensure your investment remains beautiful year-round."},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-man-working-eco-friendly-wind-power-project-with-paper-plans_23-2148847792.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-man-working-eco-friendly-wind-power-project-with-paper-plans_23-2148847792.jpg"
imageAlt="Professional landscape design workspace"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -169,6 +134,38 @@ export default function HomePage() {
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardNine
title="Investment in Excellence"
description="Transparent pricing for luxury landscape services. Choose the package that matches your vision."
tag="Pricing"
tagIcon={DollarSign}
tagAnimation="slide-up"
plans={[
{
id: "design", title: "Design Consultation", price: "$2,500", period: "per project", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153848.jpg", imageAlt: "Landscape design consultation", button: { text: "Book Consultation", href: "/contact" },
features: [
"Initial site assessment", "3D design renderings", "Material recommendations", "Maintenance planning"],
},
{
id: "installation", title: "Full Installation", price: "$25,000+", period: "starting price", imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg", imageAlt: "Professional landscape installation", button: { text: "Get Free Estimate", href: "/contact" },
features: [
"Design + installation", "Premium materials", "Professional crew", "Project management"],
},
{
id: "premium", title: "Premium Estate Package", price: "Custom", period: "luxury bespoke", imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-venue-with-swimming-pool_637285-5705.jpg", imageAlt: "Luxury estate landscape", button: { text: "Schedule Private Meeting", href: "/contact" },
features: [
"Unlimited revisions", "Exclusive materials", "Dedicated project team", "Lifetime support"],
},
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "View All Services", href: "/services" }]}
buttonAnimation="opacity"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
testimonial="Luxe Landscapes transformed our backyard into a breathtaking retreat. The attention to detail, professionalism, and artistic vision exceeded our expectations. We couldn't be happier with the results."
@@ -176,29 +173,17 @@ export default function HomePage() {
author="Margaret & David Sterling, Estate Owners"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
alt: "Margaret Sterling",
},
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Margaret Sterling"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
alt: "David Sterling",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "David Sterling"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
alt: "Landscape client 1",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Landscape client 1"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
alt: "Landscape client 2",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Landscape client 2"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
alt: "Landscape client 3",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Landscape client 3"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
alt: "Landscape client 4",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Landscape client 4"},
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -210,33 +195,13 @@ export default function HomePage() {
<TeamCardSix
members={[
{
id: "1",
name: "James Mitchell",
role: "Principal Landscape Architect",
imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-wearing-visor-while-working-touchpad-outdoor-cafe-looking-camera_637285-6570.jpg?_wi=1",
imageAlt: "James Mitchell, Principal Architect",
},
id: "1", name: "James Mitchell", role: "Principal Landscape Architect", imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-wearing-visor-while-working-touchpad-outdoor-cafe-looking-camera_637285-6570.jpg", imageAlt: "James Mitchell, Principal Architect"},
{
id: "2",
name: "Victoria Chen",
role: "Senior Garden Designer",
imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-posing-with-folded-arms-having-many-flowers-colleague-holding-pot-with-pink-chrysanthemums-glass-roof_158595-7126.jpg?_wi=1",
imageAlt: "Victoria Chen, Senior Designer",
},
id: "2", name: "Victoria Chen", role: "Senior Garden Designer", imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-posing-with-folded-arms-having-many-flowers-colleague-holding-pot-with-pink-chrysanthemums-glass-roof_158595-7126.jpg", imageAlt: "Victoria Chen, Senior Designer"},
{
id: "3",
name: "Marcus Johnson",
role: "Construction Specialist",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-beard-worker-man-suit-construction-worker-safety-orange-helmet-against-pavement-with-angular-grinding-machine-hand_627829-11403.jpg?_wi=1",
imageAlt: "Marcus Johnson, Construction Lead",
},
id: "3", name: "Marcus Johnson", role: "Construction Specialist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-beard-worker-man-suit-construction-worker-safety-orange-helmet-against-pavement-with-angular-grinding-machine-hand_627829-11403.jpg", imageAlt: "Marcus Johnson, Construction Lead"},
{
id: "4",
name: "Elena Rodriguez",
role: "Horticulture Expert",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-plant_23-2149098290.jpg?_wi=1",
imageAlt: "Elena Rodriguez, Horticulture Expert",
},
id: "4", name: "Elena Rodriguez", role: "Horticulture Expert", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-plant_23-2149098290.jpg", imageAlt: "Elena Rodriguez, Horticulture Expert"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -257,8 +222,7 @@ export default function HomePage() {
logoText="Luxe Landscapes"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Garden Design", href: "/services" },
{ label: "Hardscaping", href: "/services" },
{ label: "Water Features", href: "/services" },
@@ -266,8 +230,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Portfolio", href: "/portfolio" },
@@ -275,8 +238,7 @@ export default function HomePage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Design Guide", href: "#" },
{ label: "Maintenance Tips", href: "#" },
{ label: "Plant Selection", href: "#" },
@@ -284,8 +246,7 @@ export default function HomePage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact", href: "/contact" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },

View File

@@ -48,35 +48,14 @@ export default function PortfolioPage() {
tagAnimation="slide-up"
products={[
{
id: "1",
brand: "Luxury Estates",
name: "Contemporary Garden Oasis",
price: "Premium",
rating: 5,
reviewCount: "847",
imageSrc: "http://img.b2bpic.net/free-photo/fountain-park-pedralbes-royal-palace_1398-4394.jpg?_wi=2",
imageAlt: "Contemporary garden with water features",
},
id: "1", brand: "Luxury Estates", name: "Contemporary Garden Oasis", price: "Premium", rating: 5,
reviewCount: "847", imageSrc: "http://img.b2bpic.net/free-photo/fountain-park-pedralbes-royal-palace_1398-4394.jpg", imageAlt: "Contemporary garden with water features"},
{
id: "2",
brand: "Resort Properties",
name: "Tropical Paradise Retreat",
price: "Bespoke",
rating: 5,
reviewCount: "623",
imageSrc: "http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg?_wi=2",
imageAlt: "Tropical resort landscape design",
},
id: "2", brand: "Resort Properties", name: "Tropical Paradise Retreat", price: "Bespoke", rating: 5,
reviewCount: "623", imageSrc: "http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg", imageAlt: "Tropical resort landscape design"},
{
id: "3",
brand: "Hillside Residences",
name: "Terraced Mountain Vista",
price: "Elite",
rating: 5,
reviewCount: "512",
imageSrc: "http://img.b2bpic.net/free-photo/chinese-garden-n-zurich_1112-1143.jpg?_wi=2",
imageAlt: "Terraced mountain landscape",
},
id: "3", brand: "Hillside Residences", name: "Terraced Mountain Vista", price: "Elite", rating: 5,
reviewCount: "512", imageSrc: "http://img.b2bpic.net/free-photo/chinese-garden-n-zurich_1112-1143.jpg", imageAlt: "Terraced mountain landscape"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -94,29 +73,17 @@ export default function PortfolioPage() {
author="Margaret & David Sterling, Estate Owners"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
alt: "Margaret Sterling",
},
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Margaret Sterling"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
alt: "David Sterling",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "David Sterling"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
alt: "Landscape client 1",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Landscape client 1"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
alt: "Landscape client 2",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Landscape client 2"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
alt: "Landscape client 3",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Landscape client 3"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
alt: "Landscape client 4",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Landscape client 4"},
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -129,8 +96,7 @@ export default function PortfolioPage() {
logoText="Luxe Landscapes"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Garden Design", href: "/services" },
{ label: "Hardscaping", href: "/services" },
{ label: "Water Features", href: "/services" },
@@ -138,8 +104,7 @@ export default function PortfolioPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Portfolio", href: "/portfolio" },
@@ -147,8 +112,7 @@ export default function PortfolioPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Design Guide", href: "#" },
{ label: "Maintenance Tips", href: "#" },
{ label: "Plant Selection", href: "#" },
@@ -156,8 +120,7 @@ export default function PortfolioPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact", href: "/contact" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },

View File

@@ -48,31 +48,19 @@ export default function ServicesPage() {
tagAnimation="slide-up"
accordionItems={[
{
id: "1",
title: "Custom Garden Design",
content:
"Bespoke garden layouts that reflect your personal style. From intimate cottage gardens to expansive formal designs, we create outdoor spaces that complement your home's architecture and enhance your lifestyle.",
},
id: "1", title: "Custom Garden Design", content:
"Bespoke garden layouts that reflect your personal style. From intimate cottage gardens to expansive formal designs, we create outdoor spaces that complement your home's architecture and enhance your lifestyle."},
{
id: "2",
title: "Hardscape Installation",
content:
"Professional installation of patios, pathways, pergolas, and outdoor structures. Premium materials and expert craftsmanship ensure durability and aesthetic excellence.",
},
id: "2", title: "Hardscape Installation", content:
"Professional installation of patios, pathways, pergolas, and outdoor structures. Premium materials and expert craftsmanship ensure durability and aesthetic excellence."},
{
id: "3",
title: "Water Features & Pools",
content:
"Custom water features, fountains, and pool landscaping. Transform your outdoor space with stunning aquatic elements that enhance ambiance and property value.",
},
id: "3", title: "Water Features & Pools", content:
"Custom water features, fountains, and pool landscaping. Transform your outdoor space with stunning aquatic elements that enhance ambiance and property value."},
{
id: "4",
title: "Landscape Maintenance",
content:
"Ongoing maintenance programs designed to keep your landscape pristine. Regular seasonal care, pruning, and updates ensure your investment remains beautiful year-round.",
},
id: "4", title: "Landscape Maintenance", content:
"Ongoing maintenance programs designed to keep your landscape pristine. Regular seasonal care, pruning, and updates ensure your investment remains beautiful year-round."},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-man-working-eco-friendly-wind-power-project-with-paper-plans_23-2148847792.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-man-working-eco-friendly-wind-power-project-with-paper-plans_23-2148847792.jpg"
imageAlt="Professional landscape design workspace"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -91,49 +79,19 @@ export default function ServicesPage() {
tagAnimation="slide-up"
plans={[
{
id: "design",
title: "Design Consultation",
price: "$2,500",
period: "per project",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153848.jpg",
imageAlt: "Landscape design consultation",
button: { text: "Book Consultation", href: "/contact" },
id: "design", title: "Design Consultation", price: "$2,500", period: "per project", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153848.jpg", imageAlt: "Landscape design consultation", button: { text: "Book Consultation", href: "/contact" },
features: [
"Initial site assessment",
"3D design renderings",
"Material recommendations",
"Maintenance planning",
],
"Initial site assessment", "3D design renderings", "Material recommendations", "Maintenance planning"],
},
{
id: "installation",
title: "Full Installation",
price: "$25,000+",
period: "starting price",
imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg",
imageAlt: "Professional landscape installation",
button: { text: "Get Free Estimate", href: "/contact" },
id: "installation", title: "Full Installation", price: "$25,000+", period: "starting price", imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg", imageAlt: "Professional landscape installation", button: { text: "Get Free Estimate", href: "/contact" },
features: [
"Design + installation",
"Premium materials",
"Professional crew",
"Project management",
],
"Design + installation", "Premium materials", "Professional crew", "Project management"],
},
{
id: "premium",
title: "Premium Estate Package",
price: "Custom",
period: "luxury bespoke",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-venue-with-swimming-pool_637285-5705.jpg",
imageAlt: "Luxury estate landscape",
button: { text: "Schedule Private Meeting", href: "/contact" },
id: "premium", title: "Premium Estate Package", price: "Custom", period: "luxury bespoke", imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-venue-with-swimming-pool_637285-5705.jpg", imageAlt: "Luxury estate landscape", button: { text: "Schedule Private Meeting", href: "/contact" },
features: [
"Unlimited revisions",
"Exclusive materials",
"Dedicated project team",
"Lifetime support",
],
"Unlimited revisions", "Exclusive materials", "Dedicated project team", "Lifetime support"],
},
]}
animationType="slide-up"
@@ -149,8 +107,7 @@ export default function ServicesPage() {
logoText="Luxe Landscapes"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Garden Design", href: "/services" },
{ label: "Hardscaping", href: "/services" },
{ label: "Water Features", href: "/services" },
@@ -158,8 +115,7 @@ export default function ServicesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Portfolio", href: "/portfolio" },
@@ -167,8 +123,7 @@ export default function ServicesPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Design Guide", href: "#" },
{ label: "Maintenance Tips", href: "#" },
{ label: "Plant Selection", href: "#" },
@@ -176,8 +131,7 @@ export default function ServicesPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact", href: "/contact" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },