Update src/app/page.tsx
This commit is contained in:
@@ -41,6 +41,7 @@ export default function LandingPage() {
|
||||
button={{
|
||||
text: "הזמן עכשיו", href: "#contact"
|
||||
}}
|
||||
ariaLabel="ניווט ראשי"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -59,6 +60,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="אזור גיבור"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -76,6 +78,7 @@ export default function LandingPage() {
|
||||
tagIcon={ChefHat}
|
||||
tagAnimation="opacity"
|
||||
buttonAnimation="opacity"
|
||||
ariaLabel="אזור אודות"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -100,6 +103,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
tag="הייחודיות שלנו"
|
||||
tagIcon={Award}
|
||||
ariaLabel="אזור תכונות"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -139,6 +143,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
tag="מנות הדגל"
|
||||
tagIcon={ChefHat}
|
||||
ariaLabel="אזור מוצרים"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -173,6 +178,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
textboxLayout="default"
|
||||
tag="המלצות"
|
||||
ariaLabel="אזור עדויות"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -188,6 +194,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
tag="מנות מובילות"
|
||||
tagIcon={Star}
|
||||
ariaLabel="אזור הוכחה חברתית"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -210,6 +217,7 @@ export default function LandingPage() {
|
||||
buttonText="שלח הודעה / הזמנה"
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="opacity"
|
||||
ariaLabel="אזור יצירת קשר"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -220,6 +228,7 @@ export default function LandingPage() {
|
||||
logoText="שווארמה באבאג'ים"
|
||||
leftLink={{ text: "מדיניות פרטיות", href: "#" }}
|
||||
rightLink={{ text: "תנאי שימוש", href: "#" }}
|
||||
ariaLabel="תחתית האתר"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user