From 5c0fcb1c9fea77206397dca5045efd5c414d8286 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 15:27:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 214 +++++++---------------------------------------- 1 file changed, 32 insertions(+), 182 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 56387ae..fb4cf5f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,26 +29,11 @@ export default function LandingPage() { @@ -88,30 +65,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - id: "f1", - label: "İnternet", - title: "Sürətli WiFi", - items: [ - "Hər otaqda yüksək sürətli qoşulma", - ], - }, - { - id: "f2", - label: "Parkinq", - title: "Pulsuz Dayanacaq", - items: [ - "Qonaqlarımız üçün təhlükəsiz yer", - ], - }, - { - id: "f3", - label: "Xidmət", - title: "24/7 Resepşn", - items: [ - "Həmişə xidmətinizdəyik", - ], - }, + { id: "f1", label: "İnternet", title: "Sürətli WiFi", items: ["Hər otaqda yüksək sürətli qoşulma"] }, + { id: "f2", label: "Parkinq", title: "Pulsuz Dayanacaq", items: ["Qonaqlarımız üçün təhlükəsiz yer"] }, + { id: "f3", label: "Xidmət", title: "24/7 Resepşn", items: ["Həmişə xidmətinizdəyik"] } ]} title="Xidmətlərimiz" description="Sizin rahatlığınız üçün hər şey düşünülüb." @@ -125,48 +81,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "r1", - name: "Standart Otaq", - price: "99 AZN", - variant: "Gündəlik", - imageSrc: "http://img.b2bpic.net/free-photo/wife-husband-playing-videogames-home_23-2148936691.jpg", - }, - { - id: "r2", - name: "Deluxe Otaq", - price: "149 AZN", - variant: "Gündəlik", - imageSrc: "http://img.b2bpic.net/free-photo/hotel-concierge-carrying-baggage_482257-78621.jpg", - }, - { - id: "r3", - name: "Lüks Ailə Otağı", - price: "199 AZN", - variant: "Gündəlik", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-polyamorous-people-with-laptop_23-2149246756.jpg", - }, - { - id: "r4", - name: "İş Otağı", - price: "120 AZN", - variant: "Gündəlik", - imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg", - }, - { - id: "r5", - name: "Boutique Suite", - price: "250 AZN", - variant: "Gündəlik", - imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118982.jpg", - }, - { - id: "r6", - name: "Superior Otaq", - price: "170 AZN", - variant: "Gündəlik", - imageSrc: "http://img.b2bpic.net/free-photo/couple-hotel_1157-18433.jpg", - }, + { id: "r1", name: "Standart Otaq", price: "99 AZN", variant: "Gündəlik", imageSrc: "http://img.b2bpic.net/free-photo/wife-husband-playing-videogames-home_23-2148936691.jpg" }, + { id: "r2", name: "Deluxe Otaq", price: "149 AZN", variant: "Gündəlik", imageSrc: "http://img.b2bpic.net/free-photo/hotel-concierge-carrying-baggage_482257-78621.jpg" }, + { id: "r3", name: "Lüks Ailə Otağı", price: "199 AZN", variant: "Gündəlik", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-polyamorous-people-with-laptop_23-2149246756.jpg" }, + { id: "r4", name: "İş Otağı", price: "120 AZN", variant: "Gündəlik", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg" }, + { id: "r5", name: "Boutique Suite", price: "250 AZN", variant: "Gündəlik", imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118982.jpg" }, + { id: "r6", name: "Superior Otaq", price: "170 AZN", variant: "Gündəlik", imageSrc: "http://img.b2bpic.net/free-photo/couple-hotel_1157-18433.jpg" } ]} title="Otaqlarımız" description="Premium standartlarda boutique otaqlar." @@ -175,33 +95,13 @@ export default function LandingPage() {