diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d1bed9..909f485 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import { Award, CheckCircle, Star } from "lucide-react"; @@ -32,14 +32,10 @@ export default function LandingPage() {
-
@@ -145,15 +119,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", value: "1000+", title: "کڕیاری دڵسۆز", description: "خێزانی هەرمان گەشە دەکات", icon: Star, - }, - { - id: "m2", value: "4.6★", title: "هەڵسەنگاندن", description: "خزمەتگوزاری ناوازە", icon: Award, - }, - { - id: "m3", value: "500+", title: "بەرهەمی ناوازە", description: "تەنها کوالێتی بەرز", icon: CheckCircle, - }, + { id: "m1", value: "1000+", title: "کڕیاری دڵسۆز", description: "خێزانی هەرمان گەشە دەکات", icon: Star }, + { id: "m2", value: "4.6★", title: "هەڵسەنگاندن", description: "خزمەتگوزاری ناوازە", icon: Award }, + { id: "m3", value: "500+", title: "بەرهەمی ناوازە", description: "تەنها کوالێتی بەرز", icon: CheckCircle }, ]} title="سەرکەوتنەکانمان" description="بە دڵسۆزی ئێوە گەیشتوینەتە ئەم ئاستە." @@ -166,16 +134,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", name: "سارا ئەحمەد", role: "کڕیاری تایبەت", testimonial: "زۆر دڵخۆشم بە کوالێتی بەرهەمەکان، خزمەتگوزارییەکەیان زۆر خێرایە.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-curly-businesswoman-standing-with-folded-hands-portrait-successful-confident-young-pretty-female-office-employer-suit-posing-work-business-company-management-concept_74855-6735.jpg"}, - { - id: "t2", name: "محەمەد عەلی", role: "کڕیاری بەردەوام", testimonial: "کۆگای هەرمان تەنها شتێکی ناوازەیان هەیە، زۆر پێشنیاریان دەکەم.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660772.jpg"}, - { - id: "t3", name: "نازدار حەمە", role: "کڕیاری دیزاین", testimonial: "بەرهەمەکان زۆر ناوازەن و بە دیزاینێکی زۆر جوان گەیشتن.", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-38845.jpg"}, - { - id: "t4", name: "ڕێباز جەلال", role: "کڕیاری نوێ", testimonial: "زۆر سوپاس بۆ خزمەتگوزارییەکەتان، بەرهەمەکەتان زۆر باشە.", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23071.jpg"}, - { - id: "t5", name: "هۆزان خدر", role: "کڕیاری دڵسۆز", testimonial: "هەمیشە باشترینەکان لە هەرمان دەدۆزمەوە.", imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg"}, + { id: "t1", name: "سارا ئەحمەد", role: "کڕیاری تایبەت", testimonial: "زۆر دڵخۆشم بە کوالێتی بەرهەمەکان، خزمەتگوزارییەکەیان زۆر خێرایە.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-curly-businesswoman-standing-with-folded-hands-portrait-successful-confident-young-pretty-female-office-employer-suit-posing-work-business-company-management-concept_74855-6735.jpg" }, + { id: "t2", name: "محەمەد عەلی", role: "کڕیاری بەردەوام", testimonial: "کۆگای هەرمان تەنها شتێکی ناوازەیان هەیە، زۆر پێشنیاریان دەکەم.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660772.jpg" }, + { id: "t3", name: "نازدار حەمە", role: "کڕیاری دیزاین", testimonial: "بەرهەمەکان زۆر ناوازەن و بە دیزاینێکی زۆر جوان گەیشتن.", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-38845.jpg" }, + { id: "t4", name: "ڕێباز جەلال", role: "کڕیاری نوێ", testimonial: "زۆر سوپاس بۆ خزمەتگوزارییەکەتان، بەرهەمەکەتان زۆر باشە.", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23071.jpg" }, + { id: "t5", name: "هۆزان خدر", role: "کڕیاری دڵسۆز", testimonial: "هەمیشە باشترینەکان لە هەرمان دەدۆزمەوە.", imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg" }, ]} title="ڕای کڕیارانمان" description="ئەزموونی کڕیارانمان باشترین بەڵگەیە بۆ سەرکەوتنمان." @@ -186,12 +149,9 @@ export default function LandingPage() { @@ -217,22 +175,8 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/black-background-with-leaves-vegetation-texture_23-2149872514.jpg" logoText="کۆگای هەرمان" columns={[ - { - title: "پەیوەندی", items: [ - { - label: "واتسئاپ", href: "https://wa.me/number"}, - { - label: "ئینیستاگرام", href: "#"}, - ], - }, - { - title: "زانیاری", items: [ - { - label: "دەربارە", href: "#about"}, - { - label: "سیاسەتی تایبەت", href: "#"}, - ], - }, + { title: "پەیوەندی", items: [{ label: "واتسئاپ", href: "https://wa.me/number" }, { label: "ئینیستاگرام", href: "#" }] }, + { title: "زانیاری", items: [{ label: "دەربارە", href: "#about" }, { label: "سیاسەتی تایبەت", href: "#" }] }, ]} copyrightText="© 2025 کۆگای هەرمان | هەموو مافەکان پارێزراون." /> @@ -240,4 +184,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file