Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-03-04 17:00:20 +00:00

View File

@@ -101,17 +101,17 @@ export default function LandingPage() {
tag="Project Gallery"
products={[
{
id: "1", name: "Wood Privacy Fence - Farmington", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/landscape-shot-brown-wooden-fence-mini-forest-with-clear-blue-sky_181624-17330.jpg?_wi=3", imageAlt: "Wood privacy fence project"},
id: "1", name: "Wood Privacy Fence - Farmington", price: "Completed 2025", imageSrc: "http://img.b2bpic.net/free-photo/landscape-shot-brown-wooden-fence-mini-forest-with-clear-blue-sky_181624-17330.jpg?_wi=3", imageAlt: "Wood privacy fence project"},
{
id: "2", name: "White Vinyl Installation - Eden Prairie", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/white-wall-with-tree-leaf-wall_74190-7307.jpg?_wi=2", imageAlt: "White vinyl fence project"},
id: "2", name: "White Vinyl Installation - Eden Prairie", price: "Completed 2025", imageSrc: "http://img.b2bpic.net/free-photo/white-wall-with-tree-leaf-wall_74190-7307.jpg?_wi=2", imageAlt: "White vinyl fence project"},
{
id: "3", name: "Storm Damage Repair - Twin Cities", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/old-rusted-metal-gate-texture-with-peeling-turquoise-paint-spikes_626616-504.jpg?_wi=2", imageAlt: "Storm damage repair project"},
id: "3", name: "Storm Damage Repair - Twin Cities", price: "Completed 2025", imageSrc: "http://img.b2bpic.net/free-photo/old-rusted-metal-gate-texture-with-peeling-turquoise-paint-spikes_626616-504.jpg?_wi=2", imageAlt: "Storm damage repair project"},
{
id: "4", name: "Custom Gate - Residential Estate", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-discussing-neighbourhood_23-2149447188.jpg?_wi=2", imageAlt: "Custom gate installation"},
id: "4", name: "Custom Gate - Residential Estate", price: "Completed 2025", imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-discussing-neighbourhood_23-2149447188.jpg?_wi=2", imageAlt: "Custom gate installation"},
{
id: "5", name: "Chain Link Fence - Commercial Property", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/selective-closeup-shot-chain-link-fence_181624-2493.jpg?_wi=2", imageAlt: "Commercial chain link fence"},
id: "5", name: "Chain Link Fence - Commercial Property", price: "Completed 2025", imageSrc: "http://img.b2bpic.net/free-photo/selective-closeup-shot-chain-link-fence_181624-2493.jpg?_wi=2", imageAlt: "Commercial chain link fence"},
{
id: "6", name: "Multi-Section Privacy Fence", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/landscape-shot-brown-wooden-fence-mini-forest-with-clear-blue-sky_181624-17330.jpg?_wi=4", imageAlt: "Multi-section privacy fence"},
id: "6", name: "Multi-Section Privacy Fence", price: "Completed 2025", imageSrc: "http://img.b2bpic.net/free-photo/landscape-shot-brown-wooden-fence-mini-forest-with-clear-blue-sky_181624-17330.jpg?_wi=4", imageAlt: "Multi-section privacy fence"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"