From a53dc85136224cbb03145717628ed49d4eaaf7d5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 00:03:24 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 269 ++++++++--------------------------------------- 1 file changed, 42 insertions(+), 227 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 12d3c84..a78e8b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,10 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; @@ -30,61 +30,25 @@ export default function LandingPage() {
@@ -93,25 +57,14 @@ export default function LandingPage() { @@ -122,185 +75,47 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "m1", - name: "Shakshuka", - price: "€16", - variant: "Breakfast", - imageSrc: "http://img.b2bpic.net/free-photo/vegetable-pisto-manchego-with-tomatoes-zucchini-peppers-onions-eggplant-egg-served-frying-pan_123827-31625.jpg", - }, - { - id: "m2", - name: "Floral Pancakes", - price: "€14", - variant: "Breakfast", - imageSrc: "http://img.b2bpic.net/free-photo/pancakes-breakfast_23-2148103437.jpg", - }, - { - id: "m3", - name: "Artisan Latte", - price: "€5", - variant: "Coffee", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-reflective-glass-counter-caf_23-2147892895.jpg", - }, - { - id: "m4", - name: "Fresh Berry Tart", - price: "€9", - variant: "Dessert", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-dessert-picnic_23-2151982820.jpg", - }, - { - id: "m5", - name: "Floral Infusion Tea", - price: "€6", - variant: "Refreshment", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pair-cups-tea-with-flowers_23-2148170661.jpg", - }, + { id: "m1", name: "شكشوكة", price: "١٦€", variant: "إفطار", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-pisto-manchego-with-tomatoes-zucchini-peppers-onions-eggplant-egg-served-frying-pan_123827-31625.jpg" }, + { id: "m2", name: "فطائر الزهور", price: "١٤€", variant: "إفطار", imageSrc: "http://img.b2bpic.net/free-photo/pancakes-breakfast_23-2148103437.jpg" } ]} - title="Our Signature Menu" - description="Artfully curated breakfast and refreshment selections." - /> - - - - -
-
-
-
); -} +} \ No newline at end of file From 64b31dc18d3a7fd637079276307bb5e21e37fae8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 00:03:25 +0000 Subject: [PATCH 2/2] 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 df1845e..d392e1e 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: #1a1a1a; - --primary-cta: #d4af37; + --background: #fbfbf7; + --card: #f0ede5; + --foreground: #2d2922; + --primary-cta: #c5a059; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #dcd8cf; --secondary-cta-text: #1a1a1a; - --accent: #2d5a27; - --background-accent: #f3f0e9; + --accent: #4a5d4e; + --background-accent: #e7e4db; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);