Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-04 13:30:59 +00:00
2 changed files with 23 additions and 108 deletions

View File

@@ -119,45 +119,15 @@ export default function HomePage() {
<ProductCardFour
products={[
{
id: "1",
name: "Premium Turkish Steak",
price: "185 DH",
variant: "Grilled to Perfection",
imageSrc: "http://img.b2bpic.net/free-photo/meat-cutlet-with-potatoes-vegetables_140725-39.jpg?_wi=1",
imageAlt: "Premium Turkish steak",
},
id: "1", name: "Premium Turkish Steak", price: "185 DH", variant: "Grilled to Perfection", imageSrc: "http://img.b2bpic.net/free-photo/meat-cutlet-with-potatoes-vegetables_140725-39.jpg", imageAlt: "Premium Turkish steak"},
{
id: "2",
name: "Adana Kebab",
price: "95 DH",
variant: "Traditional Recipe",
imageSrc: "http://img.b2bpic.net/free-photo/turkish-arabic-traditional-ramadan-mix-kebab-plate-kebab-adana-chicken-lamb-beef-lavash-bread-with-sauce-top-view_2829-6169.jpg?_wi=1",
imageAlt: "Adana kebab",
},
id: "2", name: "Adana Kebab", price: "95 DH", variant: "Traditional Recipe", imageSrc: "http://img.b2bpic.net/free-photo/turkish-arabic-traditional-ramadan-mix-kebab-plate-kebab-adana-chicken-lamb-beef-lavash-bread-with-sauce-top-view_2829-6169.jpg", imageAlt: "Adana kebab"},
{
id: "3",
name: "Urfa Kebab",
price: "105 DH",
variant: "Spiced & Grilled",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-adana-kebab-with-rice-fried-vegetables-chopped-onion-ayran-white-plate_176474-3280.jpg?_wi=1",
imageAlt: "Urfa kebab",
},
id: "3", name: "Urfa Kebab", price: "105 DH", variant: "Spiced & Grilled", imageSrc: "http://img.b2bpic.net/free-photo/top-view-adana-kebab-with-rice-fried-vegetables-chopped-onion-ayran-white-plate_176474-3280.jpg", imageAlt: "Urfa kebab"},
{
id: "4",
name: "Turkish Pide",
price: "65 DH",
variant: "Freshly Baked",
imageSrc: "http://img.b2bpic.net/free-photo/turkish-pide-traditional-food-with-beef-vegetables_2829-14096.jpg?_wi=1",
imageAlt: "Turkish pide",
},
id: "4", name: "Turkish Pide", price: "65 DH", variant: "Freshly Baked", imageSrc: "http://img.b2bpic.net/free-photo/turkish-pide-traditional-food-with-beef-vegetables_2829-14096.jpg", imageAlt: "Turkish pide"},
{
id: "5",
name: "Mixed Grill Platter",
price: "220 DH",
variant: "Serves 2-3 People",
imageSrc: "http://img.b2bpic.net/free-photo/assorted-meat-kebab-with-onions-herbs-grilled-vegetables_140725-5629.jpg?_wi=1",
imageAlt: "Mixed grill platter",
},
id: "5", name: "Mixed Grill Platter", price: "220 DH", variant: "Serves 2-3 People", imageSrc: "http://img.b2bpic.net/free-photo/assorted-meat-kebab-with-onions-herbs-grilled-vegetables_140725-5629.jpg", imageAlt: "Mixed grill platter"},
]}
title="Featured Dishes"
description="Discover our most popular authentic Turkish specialties"
@@ -175,44 +145,21 @@ 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?_wi=1",
imageAlt: "Sarah Johnson",
},
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", imageAlt: "Sarah Johnson"},
{
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: "2", name: "Mohamed Hassan", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", 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?_wi=1",
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", 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?_wi=1",
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", imageAlt: "Ahmed Bennani"},
{
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: "5", name: "Lisa Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Lisa Rodriguez"},
{
id: "6",
name: "David Chen",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg?_wi=1",
imageAlt: "David Chen",
},
id: "6", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg", imageAlt: "David Chen"},
]}
cardTitle="Over 2,000 satisfied customers trust us for authentic Turkish cuisine and exceptional dining"
cardTag="See what they say"
cardAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -223,10 +170,7 @@ export default function HomePage() {
heading={[
{ type: "text", content: "Authentic Turkish Cuisine with" },
{
type: "image",
src: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg",
alt: "Restaurant interior",
},
type: "image", src: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg", alt: "Restaurant interior"},
{ type: "text", content: "Premium Fresh Ingredients" },
]}
useInvertedBackground={false}
@@ -245,19 +189,13 @@ export default function HomePage() {
features={[
{
icon: Phone,
title: "Call Now",
description: "06 90 30 30 32 - Open until 00:30 daily",
},
title: "Call Now", description: "06 90 30 30 32 - Open until 00:30 daily"},
{
icon: Clock,
title: "Book Online",
description: "Reserve your table in seconds",
},
title: "Book Online", description: "Reserve your table in seconds"},
{
icon: MapPin,
title: "Visit Us",
description: "L15/L17 M Avenue, Av. de la Ménara, Marrakech",
},
title: "Visit Us", description: "L15/L17 M Avenue, Av. de la Ménara, Marrakech"},
]}
textboxLayout="default"
animationType="slide-up"

View File

@@ -82,44 +82,21 @@ 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?_wi=2",
imageAlt: "Sarah Johnson",
},
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", imageAlt: "Sarah Johnson"},
{
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: "2", name: "Mohamed Hassan", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", 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?_wi=2",
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", 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?_wi=2",
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", imageAlt: "Ahmed Bennani"},
{
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: "5", name: "Lisa Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Lisa Rodriguez"},
{
id: "6",
name: "David Chen",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg?_wi=2",
imageAlt: "David Chen",
},
id: "6", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg", imageAlt: "David Chen"},
]}
cardTitle="Over 2,000 satisfied customers trust us for authentic Turkish cuisine and exceptional dining"
cardTag="See what they say"
cardAnimation="slide-up"
useInvertedBackground={false}
/>
</div>