From fbb37843735ecbe9ac1da7789e58bdb5f2dcbfa4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 10:08:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++++++++------------ 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b16da3..7970cd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,8 @@ 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} /> @@ -47,9 +48,11 @@ export default function HomePage() { background={{ variant: "radial-gradient" }} buttons={[ { - text: "☎ Call Now: 09-767-3434", href: "tel:09-767-3434"}, + text: "🎹 Find Your Piano", href: "/contact" + }, { - 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" @@ -96,22 +99,26 @@ export default function HomePage() { { icon: Music, title: "מכירת פסנתרים", description: "בחירה קשת של פסנתרים אקוסטיים ודיגיטליים פרימיום לכל רמה ותקציב. קונסולטציה אישית לכל קונה.", button: { - text: "☎ צור קשר כעת", href: "tel:09-767-3434"}, + text: "☎ צור קשר כעת", href: "tel:09-767-3434" + }, }, { icon: Wrench, title: "כיוונון פסנתרים", description: "שירותי כיוונון מקצועיים להפוך את הפסנתר שלך לטוב ביותר. שירות מהיר ואמין בנתניה.", button: { - text: "☎ הזמן שירות", href: "tel:09-767-3434"}, + text: "☎ הזמן שירות", href: "tel:09-767-3434" + }, }, { icon: Hammer, title: "תיקון פסנתרים", description: "שירותי שיקום ותיקון מומחים לכל בעיות פסנתר. אנו מחזירים פסנתרים לתחייה.", button: { - text: "☎ בקש הערכה", href: "tel:09-767-3434"}, + text: "☎ בקש הערכה", href: "tel:09-767-3434" + }, }, { icon: Lightbulb, title: "ייעוץ מקצועי", description: "הנחיה מומחית לבחירת הפסנתר המושלם לצרכיך. תמיכה אישית בתהליך הקנייה.", button: { - text: "☎ דבר עם מומחה", href: "tel:09-767-3434"}, + text: "☎ דבר עם מומחה", href: "tel:09-767-3434" + }, }, ]} animationType="slide-up" @@ -130,16 +137,20 @@ export default function HomePage() { testimonials={[ { id: "1", name: "דוד כהן", handle: "@davidmusic", testimonial: "שירות מעולה ופסנתרים יפהפיים. הצוות ב-Piano Center באמת יודע מה הם עושים. בחוצות חוצות ממליץ לכל מי שנמצא בנתניה!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg", imageAlt: "דוד כהן"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg", imageAlt: "דוד כהן" + }, { id: "2", name: "שרה לוי", handle: "@sarahlevi", testimonial: "שירות כיוונון מקצועי שעשה הבדל ענק. הפסנתר שלי נשמע אדיר עכשיו. תודה Piano Center!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg", imageAlt: "שרה לוי"}, + imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg", imageAlt: "שרה לוי" + }, { id: "3", name: "מיכאל רוזנברג", handle: "@michaelr", testimonial: "מצאתי את הפסנתר של החלומות שלי ב-Piano Center. הייעוץ היה בעל ערך אדיר. קנייה הטובה ביותר שעשיתי לסטודיו המוזיקה שלי!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg", imageAlt: "מיכאל רוזנברג"}, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg", imageAlt: "מיכאל רוזנברג" + }, { id: "4", name: "רחל שטיין", handle: "@rachelstein", testimonial: "עבודת תיקון יוצאת דופן. הפסנתר הישן שלי כמו חדש. הקפדנות על הפרטים היא מדהימה. כל שקל שווה!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", imageAlt: "רחל שטיין"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", imageAlt: "רחל שטיין" + }, ]} showRating={true} animationType="slide-up" @@ -148,7 +159,8 @@ export default function HomePage() { tagAnimation="opacity" buttons={[ { - text: "☎ שמור דירוג שלך", href: "tel:09-767-3434"}, + text: "☎ שמור דירוג שלך", href: "tel:09-767-3434" + }, ]} /> -- 2.49.1