Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3b43b6533e | |||
| 7aa95f5ad7 | |||
| 12084b13c6 | |||
| cf95296ecb |
@@ -86,7 +86,7 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", name: "كبسة دجاج منزلية", price: "٨٠ ريال", variant: "وجبة غداء", imageSrc: "http://img.b2bpic.net/free-photo/plate-lamb-ribs-served-with-smoked-tomato-arugula-pepper_140725-4906.jpg" },
|
||||
{ id: "p1", name: "كبسة دجاج منزلية", price: "٨٠ ريال", variant: "وجبة رئيسية", imageSrc: "http://img.b2bpic.net/free-photo/plate-lamb-ribs-served-with-smoked-tomato-arugula-pepper_140725-4906.jpg" },
|
||||
{ id: "p2", name: "محاشي مشكلة", price: "٦٠ ريال", variant: "طبق جانبي", imageSrc: "http://img.b2bpic.net/free-photo/pepper-dill-with-parsley-around-salad_23-2147778427.jpg" },
|
||||
{ id: "p3", name: "حلى عائلي", price: "٤٥ ريال", variant: "حلويات", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-foods-ceramic-dishes_114579-15381.jpg" },
|
||||
{ id: "p4", name: "شوربة عدس", price: "٢٠ ريال", variant: "شوربات", imageSrc: "http://img.b2bpic.net/free-photo/mussels-with-arugula-grilled-tomato-bread-sticks-sesame_140725-11084.jpg" },
|
||||
@@ -164,4 +164,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f4ef;
|
||||
--card: #dad6cd;
|
||||
--foreground: #2a2928;
|
||||
--primary-cta: #2a2928;
|
||||
--background: #fcf6ec;
|
||||
--card: #f3ede2;
|
||||
--foreground: #2e2521;
|
||||
--primary-cta: #2e2521;
|
||||
--primary-cta-text: #f5f4ef;
|
||||
--secondary-cta: #ecebea;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #2a2928;
|
||||
--accent: #ffffff;
|
||||
--background-accent: #c6b180;
|
||||
--accent: #b2a28b;
|
||||
--background-accent: #b2a28b;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user