Update src/app/portfolio/page.tsx
This commit is contained in:
@@ -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() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "/portfolio"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/landscaping-logo-template-design_742173-14940.jpg"
|
||||
logoAlt="Douglas Lawn & Landscaping Logo"
|
||||
@@ -53,9 +43,7 @@ export default function LandingPage() {
|
||||
bottomLeftText="Your Outdoor Partner"
|
||||
bottomRightText="info@douglaslawn.com"
|
||||
button={{
|
||||
text: "Get a Free Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get a Free Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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)"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user