Merge version_1 into main #2
@@ -18,8 +18,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Garden Design", href: "/services" },
|
||||
{ label: "Outdoor Living", href: "/services" },
|
||||
{ label: "Water Features", href: "/services" },
|
||||
@@ -27,8 +26,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/team" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
@@ -36,11 +34,10 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{ label: "FAQ", href: "/contact" },
|
||||
title: "Resources", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Design Tips", href: "#" },
|
||||
{ label: "Testimonials", href: "#" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
],
|
||||
},
|
||||
@@ -64,9 +61,7 @@ export default function AboutPage() {
|
||||
brandName="Prestige Landscapes"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Request Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Request Consultation", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -107,55 +102,21 @@ export default function AboutPage() {
|
||||
animationType="slide-up"
|
||||
groups={[
|
||||
{
|
||||
id: "leadership",
|
||||
groupTitle: "Executive Team",
|
||||
members: [
|
||||
id: "leadership", groupTitle: "Executive Team", members: [
|
||||
{
|
||||
id: "1",
|
||||
title: "James Richardson",
|
||||
subtitle: "Founder & Principal Designer",
|
||||
detail: "james@prestigelandscapes.com",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "James Richardson",
|
||||
},
|
||||
id: "1", title: "James Richardson", subtitle: "Founder & Principal Designer", detail: "james@prestigelandscapes.com", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Richardson"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Elizabeth Van Der Berg",
|
||||
subtitle: "Creative Director",
|
||||
detail: "elizabeth@prestigelandscapes.com",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=1",
|
||||
imageAlt: "Elizabeth Van Der Berg",
|
||||
},
|
||||
id: "2", title: "Elizabeth Van Der Berg", subtitle: "Creative Director", detail: "elizabeth@prestigelandscapes.com", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", imageAlt: "Elizabeth Van Der Berg"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "designers",
|
||||
groupTitle: "Design Team",
|
||||
members: [
|
||||
id: "designers", groupTitle: "Design Team", members: [
|
||||
{
|
||||
id: "3",
|
||||
title: "Marcus Chen",
|
||||
subtitle: "Senior Landscape Architect",
|
||||
detail: "marcus@prestigelandscapes.com",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-blue-shirt-schematics_23-2148269824.jpg?_wi=1",
|
||||
imageAlt: "Marcus Chen",
|
||||
},
|
||||
id: "3", title: "Marcus Chen", subtitle: "Senior Landscape Architect", detail: "marcus@prestigelandscapes.com", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-blue-shirt-schematics_23-2148269824.jpg", imageAlt: "Marcus Chen"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Sofia Rodriguez",
|
||||
subtitle: "Garden Designer",
|
||||
detail: "sofia@prestigelandscapes.com",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-florist-her-nursery-standing-holding-potted-combination-succulents-her-hands-as-she-tends-gardenplants-greenhouse_158595-6976.jpg?_wi=1",
|
||||
imageAlt: "Sofia Rodriguez",
|
||||
},
|
||||
id: "4", title: "Sofia Rodriguez", subtitle: "Garden Designer", detail: "sofia@prestigelandscapes.com", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-florist-her-nursery-standing-holding-potted-combination-succulents-her-hands-as-she-tends-gardenplants-greenhouse_158595-6976.jpg", imageAlt: "Sofia Rodriguez"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Thomas Beaumont",
|
||||
subtitle: "Hardscape Specialist",
|
||||
detail: "thomas@prestigelandscapes.com",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-young-attractive-bearded-dark-skinned-farmer-blue-t-shirt-with-garden-tools-holding-hands-crossed-looking-aside-with-confident-face-expression_176420-19901.jpg?_wi=1",
|
||||
imageAlt: "Thomas Beaumont",
|
||||
},
|
||||
id: "5", title: "Thomas Beaumont", subtitle: "Hardscape Specialist", detail: "thomas@prestigelandscapes.com", imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-young-attractive-bearded-dark-skinned-farmer-blue-t-shirt-with-garden-tools-holding-hands-crossed-looking-aside-with-confident-face-expression_176420-19901.jpg", imageAlt: "Thomas Beaumont"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -18,8 +18,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Garden Design", href: "/services" },
|
||||
{ label: "Outdoor Living", href: "/services" },
|
||||
{ label: "Water Features", href: "/services" },
|
||||
@@ -27,8 +26,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/team" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
@@ -36,11 +34,10 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{ label: "FAQ", href: "/contact" },
|
||||
title: "Resources", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Design Tips", href: "#" },
|
||||
{ label: "Testimonials", href: "#" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
],
|
||||
},
|
||||
@@ -68,9 +65,7 @@ export default function ContactPage() {
|
||||
brandName="Prestige Landscapes"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Request Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Request Consultation", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -85,13 +80,11 @@ export default function ContactPage() {
|
||||
{ name: "address", type: "text", placeholder: "Property Address", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your vision, property size, and any specific requirements...",
|
||||
rows: 6,
|
||||
name: "message", placeholder: "Tell us about your vision, property size, and any specific requirements...", rows: 6,
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg"
|
||||
imageAlt="Luxury outdoor living space"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -104,35 +97,17 @@ export default function ContactPage() {
|
||||
<FaqSplitMedia
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is included in a landscape design consultation?",
|
||||
content: "Our complimentary consultation includes a thorough site assessment, discussion of your vision and lifestyle needs, preliminary design concepts, and a detailed estimate. We take time to understand your preferences and budget to create the perfect plan.",
|
||||
},
|
||||
id: "1", title: "What is included in a landscape design consultation?", content: "Our complimentary consultation includes a thorough site assessment, discussion of your vision and lifestyle needs, preliminary design concepts, and a detailed estimate. We take time to understand your preferences and budget to create the perfect plan."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How long does a typical landscape project take?",
|
||||
content: "Project timelines vary based on scope and complexity. Small residential projects typically take 4-8 weeks, while larger estate projects can take 3-6 months. We provide detailed timelines during the planning phase and maintain constant communication throughout.",
|
||||
},
|
||||
id: "2", title: "How long does a typical landscape project take?", content: "Project timelines vary based on scope and complexity. Small residential projects typically take 4-8 weeks, while larger estate projects can take 3-6 months. We provide detailed timelines during the planning phase and maintain constant communication throughout."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer maintenance services after installation?",
|
||||
content: "Yes, we offer comprehensive maintenance packages including seasonal care, irrigation management, pruning, and plant health monitoring. Our maintenance programs ensure your landscape remains beautiful year-round.",
|
||||
},
|
||||
id: "3", title: "Do you offer maintenance services after installation?", content: "Yes, we offer comprehensive maintenance packages including seasonal care, irrigation management, pruning, and plant health monitoring. Our maintenance programs ensure your landscape remains beautiful year-round."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What areas do you service?",
|
||||
content: "We serve the entire metropolitan area and surrounding regions within 50 miles. For larger projects or special requests, we may extend our service area. Contact us to discuss your specific location.",
|
||||
},
|
||||
id: "4", title: "What areas do you service?", content: "We serve the entire metropolitan area and surrounding regions within 50 miles. For larger projects or special requests, we may extend our service area. Contact us to discuss your specific location."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you work with existing landscapes?",
|
||||
content: "Absolutely. We specialize in landscape renovations and enhancements. Whether you're looking to refresh tired gardens or completely reimagine your outdoor space, our team can work with existing elements or start fresh.",
|
||||
},
|
||||
id: "5", title: "Do you work with existing landscapes?", content: "Absolutely. We specialize in landscape renovations and enhancements. Whether you're looking to refresh tired gardens or completely reimagine your outdoor space, our team can work with existing elements or start fresh."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How do you handle project costs and budgeting?",
|
||||
content: "We work within your budget from the start. During the consultation, we discuss investment ranges and create designs that maximize value. Transparent pricing and detailed estimates ensure no surprises.",
|
||||
},
|
||||
id: "6", title: "How do you handle project costs and budgeting?", content: "We work within your budget from the start. During the consultation, we discuss investment ranges and create designs that maximize value. Transparent pricing and detailed estimates ensure no surprises."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about our landscaping services and process"
|
||||
|
||||
@@ -5,19 +5,14 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const roboto = Roboto({
|
||||
variable: "--font-roboto",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-roboto", subsets: ["latin"],
|
||||
weight: ["100", "300", "400", "500", "700", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Prestige Landscapes - Luxury Outdoor Design & Installation",
|
||||
description: "Award-winning landscape design and installation for discerning homeowners. Elevate your property with bespoke outdoor living solutions crafted by master gardeners and designers.",
|
||||
keywords: "luxury landscaping, landscape design, outdoor design, premium landscaping, garden design",
|
||||
metadataBase: new URL("https://prestigelandscapes.com"),
|
||||
title: "Prestige Landscapes - Luxury Outdoor Design & Installation", description: "Award-winning landscape design and installation for discerning homeowners. Elevate your property with bespoke outdoor living solutions crafted by master gardeners and designers.", keywords: "luxury landscaping, landscape design, outdoor design, premium landscaping, garden design", metadataBase: new URL("https://prestigelandscapes.com"),
|
||||
alternates: {
|
||||
canonical: "https://prestigelandscapes.com",
|
||||
},
|
||||
canonical: "https://prestigelandscapes.com"},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
147
src/app/page.tsx
147
src/app/page.tsx
@@ -5,9 +5,10 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin
|
||||
import HeroSplit from "@/components/sections/hero/HeroSplit";
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
||||
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { Sparkles, Leaf } from "lucide-react";
|
||||
import { Sparkles, Leaf, Camera } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -21,8 +22,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Garden Design", href: "/services" },
|
||||
{ label: "Outdoor Living", href: "/services" },
|
||||
{ label: "Water Features", href: "/services" },
|
||||
@@ -30,8 +30,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/team" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
@@ -39,11 +38,10 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{ label: "FAQ", href: "/contact" },
|
||||
title: "Resources", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Design Tips", href: "#" },
|
||||
{ label: "Testimonials", href: "#" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
],
|
||||
},
|
||||
@@ -67,9 +65,7 @@ export default function HomePage() {
|
||||
brandName="Prestige Landscapes"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Request Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Request Consultation", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -100,12 +96,12 @@ export default function HomePage() {
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "/services" },
|
||||
{ text: "Learn More", href: "#services" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardNine
|
||||
title="Our Signature Services"
|
||||
description="Comprehensive landscaping solutions tailored to your vision and lifestyle"
|
||||
@@ -114,42 +110,24 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Luxury Garden Design",
|
||||
description: "Bespoke outdoor garden spaces featuring premium plantings, hardscaping, and water features designed to complement your home's architecture.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg?_wi=1",
|
||||
imageAlt: "Garden design showcase",
|
||||
},
|
||||
title: "Luxury Garden Design", description: "Bespoke outdoor garden spaces featuring premium plantings, hardscaping, and water features designed to complement your home's architecture.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg", imageAlt: "Garden design showcase"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-pink-blue-flowers-resembling-river-surrounded-by-trees_181624-20820.jpg?_wi=1",
|
||||
imageAlt: "Flower garden example",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-pink-blue-flowers-resembling-river-surrounded-by-trees_181624-20820.jpg", imageAlt: "Flower garden example"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Outdoor Living Spaces",
|
||||
description: "Sophisticated patios, pergolas, and entertainment areas that extend your living space into nature with elegant design and premium materials.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=1",
|
||||
imageAlt: "Luxury patio design",
|
||||
},
|
||||
title: "Outdoor Living Spaces", description: "Sophisticated patios, pergolas, and entertainment areas that extend your living space into nature with elegant design and premium materials.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg", imageAlt: "Luxury patio design"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-venue-with-swimming-pool_637285-5705.jpg?_wi=1",
|
||||
imageAlt: "Outdoor entertainment area",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-venue-with-swimming-pool_637285-5705.jpg", imageAlt: "Outdoor entertainment area"},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Water Features & Pools",
|
||||
description: "Custom fountains, ponds, and luxury pools that create tranquil focal points and enhance your property's value and ambiance.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fountain-park-pedralbes-royal-palace_1398-4394.jpg?_wi=1",
|
||||
imageAlt: "Water fountain feature",
|
||||
},
|
||||
title: "Water Features & Pools", description: "Custom fountains, ponds, and luxury pools that create tranquil focal points and enhance your property's value and ambiance.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fountain-park-pedralbes-royal-palace_1398-4394.jpg", imageAlt: "Water fountain feature"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-pool-villa-spectacular-contemporary-design-digital-art-real-estate-home-house-property-ge_1258-150757.jpg?_wi=1",
|
||||
imageAlt: "Luxury pool design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-pool-villa-spectacular-contemporary-design-digital-art-real-estate-home-house-property-ge_1258-150757.jpg", imageAlt: "Luxury pool design"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -159,6 +137,33 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="portfolio" data-section="portfolio">
|
||||
<ProductCardOne
|
||||
title="Featured Projects"
|
||||
description="Showcasing our most celebrated luxury landscape transformations"
|
||||
tag="Portfolio"
|
||||
tagIcon={Camera}
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Hillside Estate Transformation", price: "$485K", imageSrc: "http://img.b2bpic.net/free-photo/amazing-gardens-luxury-hotel-sunset-bodrum-turkey_627829-7146.jpg", imageAlt: "Hillside estate landscape transformation"},
|
||||
{
|
||||
id: "2", name: "Contemporary Urban Garden", price: "$125K", imageSrc: "http://img.b2bpic.net/free-photo/park-with-benches-lamp_23-2147659194.jpg", imageAlt: "Contemporary urban garden design"},
|
||||
{
|
||||
id: "3", name: "Resort-Style Pool Complex", price: "$325K", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-two-her-multiracial-male-friends-relaxing-sunbeds-near-swimming-pool_1157-49500.jpg", imageAlt: "Resort-style pool complex"},
|
||||
{
|
||||
id: "4", name: "Mediterranean Villa Grounds", price: "$275K", imageSrc: "http://img.b2bpic.net/free-photo/italy-architecture-outdoor-landmark-europe_1203-6325.jpg", imageAlt: "Mediterranean villa landscape"},
|
||||
{
|
||||
id: "5", name: "Zen Sanctuary Design", price: "$185K", imageSrc: "http://img.b2bpic.net/free-photo/balance-stone-quiet-temple-background_1372-102.jpg", imageAlt: "Zen sanctuary garden design"},
|
||||
{
|
||||
id: "6", name: "Waterfront Property Redesign", price: "$425K", imageSrc: "http://img.b2bpic.net/free-photo/lake-house_649448-539.jpg", imageAlt: "Waterfront property landscape redesign"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
title="What Our Clients Say"
|
||||
@@ -168,65 +173,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Margaret Huntington, Estate Owner",
|
||||
date: "Date: 15 November 2024",
|
||||
title: "Exceeded Every Expectation",
|
||||
quote: "Prestige Landscapes transformed our 3-acre property into an absolute masterpiece. Their attention to detail and understanding of luxury design is unparalleled. The team was professional, on-time, and created a space we absolutely adore.",
|
||||
tag: "Residential Estate",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg",
|
||||
avatarAlt: "Margaret Huntington",
|
||||
},
|
||||
id: "1", name: "Margaret Huntington, Estate Owner", date: "Date: 15 November 2024", title: "Exceeded Every Expectation", quote: "Prestige Landscapes transformed our 3-acre property into an absolute masterpiece. Their attention to detail and understanding of luxury design is unparalleled. The team was professional, on-time, and created a space we absolutely adore.", tag: "Residential Estate", avatarSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", avatarAlt: "Margaret Huntington"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David & Susan Chen, Homeowners",
|
||||
date: "Date: 8 October 2024",
|
||||
title: "Turned Our Vision Into Reality",
|
||||
quote: "We had a vision but didn't know how to execute it. The design team at Prestige Landscapes listened carefully, made expert suggestions, and delivered a stunning outdoor space that perfectly complements our home.",
|
||||
tag: "Modern Residential",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/perfect-couple-spending-time-beach_329181-13695.jpg",
|
||||
avatarAlt: "David & Susan Chen",
|
||||
},
|
||||
id: "2", name: "David & Susan Chen, Homeowners", date: "Date: 8 October 2024", title: "Turned Our Vision Into Reality", quote: "We had a vision but didn't know how to execute it. The design team at Prestige Landscapes listened carefully, made expert suggestions, and delivered a stunning outdoor space that perfectly complements our home.", tag: "Modern Residential", avatarSrc: "http://img.b2bpic.net/free-photo/perfect-couple-spending-time-beach_329181-13695.jpg", avatarAlt: "David & Susan Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Catherine Moreau, Villa Owner",
|
||||
date: "Date: 22 September 2024",
|
||||
title: "World-Class Craftsmanship",
|
||||
quote: "The quality of craftsmanship is exceptional. Every plant, stone, and water feature was placed with precision. Our property has become the talk of the community, and we couldn't be more proud.",
|
||||
tag: "Luxury Villa",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg",
|
||||
avatarAlt: "Catherine Moreau",
|
||||
},
|
||||
id: "3", name: "Catherine Moreau, Villa Owner", date: "Date: 22 September 2024", title: "World-Class Craftsmanship", quote: "The quality of craftsmanship is exceptional. Every plant, stone, and water feature was placed with precision. Our property has become the talk of the community, and we couldn't be more proud.", tag: "Luxury Villa", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", avatarAlt: "Catherine Moreau"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Richard Thompson, Corporate Client",
|
||||
date: "Date: 5 August 2024",
|
||||
title: "Professional Excellence",
|
||||
quote: "We hired Prestige Landscapes for our corporate headquarters redesign. Their professionalism, project management, and final result were impeccable. Highly recommended for any serious landscaping project.",
|
||||
tag: "Commercial Property",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
avatarAlt: "Richard Thompson",
|
||||
},
|
||||
id: "4", name: "Richard Thompson, Corporate Client", date: "Date: 5 August 2024", title: "Professional Excellence", quote: "We hired Prestige Landscapes for our corporate headquarters redesign. Their professionalism, project management, and final result were impeccable. Highly recommended for any serious landscaping project.", tag: "Commercial Property", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Richard Thompson"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica & Michael Park, New Homeowners",
|
||||
date: "Date: 18 July 2024",
|
||||
title: "Investment in Your Home",
|
||||
quote: "Our investment in Prestige Landscapes paid off immediately. Not only does our property look incredible, but our real estate agent says it significantly increased our home's value.",
|
||||
tag: "Residential",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-couple-love-embracing-kitchen-looking-away_637285-3487.jpg",
|
||||
avatarAlt: "Jessica & Michael Park",
|
||||
},
|
||||
id: "5", name: "Jessica & Michael Park, New Homeowners", date: "Date: 18 July 2024", title: "Investment in Your Home", quote: "Our investment in Prestige Landscapes paid off immediately. Not only does our property look incredible, but our real estate agent says it significantly increased our home's value.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-couple-love-embracing-kitchen-looking-away_637285-3487.jpg", avatarAlt: "Jessica & Michael Park"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Patricia Windsor, Garden Enthusiast",
|
||||
date: "Date: 12 June 2024",
|
||||
title: "True Garden Masters",
|
||||
quote: "I've worked with many landscapers over the years. Prestige Landscapes sets a new standard. Their botanical knowledge combined with artistic vision creates outdoor spaces that are both beautiful and thriving.",
|
||||
tag: "Botanical Design",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-posing-with-folded-arms-having-many-flowers-colleague-holding-pot-with-pink-chrysanthemums-glass-roof_158595-7129.jpg",
|
||||
avatarAlt: "Patricia Windsor",
|
||||
},
|
||||
id: "6", name: "Patricia Windsor, Garden Enthusiast", date: "Date: 12 June 2024", title: "True Garden Masters", quote: "I've worked with many landscapers over the years. Prestige Landscapes sets a new standard. Their botanical knowledge combined with artistic vision creates outdoor spaces that are both beautiful and thriving.", tag: "Botanical Design", avatarSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-posing-with-folded-arms-having-many-flowers-colleague-holding-pot-with-pink-chrysanthemums-glass-roof_158595-7129.jpg", avatarAlt: "Patricia Windsor"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -17,8 +17,7 @@ export default function PortfolioPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Garden Design", href: "/services" },
|
||||
{ label: "Outdoor Living", href: "/services" },
|
||||
{ label: "Water Features", href: "/services" },
|
||||
@@ -26,8 +25,7 @@ export default function PortfolioPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/team" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
@@ -35,11 +33,10 @@ export default function PortfolioPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{ label: "FAQ", href: "/contact" },
|
||||
title: "Resources", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Design Tips", href: "#" },
|
||||
{ label: "Testimonials", href: "#" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
],
|
||||
},
|
||||
@@ -63,9 +60,7 @@ export default function PortfolioPage() {
|
||||
brandName="Prestige Landscapes"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Request Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Request Consultation", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -81,47 +76,17 @@ export default function PortfolioPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Hillside Estate Transformation",
|
||||
price: "$485K",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/amazing-gardens-luxury-hotel-sunset-bodrum-turkey_627829-7146.jpg",
|
||||
imageAlt: "Hillside estate landscape transformation",
|
||||
},
|
||||
id: "1", name: "Hillside Estate Transformation", price: "$485K", imageSrc: "http://img.b2bpic.net/free-photo/amazing-gardens-luxury-hotel-sunset-bodrum-turkey_627829-7146.jpg", imageAlt: "Hillside estate landscape transformation"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Contemporary Urban Garden",
|
||||
price: "$125K",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/park-with-benches-lamp_23-2147659194.jpg",
|
||||
imageAlt: "Contemporary urban garden design",
|
||||
},
|
||||
id: "2", name: "Contemporary Urban Garden", price: "$125K", imageSrc: "http://img.b2bpic.net/free-photo/park-with-benches-lamp_23-2147659194.jpg", imageAlt: "Contemporary urban garden design"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Resort-Style Pool Complex",
|
||||
price: "$325K",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-two-her-multiracial-male-friends-relaxing-sunbeds-near-swimming-pool_1157-49500.jpg",
|
||||
imageAlt: "Resort-style pool complex",
|
||||
},
|
||||
id: "3", name: "Resort-Style Pool Complex", price: "$325K", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-two-her-multiracial-male-friends-relaxing-sunbeds-near-swimming-pool_1157-49500.jpg", imageAlt: "Resort-style pool complex"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mediterranean Villa Grounds",
|
||||
price: "$275K",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/italy-architecture-outdoor-landmark-europe_1203-6325.jpg",
|
||||
imageAlt: "Mediterranean villa landscape",
|
||||
},
|
||||
id: "4", name: "Mediterranean Villa Grounds", price: "$275K", imageSrc: "http://img.b2bpic.net/free-photo/italy-architecture-outdoor-landmark-europe_1203-6325.jpg", imageAlt: "Mediterranean villa landscape"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Zen Sanctuary Design",
|
||||
price: "$185K",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/balance-stone-quiet-temple-background_1372-102.jpg",
|
||||
imageAlt: "Zen sanctuary garden design",
|
||||
},
|
||||
id: "5", name: "Zen Sanctuary Design", price: "$185K", imageSrc: "http://img.b2bpic.net/free-photo/balance-stone-quiet-temple-background_1372-102.jpg", imageAlt: "Zen sanctuary garden design"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Waterfront Property Redesign",
|
||||
price: "$425K",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lake-house_649448-539.jpg",
|
||||
imageAlt: "Waterfront property landscape redesign",
|
||||
},
|
||||
id: "6", name: "Waterfront Property Redesign", price: "$425K", imageSrc: "http://img.b2bpic.net/free-photo/lake-house_649448-539.jpg", imageAlt: "Waterfront property landscape redesign"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -18,8 +18,7 @@ export default function ServicesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Garden Design", href: "/services" },
|
||||
{ label: "Outdoor Living", href: "/services" },
|
||||
{ label: "Water Features", href: "/services" },
|
||||
@@ -27,8 +26,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/team" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
@@ -36,11 +34,10 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{ label: "FAQ", href: "/contact" },
|
||||
title: "Resources", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Design Tips", href: "#" },
|
||||
{ label: "Testimonials", href: "#" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
],
|
||||
},
|
||||
@@ -64,9 +61,7 @@ export default function ServicesPage() {
|
||||
brandName="Prestige Landscapes"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Request Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Request Consultation", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -79,42 +74,24 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Luxury Garden Design",
|
||||
description: "Bespoke outdoor garden spaces featuring premium plantings, hardscaping, and water features designed to complement your home's architecture. From intimate cottage gardens to sprawling estate grounds, we create botanical masterpieces.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg?_wi=2",
|
||||
imageAlt: "Garden design showcase",
|
||||
},
|
||||
title: "Luxury Garden Design", description: "Bespoke outdoor garden spaces featuring premium plantings, hardscaping, and water features designed to complement your home's architecture. From intimate cottage gardens to sprawling estate grounds, we create botanical masterpieces.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg", imageAlt: "Garden design showcase"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-pink-blue-flowers-resembling-river-surrounded-by-trees_181624-20820.jpg?_wi=2",
|
||||
imageAlt: "Flower garden example",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-pink-blue-flowers-resembling-river-surrounded-by-trees_181624-20820.jpg", imageAlt: "Flower garden example"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Outdoor Living Spaces",
|
||||
description: "Sophisticated patios, pergolas, and entertainment areas that extend your living space into nature with elegant design and premium materials. Perfect for entertaining or quiet reflection.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=2",
|
||||
imageAlt: "Luxury patio design",
|
||||
},
|
||||
title: "Outdoor Living Spaces", description: "Sophisticated patios, pergolas, and entertainment areas that extend your living space into nature with elegant design and premium materials. Perfect for entertaining or quiet reflection.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg", imageAlt: "Luxury patio design"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-venue-with-swimming-pool_637285-5705.jpg?_wi=2",
|
||||
imageAlt: "Outdoor entertainment area",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-venue-with-swimming-pool_637285-5705.jpg", imageAlt: "Outdoor entertainment area"},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Water Features & Pools",
|
||||
description: "Custom fountains, ponds, and luxury pools that create tranquil focal points and enhance your property's value and ambiance. Each installation is engineered for longevity and visual impact.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fountain-park-pedralbes-royal-palace_1398-4394.jpg?_wi=2",
|
||||
imageAlt: "Water fountain feature",
|
||||
},
|
||||
title: "Water Features & Pools", description: "Custom fountains, ponds, and luxury pools that create tranquil focal points and enhance your property's value and ambiance. Each installation is engineered for longevity and visual impact.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fountain-park-pedralbes-royal-palace_1398-4394.jpg", imageAlt: "Water fountain feature"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-pool-villa-spectacular-contemporary-design-digital-art-real-estate-home-house-property-ge_1258-150757.jpg?_wi=2",
|
||||
imageAlt: "Luxury pool design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-pool-villa-spectacular-contemporary-design-digital-art-real-estate-home-house-property-ge_1258-150757.jpg", imageAlt: "Luxury pool design"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
|
||||
@@ -16,8 +16,7 @@ export default function TeamPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Garden Design", href: "/services" },
|
||||
{ label: "Outdoor Living", href: "/services" },
|
||||
{ label: "Water Features", href: "/services" },
|
||||
@@ -25,8 +24,7 @@ export default function TeamPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/team" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
@@ -34,11 +32,10 @@ export default function TeamPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{ label: "FAQ", href: "/contact" },
|
||||
title: "Resources", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Design Tips", href: "#" },
|
||||
{ label: "Testimonials", href: "#" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
],
|
||||
},
|
||||
@@ -62,9 +59,7 @@ export default function TeamPage() {
|
||||
brandName="Prestige Landscapes"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Request Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Request Consultation", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -78,55 +73,21 @@ export default function TeamPage() {
|
||||
animationType="slide-up"
|
||||
groups={[
|
||||
{
|
||||
id: "leadership",
|
||||
groupTitle: "Executive Team",
|
||||
members: [
|
||||
id: "leadership", groupTitle: "Executive Team", members: [
|
||||
{
|
||||
id: "1",
|
||||
title: "James Richardson",
|
||||
subtitle: "Founder & Principal Designer",
|
||||
detail: "james@prestigelandscapes.com",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "James Richardson",
|
||||
},
|
||||
id: "1", title: "James Richardson", subtitle: "Founder & Principal Designer", detail: "james@prestigelandscapes.com", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Richardson"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Elizabeth Van Der Berg",
|
||||
subtitle: "Creative Director",
|
||||
detail: "elizabeth@prestigelandscapes.com",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=2",
|
||||
imageAlt: "Elizabeth Van Der Berg",
|
||||
},
|
||||
id: "2", title: "Elizabeth Van Der Berg", subtitle: "Creative Director", detail: "elizabeth@prestigelandscapes.com", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", imageAlt: "Elizabeth Van Der Berg"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "designers",
|
||||
groupTitle: "Design Team",
|
||||
members: [
|
||||
id: "designers", groupTitle: "Design Team", members: [
|
||||
{
|
||||
id: "3",
|
||||
title: "Marcus Chen",
|
||||
subtitle: "Senior Landscape Architect",
|
||||
detail: "marcus@prestigelandscapes.com",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-blue-shirt-schematics_23-2148269824.jpg?_wi=2",
|
||||
imageAlt: "Marcus Chen",
|
||||
},
|
||||
id: "3", title: "Marcus Chen", subtitle: "Senior Landscape Architect", detail: "marcus@prestigelandscapes.com", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-blue-shirt-schematics_23-2148269824.jpg", imageAlt: "Marcus Chen"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Sofia Rodriguez",
|
||||
subtitle: "Garden Designer",
|
||||
detail: "sofia@prestigelandscapes.com",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-florist-her-nursery-standing-holding-potted-combination-succulents-her-hands-as-she-tends-gardenplants-greenhouse_158595-6976.jpg?_wi=2",
|
||||
imageAlt: "Sofia Rodriguez",
|
||||
},
|
||||
id: "4", title: "Sofia Rodriguez", subtitle: "Garden Designer", detail: "sofia@prestigelandscapes.com", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-florist-her-nursery-standing-holding-potted-combination-succulents-her-hands-as-she-tends-gardenplants-greenhouse_158595-6976.jpg", imageAlt: "Sofia Rodriguez"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Thomas Beaumont",
|
||||
subtitle: "Hardscape Specialist",
|
||||
detail: "thomas@prestigelandscapes.com",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-young-attractive-bearded-dark-skinned-farmer-blue-t-shirt-with-garden-tools-holding-hands-crossed-looking-aside-with-confident-face-expression_176420-19901.jpg?_wi=2",
|
||||
imageAlt: "Thomas Beaumont",
|
||||
},
|
||||
id: "5", title: "Thomas Beaumont", subtitle: "Hardscape Specialist", detail: "thomas@prestigelandscapes.com", imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-young-attractive-bearded-dark-skinned-farmer-blue-t-shirt-with-garden-tools-holding-hands-crossed-looking-aside-with-confident-face-expression_176420-19901.jpg", imageAlt: "Thomas Beaumont"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user