Update src/app/page.tsx
This commit is contained in:
@@ -51,8 +51,8 @@ export default function LandingPage() {
|
||||
{ text: "Ürünleri İncele", href: "#products" },
|
||||
{ text: "Bize Ulaşın", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/classic-cars-exhibition_23-2148416634.jpg"
|
||||
imageAlt="Klasik Otomobiller"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dc4n1Zl9PUaOCqL7S5IdGfs8zu/uploaded-1778569231422-whcnr4fa.jpg"
|
||||
imageAlt="Klasik Tofaş"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -62,9 +62,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{ type: "text", content: "Konya'nın Klasik Araç " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-vector/vintage-garage-badge_23-2147502660.jpg", alt: "Fiat" },
|
||||
{ type: "text", content: " ve " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-vector/tofas-logo-vintage_23-2147820000.jpg", alt: "Tofaş" },
|
||||
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dc4n1Zl9PUaOCqL7S5IdGfs8zu/uploaded-1778569231422-ijnjec20.jpg", alt: "Tofaş" },
|
||||
{ type: "text", content: " Uzmanı" },
|
||||
]}
|
||||
/>
|
||||
@@ -79,8 +77,8 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{ id: "p1", brand: "Tofaş", name: "Tofaş Şahin", price: "Detaylı Bilgi", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/tofas-sahin-classic_23-2148888888.jpg" },
|
||||
{ id: "p2", brand: "Tofaş", name: "Tofaş Doğan SLX", price: "Detaylı Bilgi", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/tofas-dogan-slx_23-2149999999.jpg" },
|
||||
{ id: "p3", brand: "Fiat", name: "Fiat Egea", price: "Detaylı Bilgi", rating: 4, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/fiat-egea-modern_23-2147777777.jpg" },
|
||||
{ id: "p4", brand: "Tofaş", name: "Tofaş Şahin Ön Tampon", price: "490 TL", rating: 5, reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/car-bumper-spare-part_23-2150000000.jpg" },
|
||||
{ id: "p3", brand: "Tofaş", name: "Tofaş Şahin Ön Tampon", price: "490 TL", rating: 5, reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/car-bumper-spare-part_23-2150000000.jpg" },
|
||||
{ id: "p4", brand: "Fiat", name: "Fiat Egea", price: "Detaylı Bilgi", rating: 4, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/fiat-egea-modern_23-2147777777.jpg" },
|
||||
]}
|
||||
title="Araç Modelleri ve Yedek Parçalar"
|
||||
description="Tofaş ve Fiat model araçlarınız için geniş ürün yelpazesi."
|
||||
|
||||
Reference in New Issue
Block a user