diff --git a/src/app/page.tsx b/src/app/page.tsx
index ae895c9..cf3604d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,117 +28,23 @@ export default function LandingPage() {
@@ -149,45 +55,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Okul Forması",
- price: "İletişime Geçin",
- imageSrc: "http://img.b2bpic.net/free-photo/waist-up-handsome-neat-dark-skinned-male-elementary-pupil-posing-isolated-dressed-white-clean-ironed-shirt-black-elegant-tie-ready-going-school-smiling_343059-4502.jpg",
- },
- {
- id: "p2",
- name: "Eşofman Takımı",
- price: "İletişime Geçin",
- imageSrc: "http://img.b2bpic.net/free-photo/full-length-fashion-model-with-long-brown-hair-wearing-trendy-olive-sweatshirt-joggers-with-sneakers-street_132075-9181.jpg",
- },
- {
- id: "p3",
- name: "Tişört",
- price: "İletişime Geçin",
- imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-handsome-sporty-boy-wearing-headband-wristbands-with-dental-braces-keeping-hands-waist-looking-straight-isolated-green-background-with-copy-space_141793-76639.jpg",
- },
- {
- id: "p4",
- name: "Kışlık Ceket",
- price: "İletişime Geçin",
- imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-woman-blue-uniform-cap-looking-front-clenching-fist-showing-v-sign-smiling-cheerfully-standing-pink-wall_141793-64508.jpg",
- },
- {
- id: "p5",
- name: "Yelek",
- price: "İletişime Geçin",
- imageSrc: "http://img.b2bpic.net/free-photo/male-athlete-doing-fitness-training-workout-outside-gym_1328-4770.jpg",
- },
- {
- id: "p6",
- name: "Pantolon",
- price: "İletişime Geçin",
- imageSrc: "http://img.b2bpic.net/free-photo/wonderful-lady-pointing-herself-blouse-beanie-looking-puzzled-front-view_176474-107697.jpg",
- },
+ { id: "p1", name: "Günlük Elbise", price: "₺450", imageSrc: "https://img.b2bpic.net/free-photo/young-woman-with-long-hair-wearing-trendy-summer-dress-standing-against-white-wall_273609-37357.jpg" },
+ { id: "p2", name: "Modern Ceket", price: "₺890", imageSrc: "https://img.b2bpic.net/free-photo/fashionable-woman-wearing-trendy-coat_23-2149175486.jpg" },
+ { id: "p3", name: "Şık Bluz", price: "₺320", imageSrc: "https://img.b2bpic.net/free-photo/young-woman-posing-stylish-outfit_144627-25983.jpg" }
]}
- title="Ürünlerimiz"
- description="Geniş okul kıyafetleri kataloğumuzu keşfedin."
+ title="Yeni Ürünler"
+ description="Sezonun en trend parçalarını hemen keşfedin."
/>
@@ -196,128 +69,36 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Uygun Fiyat",
- description: "Bütçe dostu okul alışverişi.",
- imageSrc: "http://img.b2bpic.net/free-photo/tired-sportswoman-listening-music_23-2147800936.jpg",
- },
- {
- title: "Kaliteli Ürünler",
- description: "Uzun ömürlü ve dayanıklı kumaşlar.",
- imageSrc: "http://img.b2bpic.net/free-photo/sporty-young-man-preparing-his-headphones_23-2148375986.jpg",
- },
- {
- title: "Geniş Stok",
- description: "Tüm okul ihtiyaçlarınız için tam donanımlıyız.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-student-building_23-2147667448.jpg",
- },
- {
- title: "Pazar Günü Açık",
- description: "Haftanın 7 günü hizmetinizdeyiz.",
- imageSrc: "http://img.b2bpic.net/free-photo/african-american-teenager-white-polo-t-shirt-youth-apparel-shoot_53876-102317.jpg",
- },
- {
- title: "Adrese Teslim",
- description: "Kapınıza kadar hızlı gönderim.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-asian-students-asian-male-students-stand-together-blue_1150-19028.jpg",
- },
- ]}
- title="Neden Kılıçlar Giyim?"
- description="Müşterilerimizin bizi tercih etme sebepleri."
- />
-
-
-
-
);
-}
+}
\ No newline at end of file