Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4925a3a5b1 | |||
| f244d6f663 | |||
| 6f0008b9bb | |||
| 98ad9829f6 | |||
| 6632ac1c56 | |||
| efb8c90a7c | |||
| 5704021388 | |||
| c7a360a077 | |||
| d6679131b5 | |||
| 0c4aff4f00 | |||
| fc01341692 | |||
| 40072a8eb6 | |||
| d4a971bef8 |
1428
src/app/layout.tsx
1428
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -42,7 +42,8 @@ export default function HomePage() {
|
|||||||
]}
|
]}
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
button={{
|
button={{
|
||||||
text: "İletişim", href: "/iletisim"}}
|
text: "İletişim", href: "/iletisim"
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -58,7 +59,7 @@ export default function HomePage() {
|
|||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Projelerimizi Keşfedin", href: "/projeler"
|
text: "Projelerimizi İncele", href: "/projeler"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "Bize Ulaşın", href: "/iletisim"
|
text: "Bize Ulaşın", href: "/iletisim"
|
||||||
@@ -248,10 +249,10 @@ export default function HomePage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Email Gönder", href: "mailto:info@garmen.com.tr"
|
text: "Teklif Al", href: "mailto:info@garmen.com.tr"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "Telefon Ara", href: "tel:+905xx-xxx-xxxx"
|
text: "Danışman Ara", href: "tel:+905xx-xxx-xxxx"
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user