Merge version_1 into main #6

Merged
bender merged 2 commits from version_1 into main 2026-06-01 12:26:09 +00:00
2 changed files with 26 additions and 25 deletions

View File

@@ -146,7 +146,6 @@ export default function HomePage() {
<TextAbout
tag="Our Vision"
title="Innovating Outdoor Management with AI"
description="Douglas Lawn & Landscaping combines expert craftsmanship with cutting-edge AI technology to provide superior service and stunning results. We're dedicated to automating your outdoor experience, ensuring beautiful landscapes and effortless management."
buttons={[
{
text: "Learn More About Us", href: "/about"

View File

@@ -15,24 +15,21 @@ export default function PortfolioPage() {
{ name: "Services", id: "/services" },
{ name: "Portfolio", id: "/portfolio" },
{ name: "About Us", id: "/about" },
{ name: "Contact", id: "/contact" },
{ name: "Contact", id: "/contact" }
];
const themeProps = {
defaultButtonVariant: "hover-magnetic", defaultTextAnimation: "background-highlight", borderRadius: "rounded", contentWidth: "small", sizing: "mediumLargeSizeMediumTitles", background: "floatingGradient", cardStyle: "glass-elevated", primaryButtonStyle: "diagonal-gradient", secondaryButtonStyle: "glass", headingFontWeight: "extrabold"};
return (
<ThemeProvider
defaultButtonVariant={themeProps.defaultButtonVariant}
defaultTextAnimation={themeProps.defaultTextAnimation}
borderRadius={themeProps.borderRadius}
contentWidth={themeProps.contentWidth}
sizing={themeProps.sizing}
background={themeProps.background}
cardStyle={themeProps.cardStyle}
primaryButtonStyle={themeProps.primaryButtonStyle}
secondaryButtonStyle={themeProps.secondaryButtonStyle}
headingFontWeight={themeProps.headingFontWeight}
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="background-highlight"
borderRadius="rounded"
contentWidth="small"
sizing="mediumLargeSizeMediumTitles"
background="floatingGradient"
cardStyle="glass-elevated"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
headingFontWeight="extrabold"
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
@@ -40,7 +37,7 @@ export default function PortfolioPage() {
navItems={navItems.map((item) => ({
name: item.name,
id: item.id,
href: item.id,
href: item.id
}))}
logoSrc="http://img.b2bpic.net/free-vector/landscaping-logo-template-design_742173-14940.jpg"
logoAlt="Douglas Lawn & Landscaping Logo"
@@ -56,9 +53,8 @@ export default function PortfolioPage() {
<TextAbout
tag="Inspired?"
title="Let's Create Your Masterpiece"
description="Ready to transform your own outdoor space? Contact us today to discuss your vision and get a personalized quote."
buttons={[
{ text: "Request a Free Quote", href: "/contact" },
{ text: "Request a Free Quote", href: "/contact" }
]}
useInvertedBackground={false}
tagAnimation="none"
@@ -73,17 +69,23 @@ export default function PortfolioPage() {
description="Hear directly from our satisfied customers about their experience with Douglas Lawn & Landscaping."
testimonials={[
{
id: "1", name: "Sarah J.", role: "Homeowner", testimonial: "Douglas Lawn & Landscaping transformed our backyard into a true oasis. Their team was professional, communicative, and the quality of their work is outstanding!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg", imageAlt: "Sarah J."},
id: "1", name: "Sarah J.", role: "Homeowner", testimonial: "Douglas Lawn & Landscaping transformed our backyard into a true oasis. Their team was professional, communicative, and the quality of their work is outstanding!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg", imageAlt: "Sarah J."
},
{
id: "2", name: "Michael D.", role: "Business Owner", testimonial: "Our commercial property has never looked better. The AI system for scheduling and updates is a game-changer. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-traveling-using-sustainable-mobility_23-2149292681.jpg", imageAlt: "Michael D."},
id: "2", name: "Michael D.", role: "Business Owner", testimonial: "Our commercial property has never looked better. The AI system for scheduling and updates is a game-changer. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-traveling-using-sustainable-mobility_23-2149292681.jpg", imageAlt: "Michael D."
},
{
id: "3", name: "Emily R.", role: "Property Manager", testimonial: "From irrigation repair to seasonal cleanups, Douglas Lawn & Landscaping always delivers. Their efficiency and attention to detail are unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-woman-garage-sale_23-2150540717.jpg", imageAlt: "Emily R."},
id: "3", name: "Emily R.", role: "Property Manager", testimonial: "From irrigation repair to seasonal cleanups, Douglas Lawn & Landscaping always delivers. Their efficiency and attention to detail are unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-woman-garage-sale_23-2150540717.jpg", imageAlt: "Emily R."
},
{
id: "4", name: "David K.", role: "Client", testimonial: "We absolutely love our new patio and outdoor kitchen. The team made the entire process seamless, and the results exceeded our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-businesswoman-suit-drinking-takeaway-coffee-street-waiting-someone-near-office-b_1258-117433.jpg", imageAlt: "David K."},
id: "4", name: "David K.", role: "Client", testimonial: "We absolutely love our new patio and outdoor kitchen. The team made the entire process seamless, and the results exceeded our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-businesswoman-suit-drinking-takeaway-coffee-street-waiting-someone-near-office-b_1258-117433.jpg", imageAlt: "David K."
},
{
id: "5", name: "Laura S.", role: "Homeowner", testimonial: "The sod installation was quick and flawless. Our lawn looks fantastic, and the automated communication kept us informed every step of the way.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-age-couple-having-date-outdoors_23-2149016125.jpg", imageAlt: "Laura S."},
id: "5", name: "Laura S.", role: "Homeowner", testimonial: "The sod installation was quick and flawless. Our lawn looks fantastic, and the automated communication kept us informed every step of the way.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-age-couple-having-date-outdoors_23-2149016125.jpg", imageAlt: "Laura S."
},
{
id: "6", name: "Robert B.", role: "Client", testimonial: "Fantastic drainage solutions! They solved our long-standing water issue efficiently and professionally. Truly experts in their field.", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-with-pleasure-marshmallows-stick_259150-58527.jpg", imageAlt: "Robert B."},
id: "6", name: "Robert B.", role: "Client", testimonial: "Fantastic drainage solutions! They solved our long-standing water issue efficiently and professionally. Truly experts in their field.", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-with-pleasure-marshmallows-stick_259150-58527.jpg", imageAlt: "Robert B."
}
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -101,7 +103,7 @@ export default function PortfolioPage() {
{ icon: Facebook, href: "https://www.facebook.com/DouglasLawnLandscaping", ariaLabel: "Facebook" },
{ icon: Instagram, href: "https://www.instagram.com/DouglasLawnLandscaping", ariaLabel: "Instagram" },
{ icon: Linkedin, href: "https://www.linkedin.com/company/DouglasLawnLandscaping", ariaLabel: "LinkedIn" },
{ icon: X, href: "https://twitter.com/DouglasLawn", ariaLabel: "X (formerly Twitter)" },
{ icon: X, href: "https://twitter.com/DouglasLawn", ariaLabel: "X (formerly Twitter)" }
]}
/>
</div>