diff --git a/src/app/page.tsx b/src/app/page.tsx index 374681d..5b16da3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import Link from "next/link"; -import { Award, CheckCircle, MapPin, Sparkles, Music, Wrench, Hammer, Lightbulb } from "lucide-react"; +import { Award, CheckCircle, MapPin, Sparkles, Music, Wrench, Hammer, Lightbulb, Phone, Mail, MessageSquare } from "lucide-react"; export default function HomePage() { return ( @@ -35,9 +35,7 @@ export default function HomePage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "☎ Call Now", - href: "tel:09-767-3434", - }} + text: "☎ Call Now", href: "tel:09-767-3434"}} animateOnLoad={true} /> @@ -49,13 +47,9 @@ export default function HomePage() { background={{ variant: "radial-gradient" }} buttons={[ { - text: "☎ Call Now: 09-767-3434", - href: "tel:09-767-3434", - }, + text: "☎ Call Now: 09-767-3434", href: "tel:09-767-3434"}, { - text: "📩 Get a Quote", - href: "/contact", - }, + text: "📩 Get a Quote", href: "/contact"}, ]} layoutOrder="default" imageSrc="http://img.b2bpic.net/free-photo/closeup-electronic-piano-dark-room_169016-21023.jpg" @@ -73,24 +67,16 @@ export default function HomePage() { description="Located in the heart of Netanya, Piano Center is your dedicated partner for all things piano. With years of professional experience and a commitment to excellence, we provide premium pianos and world-class service." bulletPoints={[ { - title: "Years of Experience", - description: "Decades of expertise in piano sales, tuning, and repair", - icon: Award, + title: "Years of Experience", description: "Decades of expertise in piano sales, tuning, and repair", icon: Award, }, { - title: "Professional Service", - description: "Certified technicians dedicated to your satisfaction", - icon: CheckCircle, + title: "Professional Service", description: "Certified technicians dedicated to your satisfaction", icon: CheckCircle, }, { - title: "Local Presence", - description: "Conveniently located in Netanya with extended hours", - icon: MapPin, + title: "Local Presence", description: "Conveniently located in Netanya with extended hours", icon: MapPin, }, { - title: "Premium Quality", - description: "Only the finest pianos and materials for lasting value", - icon: Sparkles, + title: "Premium Quality", description: "Only the finest pianos and materials for lasting value", icon: Sparkles, }, ]} imagePosition="right" @@ -103,100 +89,81 @@ export default function HomePage() {