Merge version_1 into main #3
@@ -145,17 +145,17 @@ export default function HomePage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", imageAlt: "Sarah Johnson"},
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg?_wi=1", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2", name: "Mohamed Hassan", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", imageAlt: "Mohamed Hassan"},
|
||||
id: "2", name: "Mohamed Hassan", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=1", imageAlt: "Mohamed Hassan"},
|
||||
{
|
||||
id: "3", name: "Emma Wilson", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-wavy-voluminous-hair-natural-daytime-makeup-wearing-blue-shirt-beige-background-smiles-with-mischievous-cheerful-smile_343596-8237.jpg", imageAlt: "Emma Wilson"},
|
||||
id: "3", name: "Emma Wilson", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-wavy-voluminous-hair-natural-daytime-makeup-wearing-blue-shirt-beige-background-smiles-with-mischievous-cheerful-smile_343596-8237.jpg?_wi=1", imageAlt: "Emma Wilson"},
|
||||
{
|
||||
id: "4", name: "Ahmed Bennani", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-man-smiling-happy-standing-city_839833-10609.jpg", imageAlt: "Ahmed Bennani"},
|
||||
id: "4", name: "Ahmed Bennani", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-man-smiling-happy-standing-city_839833-10609.jpg?_wi=1", imageAlt: "Ahmed Bennani"},
|
||||
{
|
||||
id: "5", name: "Lisa Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Lisa Rodriguez"},
|
||||
id: "5", name: "Lisa Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=1", imageAlt: "Lisa Rodriguez"},
|
||||
{
|
||||
id: "6", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg", imageAlt: "David Chen"},
|
||||
id: "6", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg?_wi=1", imageAlt: "David Chen"},
|
||||
]}
|
||||
cardTitle="Over 2,000 satisfied customers trust us for authentic Turkish cuisine and exceptional dining"
|
||||
cardTag="See what they say"
|
||||
|
||||
@@ -82,17 +82,17 @@ export default function ReviewsPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", imageAlt: "Sarah Johnson"},
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg?_wi=2", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2", name: "Mohamed Hassan", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", imageAlt: "Mohamed Hassan"},
|
||||
id: "2", name: "Mohamed Hassan", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=2", imageAlt: "Mohamed Hassan"},
|
||||
{
|
||||
id: "3", name: "Emma Wilson", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-wavy-voluminous-hair-natural-daytime-makeup-wearing-blue-shirt-beige-background-smiles-with-mischievous-cheerful-smile_343596-8237.jpg", imageAlt: "Emma Wilson"},
|
||||
id: "3", name: "Emma Wilson", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-wavy-voluminous-hair-natural-daytime-makeup-wearing-blue-shirt-beige-background-smiles-with-mischievous-cheerful-smile_343596-8237.jpg?_wi=2", imageAlt: "Emma Wilson"},
|
||||
{
|
||||
id: "4", name: "Ahmed Bennani", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-man-smiling-happy-standing-city_839833-10609.jpg", imageAlt: "Ahmed Bennani"},
|
||||
id: "4", name: "Ahmed Bennani", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-man-smiling-happy-standing-city_839833-10609.jpg?_wi=2", imageAlt: "Ahmed Bennani"},
|
||||
{
|
||||
id: "5", name: "Lisa Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Lisa Rodriguez"},
|
||||
id: "5", name: "Lisa Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=2", imageAlt: "Lisa Rodriguez"},
|
||||
{
|
||||
id: "6", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg", imageAlt: "David Chen"},
|
||||
id: "6", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg?_wi=2", imageAlt: "David Chen"},
|
||||
]}
|
||||
cardTitle="Over 2,000 satisfied customers trust us for authentic Turkish cuisine and exceptional dining"
|
||||
cardTag="See what they say"
|
||||
|
||||
Reference in New Issue
Block a user