6 Commits

Author SHA1 Message Date
4bd287215c Update theme colors 2026-05-15 14:17:12 +00:00
46d57c3967 Update theme colors 2026-05-15 14:16:21 +00:00
8cff7b7120 Update src/app/page.tsx 2026-05-13 16:12:12 +00:00
9a0342b213 Merge version_3 into main
Merge version_3 into main
2026-05-13 16:10:09 +00:00
75dd9cb57d Update src/app/page.tsx 2026-05-13 16:10:06 +00:00
5e816785ff Merge version_2 into main
Merge version_2 into main
2026-05-13 12:34:27 +00:00
2 changed files with 5 additions and 3 deletions

View File

@@ -47,7 +47,9 @@ export default function LandingPage() {
{ text: "اطلب عبر واتساب", href: "https://wa.me/2019397" }, { text: "اطلب عبر واتساب", href: "https://wa.me/2019397" },
{ text: "تصفح القائمة", href: "#products" }, { text: "تصفح القائمة", href: "#products" },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/befe-sauteed-own-broth-served-with-yogurt-white-plate_114579-1785.jpg?_wi=1" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DfWigVVr2Q6n4oKOWVE9nLW2LF/uploaded-1778688720195-5lwowsy8.jpg"
imageClassName="w-full h-full object-cover"
containerClassName="!max-w-full !px-0"
/> />
</div> </div>

View File

@@ -13,9 +13,9 @@
--background: #ffffff; --background: #ffffff;
--card: #f7fcf9; --card: #f7fcf9;
--foreground: #001a0a; --foreground: #001a0a;
--primary-cta: #0a7039; --primary-cta: #16e032;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #fde047; --secondary-cta: #2e2bb9;
--secondary-cta-text: #ffffff; --secondary-cta-text: #ffffff;
--accent: #fde047; --accent: #fde047;
--background-accent: #f7fcf9; --background-accent: #f7fcf9;