From 7b7baf462fbbd9f7f38c8aa9b8e16f0ba072bfd9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 12:14:39 +0000 Subject: [PATCH] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 115 ++++++++----------------------------- 1 file changed, 25 insertions(+), 90 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index ea00b82..4e94181 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -6,7 +6,7 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Facebook, Instagram, Linkedin } from "lucide-react"; +import { Facebook, Instagram, Linkedin, X } from "lucide-react"; export default function LandingPage() { return ( @@ -27,25 +27,15 @@ export default function LandingPage() { @@ -67,65 +55,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "proj-1", - brand: "Backyard Remodel", - name: "Luxury Patio & Garden", - price: "View Details", - rating: 5, - reviewCount: "25", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-holding-digital-tablet-hand-gardening-greenhouse_23-2147948181.jpg", - imageAlt: "Before and after luxury patio", - }, + id: "proj-1", brand: "Backyard Remodel", name: "Luxury Patio & Garden", price: "View Details", rating: 5, + reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-holding-digital-tablet-hand-gardening-greenhouse_23-2147948181.jpg", imageAlt: "Before and after luxury patio"}, { - id: "proj-2", - brand: "Curb Appeal", - name: "Modern Front Yard", - price: "View Details", - rating: 5, - reviewCount: "18", - imageSrc: "http://img.b2bpic.net/free-photo/suburban-housing_53876-14307.jpg", - imageAlt: "Modern front yard landscaping", - }, + id: "proj-2", brand: "Curb Appeal", name: "Modern Front Yard", price: "View Details", rating: 5, + reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/suburban-housing_53876-14307.jpg", imageAlt: "Modern front yard landscaping"}, { - id: "proj-3", - brand: "Outdoor Oasis", - name: "Poolside Landscaping", - price: "View Details", - rating: 5, - reviewCount: "30", - imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_74190-6507.jpg", - imageAlt: "Poolside landscape design", - }, + id: "proj-3", brand: "Outdoor Oasis", name: "Poolside Landscaping", price: "View Details", rating: 5, + reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_74190-6507.jpg", imageAlt: "Poolside landscape design"}, { - id: "proj-4", - brand: "Commercial Project", - name: "Business Park Greens", - price: "View Details", - rating: 5, - reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/creative-aerial-view-cityscape_23-2148975293.jpg", - imageAlt: "Commercial landscape design", - }, + id: "proj-4", brand: "Commercial Project", name: "Business Park Greens", price: "View Details", rating: 5, + reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/creative-aerial-view-cityscape_23-2148975293.jpg", imageAlt: "Commercial landscape design"}, { - id: "proj-5", - brand: "Sustainable Living", - name: "Drought-Tolerant Garden", - price: "View Details", - rating: 5, - reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-poster-with-sozu-fountain-japanese-rock-garden-idea-postcard-banner_166373-7286.jpg", - imageAlt: "Sustainable garden design", - }, + id: "proj-5", brand: "Sustainable Living", name: "Drought-Tolerant Garden", price: "View Details", rating: 5, + reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/vertical-poster-with-sozu-fountain-japanese-rock-garden-idea-postcard-banner_166373-7286.jpg", imageAlt: "Sustainable garden design"}, { - id: "proj-6", - brand: "Entertainment Hub", - name: "Custom Outdoor Kitchen", - price: "View Details", - rating: 5, - reviewCount: "22", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-people-partying-together_23-2149739852.jpg", - imageAlt: "Custom outdoor kitchen", - }, + id: "proj-6", brand: "Entertainment Hub", name: "Custom Outdoor Kitchen", price: "View Details", rating: 5, + reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-people-partying-together_23-2149739852.jpg", imageAlt: "Custom outdoor kitchen"}, ]} title="Inspiring Outdoor Transformations" description="Browse our gallery of stunning before-and-after projects, showcasing our commitment to quality and design excellence." @@ -143,12 +89,9 @@ export default function LandingPage() { title="Let's Create Your Masterpiece" buttons={[ { - text: "Request a Free Quote", - href: "/contact", - }, + text: "Request a Free Quote", href: "/contact"}, ]} buttonAnimation="none" - description="Ready to transform your own outdoor space? Contact us today to discuss your vision and get a personalized quote." /> @@ -159,24 +102,16 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "https://www.facebook.com/DouglasLawnLandscaping", - ariaLabel: "Facebook", - }, + href: "https://www.facebook.com/DouglasLawnLandscaping", ariaLabel: "Facebook"}, { icon: Instagram, - href: "https://www.instagram.com/DouglasLawnLandscaping", - ariaLabel: "Instagram", - }, + href: "https://www.instagram.com/DouglasLawnLandscaping", ariaLabel: "Instagram"}, { icon: Linkedin, - href: "https://www.linkedin.com/company/DouglasLawnLandscaping", - ariaLabel: "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)"}, ]} />