Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-05-14 13:40:26 +00:00

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
]}
enableKpiAnimation={true}
buttons={[{ text: "Book Your Table", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/restaurant-table-private-room-with-fireplace-wooden-ceilings-brick-walls_140725-8458.jpg"
imageSrc="http://img.b2bpic.net/free-photo/restaurant-table-private-room-with-fireplace-wooden-ceilings-brick-walls_140725-8458.jpg?_wi=1"
mediaAnimation="slide-up"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454173.jpg", alt: "Happy diner 1" },
@@ -91,9 +91,9 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{ title: "Secret Family Recipes", description: "Authentic methods passed down through generations.", buttonIcon: ChefHat, imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934663.jpg", imageAlt: "traditional georgian food khachapuri spread" },
{ title: "Locally Sourced Produce", description: "Fresh herbs delivered daily from Senaki farmers.", buttonIcon: Leaf, imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-private-room-with-fireplace-wooden-ceilings-brick-walls_140725-8458.jpg", imageAlt: "traditional georgian food khachapuri spread" },
{ title: "Handcrafted Atmosphere", description: "An intimate, luxury setting for your events.", buttonIcon: Armchair, imageSrc: "http://img.b2bpic.net/free-photo/khachapuri-with-kitchen-towel-dough-flour-wooden-cutting-board_176474-6831.jpg", imageAlt: "traditional georgian food khachapuri spread" },
{ title: "Georgian Wine Selection", description: "The finest amber wines from our curated cellar.", buttonIcon: Wine, imageSrc: "http://img.b2bpic.net/free-photo/caucasian-traditional-food-khinkali-dushbere-gurze-served-with-turshu_114579-741.jpg", imageAlt: "traditional georgian food khachapuri spread" },
{ title: "Locally Sourced Produce", description: "Fresh herbs delivered daily from Senaki farmers.", buttonIcon: Leaf, imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-private-room-with-fireplace-wooden-ceilings-brick-walls_140725-8458.jpg?_wi=2", imageAlt: "traditional georgian food khachapuri spread" },
{ title: "Handcrafted Atmosphere", description: "An intimate, luxury setting for your events.", buttonIcon: Armchair, imageSrc: "http://img.b2bpic.net/free-photo/khachapuri-with-kitchen-towel-dough-flour-wooden-cutting-board_176474-6831.jpg?_wi=1", imageAlt: "traditional georgian food khachapuri spread" },
{ title: "Georgian Wine Selection", description: "The finest amber wines from our curated cellar.", buttonIcon: Wine, imageSrc: "http://img.b2bpic.net/free-photo/caucasian-traditional-food-khinkali-dushbere-gurze-served-with-turshu_114579-741.jpg?_wi=1", imageAlt: "traditional georgian food khachapuri spread" },
]}
title="Why Choose Oskari?"
description="We blend ancient recipes with premium local ingredients to ensure every meal is a masterpiece of Georgian heritage."
@@ -107,8 +107,8 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{ id: "1", name: "Adjaruli Khachapuri", price: "GEL 18", imageSrc: "http://img.b2bpic.net/free-photo/khachapuri-with-kitchen-towel-dough-flour-wooden-cutting-board_176474-6831.jpg" },
{ id: "2", name: "Classic Khinkali", price: "GEL 2", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-traditional-food-khinkali-dushbere-gurze-served-with-turshu_114579-741.jpg" },
{ id: "1", name: "Adjaruli Khachapuri", price: "GEL 18", imageSrc: "http://img.b2bpic.net/free-photo/khachapuri-with-kitchen-towel-dough-flour-wooden-cutting-board_176474-6831.jpg?_wi=2" },
{ id: "2", name: "Classic Khinkali", price: "GEL 2", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-traditional-food-khinkali-dushbere-gurze-served-with-turshu_114579-741.jpg?_wi=2" },
{ id: "3", name: "Amber Wine Selection", price: "GEL 45", imageSrc: "http://img.b2bpic.net/free-photo/side-view-white-wine-black-vertical_176474-4157.jpg" },
{ id: "4", name: "Pkhali Assortment", price: "GEL 15", imageSrc: "http://img.b2bpic.net/free-photo/top-view-piti-clay-pot-with-olives-onion-pomegranate-copper-tray_176474-3431.jpg" },
{ id: "5", name: "Mtsvadi BBQ", price: "GEL 25", imageSrc: "http://img.b2bpic.net/free-photo/chicken-shish-kebab-with-vegetables-ketchup-mayonnaise_114579-9163.jpg" },