From 03c6c40048b5ea6c666b197d19a81bd382e3e7e8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:55:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 272 ++++++++++++++++++++--------------------------- 1 file changed, 118 insertions(+), 154 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 091f1c7..5f4e1d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,206 +1,170 @@ "use client"; -import Link from "next/link"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; -import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven"; -import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; -import ProductCardFour from "@/components/sections/product/ProductCardFour"; -import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; -import ContactText from "@/components/sections/contact/ContactText"; -import FooterBase from "@/components/sections/footer/FooterBase"; -import { Zap, Quote } from "lucide-react"; +import { ThemeProvider } from "@/components/theme/ThemeProvider"; +import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; +import TextAbout from "@/components/sections/about/TextAbout"; +import FeatureCardSix from "@/components/sections/feature/FeatureCardSix"; +import PricingCardOne from "@/components/sections/pricing/PricingCardOne"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; +import FooterCard from "@/components/sections/footer/FooterCard"; +import { Mail, Phone, MapPin, Twitter, Linkedin } from "lucide-react"; -export default function HomePage() { - const navItems = [ - { name: "Services", id: "services" }, - { name: "About", id: "about" }, - { name: "Contact", id: "contact" }, - { name: "FAQ", id: "faq" }, - ]; - - const heroSlides = [ - { - imageSrc: "http://img.b2bpic.net/free-photo/electrician-overalls-focused-work-switchboard-with-fuses-using-tablet_169016-66854.jpg", imageAlt: "Professional electrician working on switchboard"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/young-male-electrician-doing-some-repairs-laundry-room-looking-washing-machine_662251-2755.jpg?_wi=1", imageAlt: "Modern electrical switchboard installation"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-house-roof_23-2151951212.jpg?_wi=1", imageAlt: "Solar panels on residential roof"}, - ]; - - const features = [ +const page = () => { + const services = [ { id: 1, - title: "Residential Services", description: "Rewiring, switchboards, power points, smoke alarms, downlights, outdoor lighting, and hot water installations for your home", imageSrc: "http://img.b2bpic.net/free-photo/young-male-electrician-doing-some-repairs-laundry-room-looking-washing-machine_662251-2755.jpg?_wi=2", imageAlt: "Residential electrical work"}, + title: "Residential Electrical", description: "Professional electrical installation, maintenance, and repair services for your home. From rewiring to lighting solutions, we handle all your residential needs.", imageSrc: "/images/residential.jpg", imageAlt: "Residential electrical work"}, { id: 2, - title: "Commercial Solutions", description: "3-phase supply, power distribution, data cabling, CCTV, and fire alarms for offices, shops, schools, and facilities", imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397551.jpg?_wi=1", imageAlt: "Commercial electrical installation"}, + title: "Commercial Electrical", description: "Comprehensive commercial electrical services including installation, maintenance, and emergency support. We service businesses of all sizes.", imageSrc: "/images/commercial.jpg", imageAlt: "Commercial electrical installation"}, { id: 3, - title: "Solar & Smart Systems", description: "Solar power installations, C-Bus smart home systems, and heat pump solutions for energy-efficient homes", imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-house-roof_23-2151951212.jpg?_wi=2", imageAlt: "Solar panel installation"}, + title: "Solar Installation", description: "Expert solar panel installation and maintenance to help you save on energy costs. Maximize your energy independence with our professional solar solutions.", imageSrc: "/images/solar.jpg", imageAlt: "Solar panel installation"}, + { + id: 4, + title: "Emergency Services", description: "24/7 emergency electrical support when you need it most. Our rapid response team is ready to handle power outages, electrical faults, and urgent repairs.", imageSrc: "/images/emergency.jpg", imageAlt: "Emergency electrical repair"}, ]; - const products = [ + const pricingPlans = [ { - id: "1", name: "Switchboards & Safety Switches", price: "By Quote", variant: "Residential & Commercial", imageSrc: "http://img.b2bpic.net/free-photo/young-male-electrician-doing-some-repairs-laundry-room-looking-washing-machine_662251-2755.jpg?_wi=3", imageAlt: "Electrical switchboard"}, - { - id: "2", name: "Lighting Installation", price: "From $250", variant: "Downlights, Outdoor, Smart", imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", imageAlt: "Recessed downlighting"}, - { - id: "3", name: "Solar Power Systems", price: "By Quote", variant: "Full Installation & Setup", imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-house-roof_23-2151951212.jpg?_wi=3", imageAlt: "Solar panel installation"}, - { - id: "4", name: "Emergency Services", price: "24/7 Available", variant: "Same-Day Response", imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397551.jpg?_wi=2", imageAlt: "Emergency electrical work"}, - ]; - - const testimonials = [ - { - id: "1", name: "John Smith", handle: "Residential Client", testimonial: "M&T Kelly completely rewired our 1970s home. Professional, punctual, and they left the place spotless. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-handsome-young-maintenance-service-worker-wearing-white-helmet_343059-3521.jpg?_wi=1", imageAlt: "John Smith"}, - { - id: "2", name: "Sarah Johnson", handle: "Business Owner", testimonial: "Fantastic service for our commercial property. They handled everything from design to completion with expertise and care.", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=1", imageAlt: "Sarah Johnson"}, - { - id: "3", name: "Michael Chen", handle: "Solar Customer", testimonial: "Had solar installed by M&T Kelly and couldn't be happier. Great savings and the system works perfectly. Very knowledgeable team!", imageSrc: "http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg", imageAlt: "Michael Chen"}, - { - id: "4", name: "Emily Rodriguez", handle: "Emergency Call", testimonial: "Called them at midnight for an electrical emergency. They arrived quickly and fixed the problem professionally. True local heroes!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Emily Rodriguez"}, - { - id: "5", name: "David Wilson", handle: "Kitchen Renovation", testimonial: "Coordinated perfectly with our builder during our kitchen reno. Understood the brief instantly and delivered flawlessly.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-handsome-young-maintenance-service-worker-wearing-white-helmet_343059-3521.jpg?_wi=2", imageAlt: "David Wilson"}, - { - id: "6", name: "Lisa Thompson", handle: "Bathroom Upgrade", testimonial: "Owner-operated means you get the best. Attention to detail is exceptional. Will definitely use them again!", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=2", imageAlt: "Lisa Thompson"}, - ]; - - const footerColumns = [ - { - title: "Services", items: [ - { label: "Residential", href: "#services" }, - { label: "Commercial", href: "#services" }, - { label: "Solar Power", href: "#services" }, - { label: "Emergency", href: "#services" }, - ], + id: "1", badge: "Service Call", price: "$99", subtitle: "Initial inspection and diagnosis", features: [ + "Complete electrical inspection", "Problem diagnosis", "Written quote for repairs", "Same-day service available"], }, { - title: "Company", items: [ - { label: "About Us", href: "/about" }, - { label: "Contact", href: "/contact" }, - { label: "Free Quote", href: "#contact" }, - ], + id: "2", badge: "Standard Installation", price: "$149-$399", subtitle: "Typical residential installations", features: [ + "Light switch installation", "Outlet installation", "Ceiling fan installation", "Basic wiring work"], }, { - title: "Contact", items: [ - { label: "Phone: 0418 527 497", href: "tel:0418527497" }, - { label: "Geelong, VIC 3220", href: "#" }, - { label: "Mon-Fri by Appointment", href: "#" }, - ], + id: "3", badge: "Premium Installation", price: "$499-$1,299", subtitle: "Complex electrical work", features: [ + "Panel upgrades", "Whole-house rewiring", "Commercial installations", "Priority support"], + }, + { + id: "4", badge: "Lighting Installation", price: "$250", subtitle: "Professional lighting solutions", features: [ + "LED lighting installation", "Smart home lighting setup", "Outdoor lighting", "Landscape lighting"], + }, + { + id: "5", badge: "Lighting Service", price: "By Quote", subtitle: "Custom lighting projects", features: [ + "Custom design consultation", "Commercial lighting", "Specialized installations", "Energy-efficient solutions"], }, ]; return ( - +
- -
- -
-
-
-
-
- + -
- -
-
- + +
); -} +}; + +export default page; -- 2.49.1