Update src/app/page.tsx

This commit is contained in:
2026-03-05 11:44:22 +00:00
parent b47bccbd90
commit bf61bd11cd

View File

@@ -65,7 +65,6 @@ export default function LandingPage() {
}
]}
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -186,22 +185,22 @@ export default function LandingPage() {
carouselMode="buttons"
testimonials={[
{
id: "1", name: "Sarah Chen", role: "Sustainability Director", testimonial: "EcoFusion transformed how we track and communicate our environmental impact. The transparency and real-time metrics have become invaluable for engaging our stakeholders.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1", imageAlt: "Professional woman business portrait"
id: "1", name: "Sarah Chen", role: "Sustainability Director", testimonial: "EcoFusion transformed how we track and communicate our environmental impact. The transparency and real-time metrics have become invaluable for engaging our stakeholders.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Professional woman business portrait"
},
{
id: "2", name: "Marcus Johnson", role: "Founder & CEO", testimonial: "The community engagement features helped us build a movement around our sustainability goals. Our members feel genuinely invested in the environmental outcomes.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "Professional man business portrait"
id: "2", name: "Marcus Johnson", role: "Founder & CEO", testimonial: "The community engagement features helped us build a movement around our sustainability goals. Our members feel genuinely invested in the environmental outcomes.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Professional man business portrait"
},
{
id: "3", name: "Elena Rodriguez", role: "Corporate Social Responsibility Lead", testimonial: "Measurable impact is what matters to us. EcoFusion's transparent reporting has strengthened our brand authority and customer trust significantly.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", imageAlt: "Professional woman business portrait"
id: "3", name: "Elena Rodriguez", role: "Corporate Social Responsibility Lead", testimonial: "Measurable impact is what matters to us. EcoFusion's transparent reporting has strengthened our brand authority and customer trust significantly.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Professional woman business portrait"
},
{
id: "4", name: "David Kim", role: "Environmental Officer", testimonial: "We've enabled thousands of citizens to participate in local sustainability initiatives. The accountability features ensure we deliver real environmental results.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", imageAlt: "Professional man business portrait"
id: "4", name: "David Kim", role: "Environmental Officer", testimonial: "We've enabled thousands of citizens to participate in local sustainability initiatives. The accountability features ensure we deliver real environmental results.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Professional man business portrait"
},
{
id: "5", name: "Jennifer Walsh", role: "Operations Manager", testimonial: "Supply chain transparency through EcoFusion gave us competitive advantage. Our partners appreciate the verified sustainability metrics.", imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg?_wi=1", imageAlt: "Professional woman business portrait"
id: "5", name: "Jennifer Walsh", role: "Operations Manager", testimonial: "Supply chain transparency through EcoFusion gave us competitive advantage. Our partners appreciate the verified sustainability metrics.", imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg", imageAlt: "Professional woman business portrait"
},
{
id: "6", name: "Amara Okonkwo", role: "NGO Director", testimonial: "Finally, a platform that makes community-driven sustainability accessible and measurable. Our impact has grown exponentially since partnering with EcoFusion.", imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg?_wi=2", imageAlt: "Professional woman business portrait"
id: "6", name: "Amara Okonkwo", role: "NGO Director", testimonial: "Finally, a platform that makes community-driven sustainability accessible and measurable. Our impact has grown exponentially since partnering with EcoFusion.", imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg", imageAlt: "Professional woman business portrait"
}
]}
/>
@@ -215,7 +214,7 @@ export default function LandingPage() {
{ text: "Start Your Sustainability Journey", href: "#" },
{ text: "Schedule a Demo", href: "#" }
]}
background={{ variant: "blurBottom" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>