Update src/app/page.tsx
This commit is contained in:
@@ -202,10 +202,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
animationType="slide-up"
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "20+", description: "سنة من الخدمة المتميزة في قطاع المطاعم الفاخرة، نقدم أرقى التجارب."},
|
||||
@@ -239,7 +239,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
testimonial="تجربة لا مثيل لها! الطعام مذهل والخدمة لا تشوبها شائبة. الديكور فخم والأجواء رائعة. بالتأكيد سأعود لتجربة المزيد من الأطباق اللذيذة."
|
||||
rating={5}
|
||||
author="سارة محمد، سيدة أعمال"
|
||||
@@ -264,7 +264,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
variant: "radial-gradient"}}
|
||||
text="نحن هنا لنجعل تجربتك لا تُنسى في مطعمنا الفخم. لا تتردد في التواصل معنا للحجز أو لأي استفسار. فريقنا مستعد لخدمتكم."
|
||||
buttons={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user