From 72be7e6b541ad98b25f1d35e6d8eea648615854a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:02:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 82ca03e..d919fb7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,10 +60,9 @@ export default function MetalStructuresPage() { { text: "Get a Quote", href: "#contact" }, { text: "View Designs", href: "#products" }, ]} - buttonAnimation="blur-reveal" + mediaAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/waibaidu-bridge-shanghai_1359-944.jpg" imageAlt="Premium metal carport structure" - mediaAnimation="slide-up" imagePosition="right" /> @@ -99,7 +98,7 @@ export default function MetalStructuresPage() { { id: "2", title: "Customizable Modern Designs", tags: ["Architecture", "Custom Options"], imageSrc: - "http://img.b2bpic.net/free-photo/gray-brown-concrete-modern-building-shot-from-low-angle_181624-3502.jpg?_wi=1", imageAlt: "Modern carport design showcase"}, + "http://img.b2bpic.net/free-photo/gray-brown-concrete-modern-building-shot-from-low-angle_181624-3502.jpg", imageAlt: "Modern carport design showcase"}, { id: "3", title: "Expert Professional Installation", tags: ["Installation", "Expert Team"], imageSrc: @@ -107,7 +106,6 @@ export default function MetalStructuresPage() { ]} animationType="slide-up" buttons={[{ text: "Learn More", href: "#contact" }]} - buttonAnimation="blur-reveal" /> @@ -129,12 +127,11 @@ export default function MetalStructuresPage() { "http://img.b2bpic.net/free-photo/empty-basketball-field_23-2149231820.jpg", imageAlt: "Commercial grade carport"}, { id: "3", name: "Premium Architectural Carport", price: "$12,000", imageSrc: - "http://img.b2bpic.net/free-photo/gray-brown-concrete-modern-building-shot-from-low-angle_181624-3502.jpg?_wi=2", imageAlt: "Premium architectural carport"}, + "http://img.b2bpic.net/free-photo/gray-brown-concrete-modern-building-shot-from-low-angle_181624-3502.jpg", imageAlt: "Premium architectural carport"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" buttons={[{ text: "Request Quote", href: "#contact" }]} - buttonAnimation="blur-reveal" /> @@ -177,7 +174,7 @@ export default function MetalStructuresPage() { { id: "1", name: "Robert Martinez", role: "Property Manager", company: "Martinez Properties", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1"}, + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"}, { id: "2", name: "Jennifer Chen", role: "Business Owner", company: "Industrial Solutions Inc", rating: 5, imageSrc: @@ -197,7 +194,7 @@ export default function MetalStructuresPage() { { id: "6", name: "Amanda Foster", role: "Operations Manager", company: "Corporate Parks LLC", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2"}, + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"}, ]} /> @@ -261,7 +258,6 @@ export default function MetalStructuresPage() { mediaAnimation="slide-up" mediaPosition="right" buttonText="Request Quote" - buttonAnimation="blur-reveal" /> -- 2.49.1