From 4ec7ae748ce84084a9ee8030e9eea4fe69be2b6e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 09:37:01 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7028869..eb60644 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1 From 59fbd356237e87d8318b2baa67faf8eaea046c91 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 09:37:02 +0000 Subject: [PATCH 2/3] Update src/app/styles/base.css --- src/app/styles/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/base.css b/src/app/styles/base.css index 741ed2e..c719d19 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -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; } -- 2.49.1 From 3ff3e455f6f07ec5c768b514a59c9aab34c3b79e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 09:37:02 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9d0254f..cf9faae 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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); -- 2.49.1