From af2ee3f64a772a2ff8ebce14aa775dbde85ec55d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:17:06 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 129 +++++++++++------------------------------ 1 file changed, 33 insertions(+), 96 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0ba00ce..e66b1a2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -16,7 +16,7 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="medium" sizing="largeSmallSizeLargeTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -32,9 +32,7 @@ export default function AboutPage() { { name: "ביקורות", id: "/testimonials" }, ]} button={{ - text: "הזמן עכשיו", - href: "#contact", - }} + text: "הזמן עכשיו", href: "#contact"}} animateOnLoad={true} /> @@ -47,35 +45,24 @@ export default function AboutPage() { tagIcon={Star} tagAnimation="slide-up" background={{ - variant: "noiseDiagonalGradient", - }} + variant: "glowing-orb"}} kpis={[ { - value: "4+", - label: "שנים בעסק", - }, + value: "4+", label: "שנים בעסק"}, { - value: "100%", - label: "מהוביל בעיר", - }, + value: "100%", label: "מהוביל בעיר"}, { - value: "1000+", - label: "אורחים בחודש", - }, + value: "1000+", label: "אורחים בחודש"}, ]} enableKpiAnimation={true} buttons={[ { - text: "בחזרה לבית", - href: "/", - }, + text: "בחזרה לבית", href: "/"}, { - text: "צפה בגלריה", - href: "/gallery", - }, + text: "צפה בגלריה", href: "/gallery"}, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/row-decorative-light-bulbs-hanging-cafe_181624-58119.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/row-decorative-light-bulbs-hanging-cafe_181624-58119.jpg" imageAlt="פנים הבר מודרני" mediaAnimation="blur-reveal" imagePosition="right" @@ -90,18 +77,15 @@ export default function AboutPage() { description="הקמנו רינגלבלום 13 עם השאיפה להביא לבאר שבע מקום שבו הצעירים, המקצוענים, וחברים זקנים יכולים להיפגש לארוחה טובה ושיחה משמעותית. כל מנה מבוקשת בקפידה כדי להבטיח את הטעם הטוב ביותר. הקוקטיילים שלנו נוצרים על ידי ברמנים בעלי ניסיון רב." metrics={[ { - value: "50+", - title: "מנות בתפריט", - }, + value: "50+", title: "מנות בתפריט"}, { - value: "30+", - title: "קוקטיילים ומשקאות", - }, + value: "30+", title: "קוקטיילים ומשקאות"}, ]} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-friends-clinking-glasses_23-2149119639.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/close-up-friends-clinking-glasses_23-2149119639.jpg" imageAlt="ידידים חוגגים עם משקאות" mediaAnimation="blur-reveal" + metricsAnimation="slide-up" /> @@ -109,41 +93,17 @@ export default function AboutPage() {