diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 4697f98..6ead987 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -16,7 +16,7 @@ export default function GalleryPage() { 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 GalleryPage() { { name: "ביקורות", id: "/testimonials" }, ]} button={{ - text: "הזמן עכשיו", - href: "#contact", - }} + text: "הזמן עכשיו", href: "#contact"}} animateOnLoad={true} /> @@ -47,35 +45,24 @@ export default function GalleryPage() { tagIcon={Star} tagAnimation="slide-up" background={{ - variant: "noiseDiagonalGradient", - }} + variant: "glowing-orb"}} kpis={[ { - value: "500+", - label: "תמונות מהלקוחות", - }, + value: "500+", label: "תמונות מהלקוחות"}, { - value: "4.9/5", - label: "דירוג חזותי", - }, + value: "4.9/5", label: "דירוג חזותי"}, { - value: "365", - label: "ימים בשנה", - }, + value: "365", label: "ימים בשנה"}, ]} enableKpiAnimation={true} buttons={[ { - text: "בחזרה לבית", - href: "/", - }, + text: "בחזרה לבית", href: "/"}, { - text: "צפה בתפריט", - href: "/menu", - }, + text: "צפה בתפריט", href: "/menu"}, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/nightlife-people-having-fun-bars-clubs_23-2149088580.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/nightlife-people-having-fun-bars-clubs_23-2149088580.jpg" imageAlt="אווירה בבר רינגלבלום 13" mediaAnimation="blur-reveal" imagePosition="right" @@ -93,53 +80,17 @@ export default function GalleryPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "המבורגר אומנותי", - price: "₪45", - variant: "תמונה מקצועית", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-veggie-burger-with-black-buns-cutting-board_23-2148784540.jpg?_wi=3", - imageAlt: "המבורגר עסיסי", - }, + id: "1", name: "המבורגר אומנותי", price: "₪45", variant: "תמונה מקצועית", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-veggie-burger-with-black-buns-cutting-board_23-2148784540.jpg", imageAlt: "המבורגר עסיסי"}, { - id: "2", - name: "עראיס מיוחד", - price: "₪38", - variant: "תצלום אווירה", - imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949081.jpg?_wi=3", - imageAlt: "עראיס מיוחל", - }, + id: "2", name: "עראיס מיוחד", price: "₪38", variant: "תצלום אווירה", imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949081.jpg", imageAlt: "עראיס מיוחל"}, { - id: "3", - name: "קרפצ'יו עדין", - price: "₪52", - variant: "פרטים עדקים", - imageSrc: "http://img.b2bpic.net/free-photo/red-cabbage-dish-wooden-plate_23-2148224118.jpg?_wi=3", - imageAlt: "קרפצ'יו בשר", - }, + id: "3", name: "קרפצ'יו עדין", price: "₪52", variant: "פרטים עדקים", imageSrc: "http://img.b2bpic.net/free-photo/red-cabbage-dish-wooden-plate_23-2148224118.jpg", imageAlt: "קרפצ'יו בשר"}, { - id: "4", - name: "עוף זהוב", - price: "₪42", - variant: "זוהר משלם", - imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-drumsticks-grilled-kfc-style-with-crackers_114579-765.jpg?_wi=3", - imageAlt: "עוף קריספי", - }, + id: "4", name: "עוף זהוב", price: "₪42", variant: "זוהר משלם", imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-drumsticks-grilled-kfc-style-with-crackers_114579-765.jpg", imageAlt: "עוף קריספי"}, { - id: "5", - name: "שווארמה ירוקה", - price: "₪28", - variant: "ירקות טאטוביים", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-wraps_1147-47.jpg?_wi=3", - imageAlt: "שווארמה טבעונית", - }, + id: "5", name: "שווארמה ירוקה", price: "₪28", variant: "ירקות טאטוביים", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-wraps_1147-47.jpg", imageAlt: "שווארמה טבעונית"}, { - id: "6", - name: "חמוצים מעוצבים", - price: "₪18", - variant: "סידור קלאסי", - imageSrc: "http://img.b2bpic.net/free-photo/jar-pickled-red-onions-white-background-concept-fermented-vegetarian-food_127032-3376.jpg?_wi=3", - imageAlt: "חמוצי הבית", - }, + id: "6", name: "חמוצים מעוצבים", price: "₪18", variant: "סידור קלאסי", imageSrc: "http://img.b2bpic.net/free-photo/jar-pickled-red-onions-white-background-concept-fermented-vegetarian-food_127032-3376.jpg", imageAlt: "חמוצי הבית"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -153,26 +104,18 @@ export default function GalleryPage() { description="אם יש לך תמונה מיוחדת או בקשה לעדכן את הגלריה, אנחנו הכי שמחים לשמוע." inputs={[ { - name: "name", - type: "text", - placeholder: "שמך", - required: true, + name: "name", type: "text", placeholder: "שמך", required: true, }, { - name: "email", - type: "email", - placeholder: "דוא\"ל", - required: true, + name: "email", type: "email", placeholder: "דוא\"ל", required: true, }, ]} textarea={{ - name: "message", - placeholder: "שתף את הבקשה שלך או תיאור התמונה שלך...", - rows: 4, + name: "message", placeholder: "שתף את הבקשה שלך או תיאור התמונה שלך...", rows: 4, required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-friends-clinking-glasses_23-2149119639.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/close-up-friends-clinking-glasses_23-2149119639.jpg" imageAlt="אווירה קהילתית" mediaAnimation="blur-reveal" mediaPosition="right" @@ -182,64 +125,41 @@ export default function GalleryPage() {