Update src/app/portfolio/page.tsx

This commit is contained in:
2026-03-15 20:47:09 +00:00
parent 53f278a4cc
commit a26a884440

View File

@@ -7,7 +7,7 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour";
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
import FaqBase from "@/components/sections/faq/FaqBase";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import { Star } from "lucide-react";
import { Star, HelpCircle } from "lucide-react";
const PortfolioPage = () => {
const navItems = [
@@ -24,7 +24,7 @@ const PortfolioPage = () => {
name: "Front Yard Curb Appeal",
price: "Transform",
variant: "Landscape Design & Installation",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kihb31&_wi=2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kihb31",
imageAlt: "Front yard landscape transformation",
},
{
@@ -32,7 +32,7 @@ const PortfolioPage = () => {
name: "Backyard Entertainment Space",
price: "Complete",
variant: "Paver Patio & Landscaping",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gns7jf&_wi=2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gns7jf",
imageAlt: "Backyard outdoor living transformation",
},
{
@@ -40,7 +40,7 @@ const PortfolioPage = () => {
name: "Artificial Turf Installation",
price: "Low-Maintenance",
variant: "Synthetic Grass Solution",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kfiwfc&_wi=4",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kfiwfc",
imageAlt: "Artificial turf installation",
},
];
@@ -51,7 +51,7 @@ const PortfolioPage = () => {
name: "Sarah Johnson",
role: "Homeowner",
testimonial: "Jose and his team did an outstanding job transforming our front garden space. From start to finish, he was professional, responsive, and attentive to every detail.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=21d0px&_wi=3",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=21d0px",
imageAlt: "Sarah Johnson",
icon: Star,
},
@@ -60,7 +60,7 @@ const PortfolioPage = () => {
name: "Michael Chen",
role: "Homeowner",
testimonial: "They came out quickly for an estimate, offered practical recommendations, and completed our landscape and drainage project at half the cost and time of other estimates.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g2io5c&_wi=2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g2io5c",
imageAlt: "Michael Chen",
icon: Star,
},
@@ -69,7 +69,7 @@ const PortfolioPage = () => {
name: "Emily Rodriguez",
role: "Homeowner",
testimonial: "He knows plants, understands what thrives in the Texas climate, and delivers beautiful work with real attention to detail. We're having them back for more projects.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sw65sa&_wi=2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sw65sa",
imageAlt: "Emily Rodriguez",
icon: Star,
},
@@ -78,7 +78,7 @@ const PortfolioPage = () => {
name: "David Kim",
role: "Homeowner",
testimonial: "These guys are the best. Professional, fast, fair-priced, and we will absolutely use them again. Best decision we made for our yard.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3lxfnf&_wi=2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3lxfnf",
imageAlt: "David Kim",
icon: Star,
},
@@ -87,7 +87,7 @@ const PortfolioPage = () => {
name: "Jessica Martinez",
role: "Homeowner",
testimonial: "Outstanding communication throughout the entire project. They kept us informed every step of the way and the final result exceeded our expectations.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ky48kc&_wi=2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ky48kc",
imageAlt: "Jessica Martinez",
icon: Star,
},
@@ -96,7 +96,7 @@ const PortfolioPage = () => {
name: "Robert Thompson",
role: "Homeowner",
testimonial: "Professional crew, clean job site, and beautiful finished work. Houston Green Landscaping is exactly what every homeowner is looking for.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nl0cus&_wi=2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nl0cus",
imageAlt: "Robert Thompson",
icon: Star,
},
@@ -179,7 +179,7 @@ const PortfolioPage = () => {
useInvertedBackground={true}
animationType="scale-rotate"
tag="Client Reviews"
tagIcon="Star"
tagIcon={Star}
tagAnimation="slide-up"
testimonials={portfolioTestimonials}
buttons={[
@@ -200,7 +200,7 @@ const PortfolioPage = () => {
useInvertedBackground={true}
faqsAnimation="slide-up"
tag="Support"
tagIcon="HelpCircle"
tagIcon={HelpCircle}
tagAnimation="slide-up"
faqs={portfolioFaqs}
buttons={[