Merge version_2 into main #4

Merged
bender merged 3 commits from version_2 into main 2026-06-09 09:37:06 +00:00
3 changed files with 17 additions and 17 deletions

View File

@@ -146,7 +146,7 @@ export default function LandingPage() {
features={[
{
title: "Appetizers & Salads", description: "Start your culinary journey with our delightful selection of traditional Greek appetizers and refreshing salads, perfect for sharing.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-hummus-plate-still-life_23-2149595649.jpg", imageAlt: "Variety of Greek appetizers"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EtTGuO8Ot2F3DnhZTUF8FzQIxT/uploaded-1780997712315-yt42sxp1.jpg", imageAlt: "Variety of Greek appetizers"},
items: [
{
icon: Salad,
@@ -162,7 +162,7 @@ export default function LandingPage() {
},
{
title: "Main Courses", description: "Indulge in our hearty main courses, from classic moussaka to succulent grilled seafood, showcasing the best of Greek gastronomy.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-hummus-plate_23-2149595697.jpg", imageAlt: "Plate of Greek main course"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EtTGuO8Ot2F3DnhZTUF8FzQIxT/uploaded-1780997712315-po5zxfae.jpg", imageAlt: "Plate of Greek main course"},
items: [
{
icon: Fish,
@@ -178,7 +178,7 @@ export default function LandingPage() {
},
{
title: "Desserts & Coffee", description: "Complete your meal with our sweet Greek delights, accompanied by a traditional Greek coffee or a refreshing beverage.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/homemade-apple-pie-cake-galette_114579-19389.jpg", imageAlt: "Assortment of Greek desserts"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EtTGuO8Ot2F3DnhZTUF8FzQIxT/uploaded-1780997712315-tmgfs9pi.jpg", imageAlt: "Assortment of Greek desserts"},
items: [
{
icon: Cake,
@@ -206,17 +206,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1", name: "Moussaka", price: "€18.50", imageSrc: "http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-assortment_23-2149072575.jpg", imageAlt: "Classic Moussaka dish"},
id: "p1", name: "Moussaka", price: "€18.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EtTGuO8Ot2F3DnhZTUF8FzQIxT/uploaded-1780997712315-kksifga7.jpg", imageAlt: "Classic Moussaka dish"},
{
id: "p2", name: "Souvlaki Platter", price: "€16.00", imageSrc: "http://img.b2bpic.net/free-photo/various-kebab-selection-desk_140725-2873.jpg", imageAlt: "Chicken Souvlaki with pita"},
{
id: "p3", name: "Greek Salad", price: "€12.00", imageSrc: "http://img.b2bpic.net/free-photo/greek-salad-horiatiki-with-large-pieces-tomatoes-cucumbers-onion-feta-cheese-olives-white-bowl-isolated-top-view-village-salad-with-diced-mozzarella-arugula-parsley-olive-oil_1150-44845.jpg", imageAlt: "Fresh Horiatiki Greek Salad"},
{
id: "p4", name: "Saganaki", price: "€11.50", imageSrc: "http://img.b2bpic.net/free-photo/traditional-venezuelan-beef-cachapa-wooden-table_123827-24825.jpg", imageAlt: "Flaming Saganaki cheese"},
id: "p4", name: "Saganaki", price: "€11.50", imageSrc: "https://img.b2bpic.net/free-photo/saganaki_23-2149866219.jpg", imageAlt: "Flaming Saganaki cheese"},
{
id: "p5", name: "Pastitsio", price: "€17.00", imageSrc: "http://img.b2bpic.net/free-photo/tasty-italian-pasta-dish_1084-85.jpg", imageAlt: "Traditional Pastitsio"},
id: "p5", name: "Pastitsio", price: "€17.00", imageSrc: "https://img.b2bpic.net/free-photo/pastitsio-pasta-greek-food_23-2149503460.jpg", imageAlt: "Traditional Pastitsio"},
{
id: "p6", name: "Baklava", price: "€8.50", imageSrc: "http://img.b2bpic.net/free-photo/cheesecake-with-orange-slice-table_140725-4509.jpg", imageAlt: "Sweet Baklava dessert"},
id: "p6", name: "Baklava", price: "€8.50", imageSrc: "https://img.b2bpic.net/free-photo/baklava-pistachios-turkish-arabic-dessert_23-2149826338.jpg", imageAlt: "Sweet Baklava dessert"},
]}
title="Explore Our Full Menu"
description="From traditional staples to seasonal specials, our menu offers a wide array of choices to satisfy every palate. Each dish is prepared with the utmost care and freshest ingredients."
@@ -336,4 +336,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-open-sans), sans-serif;
font-family: var(--font-inter), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-open-sans), sans-serif;
font-family: var(--font-dm-sans), sans-serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #FF7B05;
--background: #000000;
--card: #0c0c0c;
--foreground: #ffffff;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #000000;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #FF7B05;
--accent: #535353;
--background-accent: #106EFB;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);