Compare commits
38 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cc6507afa6 | |||
| 0839648b84 | |||
| 1dfb4e433f | |||
| 090240f893 | |||
| 3c86287b0e | |||
| feb294e3c4 | |||
| 514ffa6ef9 | |||
| 71c06e9994 | |||
| 6f9c12bcfb | |||
| bd92be61d6 | |||
| 5f24999e88 | |||
| 7e970f234e | |||
| 5bc390d981 | |||
| 175e3a0859 | |||
| 77bd87885c | |||
| de74191f56 | |||
| e3bffe6cf7 | |||
| da35a1e748 | |||
| f8ec3255d3 | |||
| ec4897aed6 | |||
| 908c5a8077 | |||
| e0e1af2e47 | |||
| 02d3637a92 | |||
| 73c7f7a5cf | |||
| 60de6c9f8e | |||
| 9492cfb890 | |||
| 5d4a135818 | |||
| 062c6346b9 | |||
| 1226386fd4 | |||
| f6e83736f9 | |||
| 5dab4877cf | |||
| 36a32599a1 | |||
| 37c54bd05b | |||
| 2d5dc664df | |||
| 6e3258e61f | |||
| 891987edf5 | |||
| 7cc9574a06 | |||
| 98696b77fc |
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={true}
|
||||||
buttons={[{ text: "Hemen Sipariş Ver", href: "#" }]}
|
buttons={[{ text: "Hemen Sipariş Ver", href: "#" }]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/grilled-beef-sausages-with-rice-french-fries-pepper-tomato_140725-573.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/lahmacun-with-lemons-greens_140725-134.jpg?id=5937958"
|
||||||
imageAlt="Kebap tabağı sunumu"
|
imageAlt="Kebap tabağı sunumu"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Geleneksel Lezzet, Modern Hizmet"
|
title="Geleneksel Lezzet, Modern Hizmet"
|
||||||
description="Yılların tecrübesiyle hazırladığımız adana kebap, pide ve döner çeşitlerimizde kaliteyi ve tazeliği ön planda tutuyoruz. Hacıoğlu'ndaki mekanımızda sizleri ağırlamaktan mutluluk duyarız."
|
description="Yılların tecrübesiyle hazırladığımız adana kebap, pide ve döner çeşitlerimizde kaliteyi ve tazeliği ön planda tutuyoruz. Hacıoğlu'ndaki mekanımızda sizleri ağırlamaktan mutluluk duyarız."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/dining-table-background-zoom-calls_23-2149684456.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/turkish-pide-with-cheese-meat_140725-3087.jpg?id=6752003"
|
||||||
imageAlt="Restoran iç mekan"
|
imageAlt="Restoran iç mekan"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -155,7 +155,7 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
text="Bize Ulaşın: (0264) 241 02 54 | Hacıoğlu, Mehmet Akif Ersoy Cd. No:5, Erenler/Sakarya"
|
text="Bize Ulaşın: 0264 241 02 54 Hacıoğlu, Mehmet Akif Ersoy Cd. No:5, Erenler/Sakarya"
|
||||||
buttons={[{ text: "Yol Tarifi Al", href: "https://maps.google.com" }]}
|
buttons={[{ text: "Yol Tarifi Al", href: "https://maps.google.com" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5f4ef;
|
--background: #060000;
|
||||||
--card: #dad6cd;
|
--card: #1d0d0d;
|
||||||
--foreground: #2a2928;
|
--foreground: #ffe6e6;
|
||||||
--primary-cta: #2a2928;
|
--primary-cta: #ff3d4a;
|
||||||
--primary-cta-text: #f5f4ef;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ecebea;
|
--secondary-cta: #1f0a0a;
|
||||||
--secondary-cta-text: #2a2928;
|
--secondary-cta-text: #ffe6e6;
|
||||||
--accent: #ffffff;
|
--accent: #7b2d2d;
|
||||||
--background-accent: #c78181;
|
--background-accent: #b8111f;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user