From 2f80e6a4906a45ae9074a58d8fa1a4d3be57332d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:13:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 72 ++++++++++++++++++++++++++++-------------------- 1 file changed, 42 insertions(+), 30 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d7c398..36f6f22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,14 +1,14 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; -import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; -import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; -import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; -import FaqDouble from "@/components/sections/faq/FaqDouble"; -import ContactSplit from "@/components/sections/contact/ContactSplit"; -import FooterMedia from "@/components/sections/footer/FooterMedia"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import { Zap, Heart, Leaf, Settings, Users, HelpCircle, Mail } from "lucide-react"; export default function CooperativeLandingPage() { @@ -36,7 +36,8 @@ export default function CooperativeLandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Explore Membership", href: "contact"}} + text: "Explore Membership", href: "contact" + }} /> @@ -93,19 +94,18 @@ export default function CooperativeLandingPage() { useInvertedBackground={false} features={[ { - id: 1, - title: "Online Account Management", description: "Access your billing history, pay bills online, and manage preferences anytime", imageSrc: "http://img.b2bpic.net/free-photo/company-analyst-studying-business-activity-progress-achieving-strategic-goals_482257-91239.jpg", imageAlt: "dashboard billing online account digital"}, + id: "1", title: "Online Account Management", description: "Access your billing history, pay bills online, and manage preferences anytime", imageSrc: "http://img.b2bpic.net/free-photo/company-analyst-studying-business-activity-progress-achieving-strategic-goals_482257-91239.jpg", imageAlt: "dashboard billing online account digital" + }, { - id: 2, - title: "Usage Tracking", description: "Monitor your energy consumption in real-time and identify ways to save", imageSrc: "http://img.b2bpic.net/free-photo/business-investor-analyzing-stock-market-trend-monitor-trading-capital-profit-exchange-investment-young-broker-investing-funds-using-financial-forex-market-sales-close-up-handheld-shot_482257-40948.jpg", imageAlt: "usage tracking analytics chart energy"}, + id: "2", title: "Usage Tracking", description: "Monitor your energy consumption in real-time and identify ways to save", imageSrc: "http://img.b2bpic.net/free-photo/business-investor-analyzing-stock-market-trend-monitor-trading-capital-profit-exchange-investment-young-broker-investing-funds-using-financial-forex-market-sales-close-up-handheld-shot_482257-40948.jpg", imageAlt: "usage tracking analytics chart energy" + }, { - id: 3, - title: "Energy Education", description: "Learn about sustainable practices and energy efficiency programs available to members", imageSrc: "http://img.b2bpic.net/free-photo/researchers-looking-alternative-energy-souces_23-2149311504.jpg", imageAlt: "education learning energy efficiency sustainable"}, + id: "3", title: "Energy Education", description: "Learn about sustainable practices and energy efficiency programs available to members", imageSrc: "http://img.b2bpic.net/free-photo/researchers-looking-alternative-energy-souces_23-2149311504.jpg", imageAlt: "education learning energy efficiency sustainable" + }, { - id: 4, - title: "24/7 Member Support", description: "Reach our dedicated team anytime for billing questions, outages, or emergencies", imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288167.jpg", imageAlt: "support customer service team help cooperation"}, + id: "4", title: "24/7 Member Support", description: "Reach our dedicated team anytime for billing questions, outages, or emergencies", imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288167.jpg", imageAlt: "support customer service team help cooperation" + }, ]} - faqsAnimation="slide-up" buttonAnimation="slide-up" /> @@ -114,17 +114,23 @@ export default function CooperativeLandingPage() {