From c463734c8b87b494a02922dbadc5176ef93aa205 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:29:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a50bdd9..f57fcf3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroCentered from '@/components/sections/hero/HeroCentered'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; @@ -18,6 +17,13 @@ export default function LandingPage() { defaultButtonVariant="hover-bubble" defaultTextAnimation="reveal-blur" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -67,6 +74,7 @@ export default function LandingPage() { ]} title="התפריט שלנו" description="כל המנות שלנו מוגשות עם טחינה עשירה, עמבה משובחת וחריף ביתי שאי אפשר לעמוד בפניו." + useInvertedBackground={false} /> @@ -81,6 +89,7 @@ export default function LandingPage() { { id: "f2", title: "מיקום מרכזי", descriptions: ["דוד בן גוריון 11, גבעת שמואל"], imageSrc: "https://img.b2bpic.net/free-photo/map-concept-with-pointers_23-2148967072.jpg" }, { id: "f3", title: "הזמנות בטלפון", descriptions: ["052-511-5956"], imageSrc: "https://img.b2bpic.net/free-vector/phone-icon-set_1025-37.jpg" } ]} + useInvertedBackground={false} /> @@ -95,6 +104,8 @@ export default function LandingPage() { { id: "t2", name: "מיכל לוי", handle: "@michal", testimonial: "החצילים הכי קריספיים שאכלתי.", rating: 5 }, { id: "t3", name: "אורן מזרחי", handle: "@oren", testimonial: "לקוח קבוע שנים, אף פעם לא מתאכזב.", rating: 5 } ]} + textboxLayout="default" + useInvertedBackground={false} /> @@ -102,6 +113,7 @@ export default function LandingPage() { -- 2.49.1