Merge version_1 into main #2
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
tag="غذای خوشمزه"
|
||||
tagIcon={Flame}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-veggie-burger-with-black-buns-cutting-board_23-2148784540.jpg"
|
||||
imageAlt="چیف برگر - برگر مجلل"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -54,13 +54,13 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "احمد رضایی", handle: "مشتری وفادار", testimonial: "بهترین برگر که تا به حال خوردم! کیفیت و طعم فوقالعاده است.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alright-got-it-cheerful-motivated-determined-redhead-enthusiastic-middleaged-woman-show-okay-ok-confirm-gesture-assured-smiling-satisfactory-gesture-give-positive-like-approval-green-wall_1258-46278.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alright-got-it-cheerful-motivated-determined-redhead-enthusiastic-middleaged-woman-show-okay-ok-confirm-gesture-assured-smiling-satisfactory-gesture-give-positive-like-approval-green-wall_1258-46278.jpg"},
|
||||
{
|
||||
name: "فاطمه سلطانی", handle: "دوست رازشده", testimonial: "خدمات عالی و برگرهای خوشمزه. حتما دوباره برم!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-smiling-female-photographer-with-vintage-camera_23-2148205442.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-smiling-female-photographer-with-vintage-camera_23-2148205442.jpg"},
|
||||
{
|
||||
name: "علی محمدی", handle: "بازدیدکننده معمولی", testimonial: "تجربه شگفتانگیز! توصیه میکنم به دوستان.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headshot-excited-brunette-european-woman-with-surprised-positive-expression_273609-44507.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headshot-excited-brunette-european-woman-with-surprised-positive-expression_273609-44507.jpg"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
@@ -118,11 +118,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "احمد رضایی", imageSrc: "http://img.b2bpic.net/free-photo/alright-got-it-cheerful-motivated-determined-redhead-enthusiastic-middleaged-woman-show-okay-ok-confirm-gesture-assured-smiling-satisfactory-gesture-give-positive-like-approval-green-wall_1258-46278.jpg?_wi=2", imageAlt: "احمد رضایی"},
|
||||
id: "1", name: "احمد رضایی", imageSrc: "http://img.b2bpic.net/free-photo/alright-got-it-cheerful-motivated-determined-redhead-enthusiastic-middleaged-woman-show-okay-ok-confirm-gesture-assured-smiling-satisfactory-gesture-give-positive-like-approval-green-wall_1258-46278.jpg", imageAlt: "احمد رضایی"},
|
||||
{
|
||||
id: "2", name: "فاطمه سلطانی", imageSrc: "http://img.b2bpic.net/free-photo/crop-smiling-female-photographer-with-vintage-camera_23-2148205442.jpg?_wi=2", imageAlt: "فاطمه سلطانی"},
|
||||
id: "2", name: "فاطمه سلطانی", imageSrc: "http://img.b2bpic.net/free-photo/crop-smiling-female-photographer-with-vintage-camera_23-2148205442.jpg", imageAlt: "فاطمه سلطانی"},
|
||||
{
|
||||
id: "3", name: "علی محمدی", imageSrc: "http://img.b2bpic.net/free-photo/headshot-excited-brunette-european-woman-with-surprised-positive-expression_273609-44507.jpg?_wi=2", imageAlt: "علی محمدی"},
|
||||
id: "3", name: "علی محمدی", imageSrc: "http://img.b2bpic.net/free-photo/headshot-excited-brunette-european-woman-with-surprised-positive-expression_273609-44507.jpg", imageAlt: "علی محمدی"},
|
||||
{
|
||||
id: "4", name: "مریم حسینی", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-copy-space_23-2148321539.jpg", imageAlt: "مریم حسینی"},
|
||||
]}
|
||||
@@ -146,7 +146,7 @@ export default function LandingPage() {
|
||||
{ text: "سفارش آنلاین", href: "#menu" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user