Update src/app/about/page.tsx
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -109,41 +93,17 @@ export default function AboutPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "דור מוביל",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-together-experiencing-time-expansion_23-2151338335.jpg?_wi=2",
|
||||
imageAlt: "דור מוביל",
|
||||
},
|
||||
id: "1", name: "דור מוביל", imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-together-experiencing-time-expansion_23-2151338335.jpg", imageAlt: "דור מוביל"},
|
||||
{
|
||||
id: "2",
|
||||
name: "תומר כהן",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-boy-front-white-curtain_23-2148184877.jpg?_wi=2",
|
||||
imageAlt: "תומר כהן",
|
||||
},
|
||||
id: "2", name: "תומר כהן", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-boy-front-white-curtain_23-2148184877.jpg", imageAlt: "תומר כהן"},
|
||||
{
|
||||
id: "3",
|
||||
name: "יעל לוי",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-slim-sensual-girl-gray-dress-leaning-ag_613910-8706.jpg?_wi=2",
|
||||
imageAlt: "יעל לוי",
|
||||
},
|
||||
id: "3", name: "יעל לוי", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-slim-sensual-girl-gray-dress-leaning-ag_613910-8706.jpg", imageAlt: "יעל לוי"},
|
||||
{
|
||||
id: "4",
|
||||
name: "אביב ישראלי",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-pack-expressive-businessman-character-with-blue-suit_23-2147610688.jpg?_wi=2",
|
||||
imageAlt: "אביב ישראלי",
|
||||
},
|
||||
id: "4", name: "אביב ישראלי", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-pack-expressive-businessman-character-with-blue-suit_23-2147610688.jpg", imageAlt: "אביב ישראלי"},
|
||||
{
|
||||
id: "5",
|
||||
name: "ניצה גבריאלי",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-chocolate-heart_1163-89.jpg?_wi=2",
|
||||
imageAlt: "ניצה גבריאלי",
|
||||
},
|
||||
id: "5", name: "ניצה גבריאלי", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-chocolate-heart_1163-89.jpg", imageAlt: "ניצה גבריאלי"},
|
||||
{
|
||||
id: "6",
|
||||
name: "רון טל",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-young-man-sitting-armchair-against-grey-wall_23-2148130370.jpg?_wi=2",
|
||||
imageAlt: "רון טל",
|
||||
},
|
||||
id: "6", name: "רון טל", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-young-man-sitting-armchair-against-grey-wall_23-2148130370.jpg", imageAlt: "רון טל"},
|
||||
]}
|
||||
cardTitle="חבריך חוזרים בגלל הטעם והאווירה הזאת"
|
||||
cardTag="קהילת רינגלבלום"
|
||||
@@ -155,64 +115,41 @@ export default function AboutPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/exterior-modern-buildings_1127-3169.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/exterior-modern-buildings_1127-3169.jpg"
|
||||
imageAlt="חזית רינגלבלום 13"
|
||||
logoText="רינגלבלום 13"
|
||||
copyrightText="© 2025 רינגלבלום 13 בר | כל הזכויות שמורות"
|
||||
columns={[
|
||||
{
|
||||
title: "קישורים",
|
||||
items: [
|
||||
title: "קישורים", items: [
|
||||
{
|
||||
label: "בית",
|
||||
href: "/",
|
||||
},
|
||||
label: "בית", href: "/"},
|
||||
{
|
||||
label: "תפריט",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "תפריט", href: "/menu"},
|
||||
{
|
||||
label: "על אודות",
|
||||
href: "/about",
|
||||
},
|
||||
label: "על אודות", href: "/about"},
|
||||
{
|
||||
label: "גלריה",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "גלריה", href: "/gallery"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "יצירת קשר",
|
||||
items: [
|
||||
title: "יצירת קשר", items: [
|
||||
{
|
||||
label: "רינגלבלום 13, באר שבע",
|
||||
href: "https://maps.google.com/maps/place/Ringelblum+13,+Beersheba",
|
||||
},
|
||||
label: "רינגלבלום 13, באר שבע", href: "https://maps.google.com/maps/place/Ringelblum+13,+Beersheba"},
|
||||
{
|
||||
label: "052-279-6201",
|
||||
href: "tel:+972522796201",
|
||||
},
|
||||
label: "052-279-6201", href: "tel:+972522796201"},
|
||||
{
|
||||
label: "שבת - ראשון 20:00-04:00",
|
||||
href: "#",
|
||||
},
|
||||
label: "שבת - ראשון 20:00-04:00", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "עקבו אחרינו",
|
||||
items: [
|
||||
title: "עקבו אחרינו", items: [
|
||||
{
|
||||
label: "אינסטגרם",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "אינסטגרם", href: "https://instagram.com"},
|
||||
{
|
||||
label: "פייסבוק",
|
||||
href: "https://facebook.com",
|
||||
},
|
||||
label: "פייסבוק", href: "https://facebook.com"},
|
||||
{
|
||||
label: "טיקטוק",
|
||||
href: "https://tiktok.com",
|
||||
},
|
||||
label: "טיקטוק", href: "https://tiktok.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user