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() {
@@ -205,43 +172,39 @@ export default function HomePage() { logoText="Piano Center" columns={[ { - title: "Services", - items: [ - { label: "Piano Sales", href: "/services" }, - { label: "Piano Tuning", href: "/services" }, - { label: "Piano Repair", href: "/services" }, - { label: "Consultation", href: "/services" }, + title: "שירותים", items: [ + { label: "מכירת פסנתרים", href: "/services" }, + { label: "כיוונון פסנתרים", href: "/services" }, + { label: "תיקון פסנתרים", href: "/services" }, + { label: "ייעוץ", href: "/services" }, ], }, { - title: "Company", - items: [ - { label: "About Us", href: "/about" }, - { label: "Our Story", href: "/about" }, - { label: "Contact", href: "/contact" }, - { label: "Locations", href: "/contact" }, + title: "החברה", items: [ + { label: "אודות", href: "/about" }, + { label: "הסיפור שלנו", href: "/about" }, + { label: "צור קשר", href: "/contact" }, + { label: "מיקומים", href: "/contact" }, ], }, { - title: "Contact", - items: [ + title: "צור קשר", items: [ { label: "📞 09-767-3434", href: "tel:09-767-3434" }, { label: "📍 דודו דותן 8, נתניה", href: "/contact" }, - { label: "🕒 Open until 20:00", href: "/" }, - { label: "✉ Email Us", href: "/contact" }, + { label: "🕒 פתוח עד 20:00", href: "/" }, + { label: "✉ שלח אימייל", href: "mailto:info@pianocenter.co.il" }, ], }, { - title: "Follow Us", - items: [ - { label: "Facebook", href: "https://facebook.com" }, - { label: "Instagram", href: "https://instagram.com" }, - { label: "YouTube", href: "https://youtube.com" }, - { label: "WhatsApp", href: "https://wa.me/09-767-3434" }, + title: "עקוב אחרינו", items: [ + { label: "Facebook", href: "https://facebook.com/pianocenter" }, + { label: "Instagram", href: "https://instagram.com/pianocenter" }, + { label: "YouTube", href: "https://youtube.com/@pianocenter" }, + { label: "WhatsApp", href: "https://wa.me/972976734" }, ], }, ]} - copyrightText="© 2025 Piano Center Netanya. All rights reserved. | דודו דותן 8, נתניה" + copyrightText="© 2025 Piano Center Netanya. כל הזכויות שמורות. | דודו דותן 8, נתניה" />