Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-05 17:39:36 +00:00

View File

@@ -76,7 +76,7 @@ export default function LandingPage() {
description="Founded by industry experts"
subdescription="Verdant Innovations Group"
icon={Sprout}
imageSrc="http://img.b2bpic.net/free-photo/global-environmental-sustainability-background-green-technology_53876-124628.jpg"
imageSrc="http://img.b2bpic.net/free-photo/global-environmental-sustainability-background-green-technology_53876-124628.jpg?_wi=1"
imageAlt="Green sustainability focus"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -88,16 +88,16 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Modular Installation System", tags: ["Quick Setup", "Professional Grade"],
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg", imageAlt: "Modular panel installation"},
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg?_wi=1", imageAlt: "Modular panel installation"},
{
id: "2", title: "Environmental Certification", tags: ["LEED Eligible", "Green Building"],
imageSrc: "http://img.b2bpic.net/free-photo/global-environmental-sustainability-background-green-technology_53876-124628.jpg", imageAlt: "Sustainability certification"},
imageSrc: "http://img.b2bpic.net/free-photo/global-environmental-sustainability-background-green-technology_53876-124628.jpg?_wi=2", imageAlt: "Sustainability certification"},
{
id: "3", title: "Engineered Durability", tags: ["25+ Year Lifespan", "Weather Tested"],
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Durable green roof panels"},
{
id: "4", title: "Technical Support", tags: ["Expert Guidance", "24/7 Available"],
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg", imageAlt: "Technical support team"},
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg?_wi=2", imageAlt: "Technical support team"},
]}
animationType="slide-up"
title="Purpose-Built for Professionals"
@@ -111,9 +111,9 @@ export default function LandingPage() {
<ProductCardOne
products={[
{
id: "1", name: "Premium Modular Panel", price: "$450/unit", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-green-building-with-gray-pipe-cloudy-sky_181624-6832.jpg", imageAlt: "Premium green roof panel"},
id: "1", name: "Premium Modular Panel", price: "$450/unit", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-green-building-with-gray-pipe-cloudy-sky_181624-6832.jpg?_wi=1", imageAlt: "Premium green roof panel"},
{
id: "2", name: "Standard Installation Kit", price: "$320/kit", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-green-building-with-gray-pipe-cloudy-sky_181624-6832.jpg", imageAlt: "Standard green roof installation kit"},
id: "2", name: "Standard Installation Kit", price: "$320/kit", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-green-building-with-gray-pipe-cloudy-sky_181624-6832.jpg?_wi=2", imageAlt: "Standard green roof installation kit"},
{
id: "3", name: "Residential Series", price: "$280/unit", imageSrc: "http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg", imageAlt: "Residential green roof panels"},
]}
@@ -147,10 +147,10 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Mitchell", role: "Principal Architect", company: "Mitchell & Associates", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/male-employee-with-coffee-cup-office_482257-119420.jpg", imageAlt: "Sarah Mitchell"},
imageSrc: "http://img.b2bpic.net/free-photo/male-employee-with-coffee-cup-office_482257-119420.jpg?_wi=1", imageAlt: "Sarah Mitchell"},
{
id: "2", name: "James Chen", role: "Head Contractor", company: "Chen Construction Group", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18998.jpg", imageAlt: "James Chen"},
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18998.jpg?_wi=1", imageAlt: "James Chen"},
{
id: "3", name: "Elena Rodriguez", role: "Landscape Designer", company: "Verde Design Studio", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-bearded-redhead-male-pink-shirt-blue-jacket-sits-table-cafe-using-tablet-pc_613910-2046.jpg", imageAlt: "Elena Rodriguez"},
@@ -159,10 +159,10 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-engineer-hard-hat-building_1303-21147.jpg", imageAlt: "David Park"},
{
id: "5", name: "Amanda Foster", role: "Design Director", company: "Foster Creative Architects", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/male-employee-with-coffee-cup-office_482257-119420.jpg", imageAlt: "Amanda Foster"},
imageSrc: "http://img.b2bpic.net/free-photo/male-employee-with-coffee-cup-office_482257-119420.jpg?_wi=2", imageAlt: "Amanda Foster"},
{
id: "6", name: "Michael Torres", role: "Project Manager", company: "Torres Development", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18998.jpg", imageAlt: "Michael Torres"},
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18998.jpg?_wi=2", imageAlt: "Michael Torres"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"