Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5355355c16 | |||
| f86a45773e | |||
| 87712efe7f | |||
| 44d8550c62 | |||
| cb4c38ada4 |
@@ -49,16 +49,18 @@ export default function LandingPage() {
|
||||
variant: "plain"}}
|
||||
title="Afet Bölgelerinde Hayat Kurtaran Otonom Teknoloji"
|
||||
description="Enkaz altında kalanları daha hızlı tespit eden, ileri nesil termal ve ses algılama özellikli arama-kurtarma robotumuzla tanışın."
|
||||
tag="Teknofest Arama-Kurtarma"
|
||||
tag="Arama-Kurtarma Projesi"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-robotic-farmers-concept-robot-farmers-agriculture-technology-farm-automation_35913-2316.jpg", imageAlt: "futuristic search and rescue robot"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-background-water-pool-texture-close-up_169016-22523.jpg", imageAlt: "robot sensor detail"}
|
||||
{
|
||||
imageSrc: "", imageAlt: ""
|
||||
},
|
||||
{
|
||||
imageSrc: "", imageAlt: ""
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Teknofest Prototip Onaylı"
|
||||
ratingText="Prototip Onaylı"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -69,8 +71,8 @@ export default function LandingPage() {
|
||||
title="Hızlı Tespit ve Güvenli Müdahale"
|
||||
description="Amacımız, enkaz altındaki kişilerin yerini dar alanlara girmeden, yüksek hassasiyetli sensörlerle hızlı ve güvenli bir şekilde tespit etmektir."
|
||||
subdescription="Zamanın kritik olduğu afet anlarında, insan hatasını minimize eden ve kurtarma ekiplerinin riskini azaltan akıllı bir çözüm."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/scene-with-futuristic-robot-used-construction-industry_23-2151329470.jpg"
|
||||
imageAlt="search and rescue robot operation"
|
||||
imageSrc=""
|
||||
imageAlt=""
|
||||
mediaAnimation="slide-up"
|
||||
icon={Target}
|
||||
/>
|
||||
@@ -137,7 +139,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "q2", title: "Pil ömrü ne kadar?", content: "Kesintisiz 8 saatlik aktif kurtarma operasyon süresine sahiptir."},
|
||||
{
|
||||
id: "q3", title: "Teknofest hedefleri neler?", content: "Afet teknolojileri kategorisinde en yenilikçi robot olarak ödül hedeflemekteyiz."},
|
||||
id: "q3", title: "Proje hedefleri neler?", content: "Afet teknolojileri kategorisinde en yenilikçi robot olarak ödül hedeflemekteyiz."},
|
||||
]}
|
||||
title="Sıkça Sorulan Sorular"
|
||||
description="Projemiz hakkında teknik detaylar."
|
||||
@@ -153,7 +155,7 @@ export default function LandingPage() {
|
||||
text="Proje geliştirme sürecimize destek vermek veya daha fazla bilgi almak için bize ulaşın."
|
||||
buttons={[
|
||||
{
|
||||
text: "İletişime Geç", href: "mailto:info@teknofestbot.tr"},
|
||||
text: "İletişime Geç", href: "mailto:info@kurtarmabotu.tr"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -161,10 +163,10 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="KurtarmaBotu"
|
||||
copyrightText="© 2024 Teknofest Arama-Kurtarma Takımı"
|
||||
copyrightText="© 2024 Arama-Kurtarma Takımı"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user