Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f8d6b55a95 | |||
| 4925a3a5b1 | |||
| f244d6f663 | |||
| 6f0008b9bb | |||
| 98ad9829f6 | |||
| 6632ac1c56 | |||
| efb8c90a7c | |||
| 5704021388 | |||
| c7a360a077 | |||
| d6679131b5 | |||
| 0c4aff4f00 | |||
| fc01341692 | |||
| 40072a8eb6 | |||
| d4a971bef8 |
1430
src/app/layout.tsx
1430
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -42,7 +42,8 @@ export default function HomePage() {
|
||||
]}
|
||||
animateOnLoad={true}
|
||||
button={{
|
||||
text: "İletişim", href: "/iletisim"}}
|
||||
text: "İletişim", href: "/iletisim"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -58,7 +59,7 @@ export default function HomePage() {
|
||||
mediaAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{
|
||||
text: "Projelerimizi Keşfedin", href: "/projeler"
|
||||
text: "Projelerimizi İncele", href: "/projeler"
|
||||
},
|
||||
{
|
||||
text: "Bize Ulaşın", href: "/iletisim"
|
||||
@@ -248,10 +249,10 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
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"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -271,4 +272,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user