Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 16b76cff22 | |||
| 514ee965f7 | |||
| 4cdd491561 | |||
| c3ce77e793 |
@@ -69,9 +69,9 @@ export default function LandingPage() {
|
||||
title="Our Culinary Specialities"
|
||||
description="From traditional Kurdish feasts to delicate local desserts, every dish tells a story of culture and flavor."
|
||||
products={[
|
||||
{ id: "1", name: "Kurdish Dolma", price: "Special", variant: "Signature Dish", imageSrc: "https://images.unsplash.com/photo-1541518763669-27fdf04b35ee?q=80&w=500&auto=format&fit=crop" },
|
||||
{ id: "1", name: "Kurdish Dolma", price: "Special", variant: "Signature Dish", imageSrc: "https://img.b2bpic.net/free-psd/delicious-burger-food-menu-instagram-facebook-story-template_106176-1402.jpg?id=32888199" },
|
||||
{ id: "2", name: "Grilled Lamb Kebabs", price: "Special", variant: "BBQ Tradition", imageSrc: "https://images.unsplash.com/photo-1555939594-58d7cb561ad1?q=80&w=500&auto=format&fit=crop" },
|
||||
{ id: "3", name: "Local Kurdish Bread", price: "Daily", variant: "Fresh Baked", imageSrc: "https://images.unsplash.com/photo-1589464699364-3e2469441aae?q=80&w=500&auto=format&fit=crop" }
|
||||
{ id: "3", name: "Local Kurdish Bread", price: "Daily", variant: "Fresh Baked", imageSrc: "https://img.b2bpic.net/premium-photo/ruffled-flag-kurdistan_6724-687.jpg?id=2228777" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--background: #e3deea;
|
||||
--card: #ffffff;
|
||||
--foreground: #27231f;
|
||||
--primary-cta: #27231f;
|
||||
--primary-cta-text: #e3deea;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #27231f;
|
||||
--accent: #c68a62;
|
||||
--background-accent: #c68a62;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user