Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 04:41:55 +00:00

View File

@@ -8,7 +8,7 @@ import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwent
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Sparkles, Wrench, Phone, Droplet, Zap, Shield, CheckCircle, Clock, AlertCircle, ArrowRight, Waves, Flame, Pipe, Star, Award } from "lucide-react";
import { Sparkles, Wrench, Phone, Droplet, Zap, Shield, CheckCircle, Clock, AlertCircle, ArrowRight, Waves, Flame, Star, Award } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -21,8 +21,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Company",
items: [
title: "Company", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Services", href: "/services" },
@@ -30,8 +29,7 @@ export default function HomePage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Emergency Plumbing", href: "/services" },
{ label: "Drain Cleaning", href: "/services" },
{ label: "Water Heater Repair", href: "/services" },
@@ -39,8 +37,7 @@ export default function HomePage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call: (555) 0123", href: "tel:+1-555-0123" },
{ label: "Email: info@ikonic.com", href: "mailto:info@ikonic.com" },
{ label: "Book Service", href: "/services" },
@@ -67,9 +64,7 @@ export default function HomePage() {
brandName="Ikonic Plumbing"
navItems={navItems}
button={{
text: "Call Now",
href: "tel:+1-555-0123",
}}
text: "Call Now", href: "tel:+1-555-0123"}}
/>
</div>
@@ -79,18 +74,14 @@ export default function HomePage() {
description="Professional, licensed plumbing services available 24/7. From emergency repairs to luxury installations, trust Ikonic to deliver exceptional results."
tag="Premium Plumbing"
tagIcon={Sparkles}
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Book Service Now", href: "/services" },
{ text: "Call: (555) 0123", href: "tel:+1-555-0123" },
]}
dashboard={{
title: "Service Dashboard",
logoIcon: Wrench,
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg",
imageAlt: "Professional plumbing service in action",
searchPlaceholder: "Search services...",
sidebarItems: [
title: "Service Dashboard", logoIcon: Wrench,
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg", imageAlt: "Professional plumbing service in action", searchPlaceholder: "Search services...", sidebarItems: [
{ icon: Droplet },
{ icon: Zap, active: true },
{ icon: Shield },
@@ -101,32 +92,23 @@ export default function HomePage() {
],
stats: [
{
title: "Years Experience",
values: [15, 18, 20],
description: "Trusted service",
},
title: "Years Experience", values: [15, 18, 20],
description: "Trusted service"},
{
title: "Happy Customers",
values: [2400, 3100, 4200],
valuePrefix: "",
description: "5-star reviews",
},
title: "Happy Customers", values: [2400, 3100, 4200],
valuePrefix: "", description: "5-star reviews"},
{
title: "Projects Completed",
values: [5800, 7200, 9100],
description: "Successful installations",
},
title: "Projects Completed", values: [5800, 7200, 9100],
description: "Successful installations"},
],
chartTitle: "Service Demand",
chartData: [
chartTitle: "Service Demand", chartData: [
{ value: 65 },
{ value: 45 },
{ value: 78 },
{ value: 55 },
{ value: 88 },
],
listTitle: "Recent Bookings",
listItems: [
listTitle: "Recent Bookings", listItems: [
{ icon: CheckCircle, title: "Emergency Repair", status: "Completed" },
{ icon: Clock, title: "Water Heater Install", status: "In Progress" },
{ icon: AlertCircle, title: "Drain Cleaning", status: "Scheduled" },
@@ -143,46 +125,22 @@ export default function HomePage() {
tagIcon={Wrench}
features={[
{
title: "Emergency Services",
description: "24/7 fast response for plumbing emergencies to minimize damage",
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg",
imageAlt: "Emergency plumbing service",
buttonIcon: Phone,
title: "Emergency Services", description: "24/7 fast response for plumbing emergencies to minimize damage", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "Emergency plumbing service", buttonIcon: Phone,
},
{
title: "Drain Cleaning & Installation",
description: "Clear clogged drains quickly and install proper drains for lasting performance",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg",
imageAlt: "Professional drain cleaning",
buttonIcon: Droplet,
title: "Drain Cleaning & Installation", description: "Clear clogged drains quickly and install proper drains for lasting performance", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Professional drain cleaning", buttonIcon: Droplet,
},
{
title: "Water Heater Repair",
description: "Diagnose and repair water heater issues for reliable hot water supply",
imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg",
imageAlt: "Water heater installation",
buttonIcon: Flame,
title: "Water Heater Repair", description: "Diagnose and repair water heater issues for reliable hot water supply", imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg", imageAlt: "Water heater installation", buttonIcon: Flame,
},
{
title: "Faucet Installation & Repair",
description: "Fix leaks, drips, and install premium faucets for functionality and style",
imageSrc: "http://img.b2bpic.net/free-photo/modern-sink-black-faucet-marble-countertop_169016-69284.jpg",
imageAlt: "Modern faucet installation",
buttonIcon: Wrench,
title: "Faucet Installation & Repair", description: "Fix leaks, drips, and install premium faucets for functionality and style", imageSrc: "http://img.b2bpic.net/free-photo/modern-sink-black-faucet-marble-countertop_169016-69284.jpg", imageAlt: "Modern faucet installation", buttonIcon: Wrench,
},
{
title: "Pipe Installation & Repair",
description: "Install durable pipes and fix leaks, bursts, or corrosion quickly",
imageSrc: "http://img.b2bpic.net/free-photo/burst-copper-pipes-from-cold-closeup_169016-3996.jpg",
imageAlt: "Professional pipe installation",
buttonIcon: Pipe,
title: "Pipe Installation & Repair", description: "Install durable pipes and fix leaks, bursts, or corrosion quickly", imageSrc: "http://img.b2bpic.net/free-photo/burst-copper-pipes-from-cold-closeup_169016-3996.jpg", imageAlt: "Professional pipe installation", buttonIcon: ArrowRight,
},
{
title: "Bathtub & Shower Solutions",
description: "Expert installation and repairs for high-quality bathtubs and showers",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-luxury-bathroom-with-champagne_624325-3122.jpg",
imageAlt: "Luxury bathtub installation",
buttonIcon: Waves,
title: "Bathtub & Shower Solutions", description: "Expert installation and repairs for high-quality bathtubs and showers", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-luxury-bathroom-with-champagne_624325-3122.jpg", imageAlt: "Luxury bathtub installation", buttonIcon: Waves,
},
]}
textboxLayout="default"
@@ -203,65 +161,29 @@ export default function HomePage() {
animationType="slide-up"
testimonials={[
{
id: "1",
name: "Sarah Johnson",
handle: "@sarahjohns",
testimonial:
"Ikonic Plumbing transformed our master bathroom. The team was professional, on-time, and the quality is exceptional. Highly recommended!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
imageAlt: "Sarah Johnson",
},
id: "1", name: "Sarah Johnson", handle: "@sarahjohns", testimonial:
"Ikonic Plumbing transformed our master bathroom. The team was professional, on-time, and the quality is exceptional. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Sarah Johnson"},
{
id: "2",
name: "Michael Chen",
handle: "@mikechen88",
testimonial:
"Emergency call at midnight and they arrived within 30 minutes. Fixed our burst pipe like experts. Best service ever!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-coffee-cup-showing-thumb-up_23-2148055893.jpg",
imageAlt: "Michael Chen",
},
id: "2", name: "Michael Chen", handle: "@mikechen88", testimonial:
"Emergency call at midnight and they arrived within 30 minutes. Fixed our burst pipe like experts. Best service ever!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-coffee-cup-showing-thumb-up_23-2148055893.jpg", imageAlt: "Michael Chen"},
{
id: "3",
name: "Emily Rodriguez",
handle: "@emilyrodz",
testimonial:
"Had our entire plumbing system inspected and upgraded. Transparent pricing, no hidden fees, and incredible workmanship.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-having-meeting-with-group-doctors-shaking-hands-with-one-them-office_637285-7072.jpg",
imageAlt: "Emily Rodriguez",
},
id: "3", name: "Emily Rodriguez", handle: "@emilyrodz", testimonial:
"Had our entire plumbing system inspected and upgraded. Transparent pricing, no hidden fees, and incredible workmanship.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-having-meeting-with-group-doctors-shaking-hands-with-one-them-office_637285-7072.jpg", imageAlt: "Emily Rodriguez"},
{
id: "4",
name: "David Kim",
handle: "@davidkim_homes",
testimonial:
"New water heater installation was seamless. The technicians explained everything and cleaned up perfectly after.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1",
imageAlt: "David Kim",
},
id: "4", name: "David Kim", handle: "@davidkim_homes", testimonial:
"New water heater installation was seamless. The technicians explained everything and cleaned up perfectly after.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Kim"},
{
id: "5",
name: "Jessica Martinez",
handle: "@jessicam_design",
testimonial:
"Luxury faucet installation for our new home. Ikonic Plumbing's attention to detail and premium quality is unmatched.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2",
imageAlt: "Jessica Martinez",
},
id: "5", name: "Jessica Martinez", handle: "@jessicam_design", testimonial:
"Luxury faucet installation for our new home. Ikonic Plumbing's attention to detail and premium quality is unmatched.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Jessica Martinez"},
{
id: "6",
name: "Robert Thompson",
handle: "@rthompson_dev",
testimonial:
"Fixed a complex leak detection issue that other companies couldn't find. True professionals with cutting-edge equipment.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-listening-senior-man_1262-1970.jpg",
imageAlt: "Robert Thompson",
},
id: "6", name: "Robert Thompson", handle: "@rthompson_dev", testimonial:
"Fixed a complex leak detection issue that other companies couldn't find. True professionals with cutting-edge equipment.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-listening-senior-man_1262-1970.jpg", imageAlt: "Robert Thompson"},
]}
/>
</div>
@@ -276,15 +198,7 @@ export default function HomePage() {
useInvertedBackground={false}
showCard={true}
names={[
"Home Depot",
"Lowe's",
"Angi",
"Yelp Reviews",
"Google Reviews",
"Thumbtack",
"Waze",
"Nextdoor",
]}
"Home Depot", "Lowe's", "Angi", "Yelp Reviews", "Google Reviews", "Thumbtack", "Waze", "Nextdoor"]}
speed={40}
/>
</div>