Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-10 06:23:50 +00:00
2 changed files with 11 additions and 1419 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -125,22 +125,22 @@ export default function LandingPage() {
products={[
{
id: "1", name: "Turkish Mezze Platter", price: "$18", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-yogurt-meal-brown-wooden-desk-food-yogurt-meat_140725-28373.jpg?_wi=2", imageAlt: "Turkish mezze assorted starters"},
"http://img.b2bpic.net/free-photo/top-view-yogurt-meal-brown-wooden-desk-food-yogurt-meat_140725-28373.jpg?_wi=2", imageAlt: "Turkish mezze assorted starters", priceButtonProps: { className: "bg-gradient-to-r from-amber-400 to-orange-500 text-white font-bold" }},
{
id: "2", name: "Lentil Soup", price: "$8", imageSrc:
"http://img.b2bpic.net/free-photo/side-close-up-view-lentil-soup-lentil-soup-spices-tomatoes-lentil-herbs-bowls_140725-71520.jpg", imageAlt: "Traditional Turkish lentil soup"},
"http://img.b2bpic.net/free-photo/side-close-up-view-lentil-soup-lentil-soup-spices-tomatoes-lentil-herbs-bowls_140725-71520.jpg", imageAlt: "Traditional Turkish lentil soup", priceButtonProps: { className: "bg-gradient-to-r from-amber-400 to-orange-500 text-white font-bold" }},
{
id: "3", name: "Marinated Lamb Kebab", price: "$24", imageSrc:
"http://img.b2bpic.net/free-photo/fried-meat-slice-with-mushroom-cream_140725-6183.jpg?_wi=2", imageAlt: "Tender marinated lamb kebab"},
"http://img.b2bpic.net/free-photo/fried-meat-slice-with-mushroom-cream_140725-6183.jpg?_wi=2", imageAlt: "Tender marinated lamb kebab", priceButtonProps: { className: "bg-gradient-to-r from-amber-400 to-orange-500 text-white font-bold" }},
{
id: "4", name: "Grilled Chicken Wings", price: "$16", imageSrc:
"http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-wooden-table_123827-29689.jpg", imageAlt: "Richly seasoned grilled chicken wings"},
"http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-wooden-table_123827-29689.jpg", imageAlt: "Richly seasoned grilled chicken wings", priceButtonProps: { className: "bg-gradient-to-r from-amber-400 to-orange-500 text-white font-bold" }},
{
id: "5", name: "Cheese Kofte", price: "$14", imageSrc:
"http://img.b2bpic.net/free-photo/meat-saj-with-potatoes-eggplant-pita-bread-sprinkled-with-sumach_140725-7396.jpg", imageAlt: "Savory Turkish cheese kofte"},
"http://img.b2bpic.net/free-photo/meat-saj-with-potatoes-eggplant-pita-bread-sprinkled-with-sumach_140725-7396.jpg", imageAlt: "Savory Turkish cheese kofte", priceButtonProps: { className: "bg-gradient-to-r from-amber-400 to-orange-500 text-white font-bold" }},
{
id: "6", name: "Freshly Baked Pide", price: "$12", imageSrc:
"http://img.b2bpic.net/free-photo/homemade-stuffed-pastry-black-plate_114579-82237.jpg?_wi=2", imageAlt: "Turkish flatbread fresh from the oven"},
"http://img.b2bpic.net/free-photo/homemade-stuffed-pastry-black-plate_114579-82237.jpg?_wi=2", imageAlt: "Turkish flatbread fresh from the oven", priceButtonProps: { className: "bg-gradient-to-r from-amber-400 to-orange-500 text-white font-bold" }},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"