Merge version_2 into main #2
329
src/app/page.tsx
329
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Anasayfa", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "Hakkımızda", id: "about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Ürünler", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "İletişim", id: "contact"},
|
||||
]}
|
||||
brandName="Riga Textile"
|
||||
/>
|
||||
@@ -55,92 +47,41 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Quality Fabrics for Modern Creations"
|
||||
description="Riga Textile delivers premium quality materials for fashion, interior design, and industrial use. Combining tradition with modern production precision."
|
||||
variant: "plain"}}
|
||||
title="Modern Tasarımlar İçin Kaliteli Kumaşlar"
|
||||
description="Riga Textile, moda, iç tasarım ve endüstriyel kullanım için üstün kaliteli malzemeler sunar. Gelenekle modern üretim hassasiyetini birleştiriyoruz."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Anna Kalniņa",
|
||||
handle: "@RigaFashion",
|
||||
testimonial: "Exceptional quality and consistency in every batch of fabric.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-people-having-meeting-cafe_1262-1956.jpg",
|
||||
},
|
||||
name: "Anna Kalniņa", handle: "@RigaFashion", testimonial: "Her kumaş grubunda istisnai kalite ve tutarlılık.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-people-having-meeting-cafe_1262-1956.jpg"},
|
||||
{
|
||||
name: "Jānis Bērziņš",
|
||||
handle: "@InteriorDesign",
|
||||
testimonial: "Reliable partner for all our upholstery textile needs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-is-my-all-life_329181-14403.jpg",
|
||||
},
|
||||
name: "Jānis Bērziņš", handle: "@InteriorDesign", testimonial: "Tüm döşemelik tekstil ihtiyaçlarımız için güvenilir ortak.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-is-my-all-life_329181-14403.jpg"},
|
||||
{
|
||||
name: "Elena Petrova",
|
||||
handle: "@TextileDirect",
|
||||
testimonial: "Fast turnaround and incredible material diversity.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-buyer-clothing-store_1398-3861.jpg",
|
||||
},
|
||||
name: "Elena Petrova", handle: "@TextileDirect", testimonial: "Hızlı teslimat ve inanılmaz malzeme çeşitliliği.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-buyer-clothing-store_1398-3861.jpg"},
|
||||
{
|
||||
name: "Markus Zīle",
|
||||
handle: "@ApparelCo",
|
||||
testimonial: "Riga Textile is our primary source for premium cotton.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-woman-wearing-volunteer-uniform-working-charity-center_839833-8969.jpg",
|
||||
},
|
||||
name: "Markus Zīle", handle: "@ApparelCo", testimonial: "Riga Textile, premium pamuk için ana kaynağımızdır.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-woman-wearing-volunteer-uniform-working-charity-center_839833-8969.jpg"},
|
||||
{
|
||||
name: "Līga Ozola",
|
||||
handle: "@StyleStudio",
|
||||
testimonial: "Innovative designs and sustainable material choices.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expert-suitmaker-checking-custom-suit_482257-78349.jpg",
|
||||
},
|
||||
name: "Līga Ozola", handle: "@StyleStudio", testimonial: "Yenilikçi tasarımlar ve sürdürülebilir malzeme seçenekleri.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expert-suitmaker-checking-custom-suit_482257-78349.jpg"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-image-lot-coils-with-threads-sewing-workshop_613910-19021.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-standing-factory-with-thread_1157-29832.jpg",
|
||||
alt: "Woman standing in the factory with a thread",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sewing-thread-reels_23-2148145931.jpg",
|
||||
alt: "Sewing thread reels",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/factory-worker-white-lab-suit-face-mask-assembling-parts-tv-set-table_645730-578.jpg",
|
||||
alt: "Factory worker in white lab suit",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/knitting-tissue-with-sewing-machine_114579-12108.jpg",
|
||||
alt: "Knitting a tissue with sewing machine",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-tailor-workshop_329181-14330.jpg",
|
||||
alt: "Portrait of smiling tailor",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-standing-factory-with-thread_1157-29832.jpg", alt: "Fabrikada çalışan kadın" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/sewing-thread-reels_23-2148145931.jpg", alt: "Dikiş ipliği makaraları" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/factory-worker-white-lab-suit-face-mask-assembling-parts-tv-set-table_645730-578.jpg", alt: "Fabrika çalışanı" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/knitting-tissue-with-sewing-machine_114579-12108.jpg", alt: "Dikiş makinesi" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-tailor-workshop_329181-14330.jpg", alt: "Terzi" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Fabric",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Sourcing",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Precision Engineering",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Supply",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Textile Excellence",
|
||||
},
|
||||
{ type: "text", text: "Premium Kumaş" },
|
||||
{ type: "text", text: "Sürdürülebilir Kaynak" },
|
||||
{ type: "text", text: "Hassas Mühendislik" },
|
||||
{ type: "text", text: "Küresel Tedarik" },
|
||||
{ type: "text", text: "Tekstil Mükemmeliyeti" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -148,8 +89,8 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Decades of Textile Excellence"
|
||||
description="Founded in Riga, we have been at the forefront of textile innovation for over 30 years. Our commitment to sustainable sourcing and precision engineering ensures top-tier performance for our global clients."
|
||||
title="30 Yıllık Tekstil Mükemmeliyeti"
|
||||
description="Riga merkezli firmamız, 30 yılı aşkın süredir tekstil inovasyonunda öncüdür. Sürdürülebilir kaynak kullanımı ve hassas mühendislik taahhüdümüz, küresel müşterilerimiz için en üst düzeyde performans sağlar."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-image-lot-coils-with-threads-sewing-workshop_613910-19015.jpg?_wi=1"
|
||||
/>
|
||||
</div>
|
||||
@@ -161,45 +102,15 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Premium Cotton",
|
||||
price: "Contact for pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-monochromatic-colored-cloths_23-2148770283.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Fine Silk Blend",
|
||||
price: "Contact for pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fabric-textured-layers-background_53876-33693.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Heavyweight Wool",
|
||||
price: "Contact for pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-patterned-glass-texture_53876-132971.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Performance Polyester",
|
||||
price: "Contact for pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-male-tailor-taking-fabric-from-shelf-workshop_23-2148180378.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Organic Linen",
|
||||
price: "Contact for pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/line-green-thread-reels_23-2148212661.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Sustainable Blends",
|
||||
price: "Contact for pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/microperforated-sheet-background-still-life_23-2150260313.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Premium Pamuk", price: "Fiyat için iletişime geçin", imageSrc: "http://img.b2bpic.net/free-photo/top-view-monochromatic-colored-cloths_23-2148770283.jpg?_wi=1" },
|
||||
{ id: "p2", name: "İnce İpek Karışımı", price: "Fiyat için iletişime geçin", imageSrc: "http://img.b2bpic.net/free-photo/fabric-textured-layers-background_53876-33693.jpg?_wi=1" },
|
||||
{ id: "p3", name: "Ağır Yün", price: "Fiyat için iletişime geçin", imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-patterned-glass-texture_53876-132971.jpg?_wi=1" },
|
||||
{ id: "p4", name: "Performans Polyester", price: "Fiyat için iletişime geçin", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-male-tailor-taking-fabric-from-shelf-workshop_23-2148180378.jpg" },
|
||||
{ id: "p5", name: "Organik Keten", price: "Fiyat için iletişime geçin", imageSrc: "http://img.b2bpic.net/free-photo/line-green-thread-reels_23-2148212661.jpg" },
|
||||
{ id: "p6", name: "Sürdürülebilir Karışımlar", price: "Fiyat için iletişime geçin", imageSrc: "http://img.b2bpic.net/free-photo/microperforated-sheet-background-still-life_23-2150260313.jpg" },
|
||||
]}
|
||||
title="Our Textile Collection"
|
||||
description="From natural fibers to technical synthetic blends, our curated collection meets the highest industry standards."
|
||||
title="Tekstil Koleksiyonumuz"
|
||||
description="Doğal liflerden teknik sentetik karışımlara kadar, küratörlüğünü yaptığımız koleksiyonumuz en yüksek endüstri standartlarını karşılar."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -209,24 +120,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Certified Quality",
|
||||
description: "All our textiles undergo rigorous quality control.",
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Fast Production",
|
||||
description: "Optimized supply chain for rapid delivery timelines.",
|
||||
},
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Eco-Friendly",
|
||||
description: "Focused on sustainable manufacturing practices.",
|
||||
},
|
||||
{ icon: Shield, title: "Sertifikalı Kalite", description: "Tüm kumaşlarımız sıkı kalite kontrollerinden geçer." },
|
||||
{ icon: Zap, title: "Hızlı Üretim", description: "Hızlı teslimat için optimize edilmiş tedarik zinciri." },
|
||||
{ icon: Leaf, title: "Çevre Dostu", description: "Sürdürülebilir üretim uygulamalarına odaklıyız." },
|
||||
]}
|
||||
title="Why Riga Textile Stands Out"
|
||||
description="Excellence in every fiber."
|
||||
title="Neden Riga Textile?"
|
||||
description="Her lifte mükemmeliyet."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -236,27 +135,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Globe,
|
||||
title: "Global Reach",
|
||||
value: "45+",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Building2,
|
||||
title: "Textile Types",
|
||||
value: "200+",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Award,
|
||||
title: "Years Active",
|
||||
value: "30+",
|
||||
},
|
||||
{ id: "m1", icon: Globe, title: "Küresel Erişim", value: "45+" },
|
||||
{ id: "m2", icon: Building2, title: "Tekstil Türü", value: "200+" },
|
||||
{ id: "m3", icon: Award, title: "Yıllık Tecrübe", value: "30+" },
|
||||
]}
|
||||
title="Impact by Numbers"
|
||||
description="Trusted by hundreds of brands globally."
|
||||
title="Rakamlarla Başarı"
|
||||
description="Dünya çapında yüzlerce marka tarafından güvenilen çözüm ortağı."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -265,76 +149,24 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
date: "Oct 2023",
|
||||
title: "Purchasing Lead",
|
||||
quote: "Riga Textile is unmatched in consistency.",
|
||||
tag: "Fashion",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/handshake-with-smiling-businessman_23-2147708181.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-lot-coils-with-threads-sewing-workshop_613910-19021.jpg?_wi=2",
|
||||
imageAlt: "happy textile industry client portrait",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mike D.",
|
||||
date: "Sept 2023",
|
||||
title: "Manager",
|
||||
quote: "Excellent communication and high-quality product.",
|
||||
tag: "Textiles",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929543.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-lot-coils-with-threads-sewing-workshop_613910-19015.jpg?_wi=2",
|
||||
imageAlt: "happy textile industry client portrait",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emma L.",
|
||||
date: "Aug 2023",
|
||||
title: "Designer",
|
||||
quote: "I find their fabric selection perfect for couture.",
|
||||
tag: "Design",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/bottom-view-with-young-designer-who-receives-some-printed-photos-smart-creativ-office_482257-32993.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-monochromatic-colored-cloths_23-2148770283.jpg?_wi=2",
|
||||
imageAlt: "happy textile industry client portrait",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "John P.",
|
||||
date: "July 2023",
|
||||
title: "Supplier",
|
||||
quote: "Professional team with great ethics.",
|
||||
tag: "Apparel",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-female-personal-shopper-working_23-2148924145.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fabric-textured-layers-background_53876-33693.jpg?_wi=2",
|
||||
imageAlt: "happy textile industry client portrait",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Anna V.",
|
||||
date: "June 2023",
|
||||
title: "Director",
|
||||
quote: "Reliable supply chain support always.",
|
||||
tag: "Interior",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-people-working-construction_23-2150772868.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-patterned-glass-texture_53876-132971.jpg?_wi=2",
|
||||
imageAlt: "happy textile industry client portrait",
|
||||
},
|
||||
{ id: "t1", name: "Sarah J.", date: "Eki 2023", title: "Satın Alma Müdürü", quote: "Riga Textile tutarlılık konusunda rakipsiz.", tag: "Moda", avatarSrc: "http://img.b2bpic.net/free-photo/handshake-with-smiling-businessman_23-2147708181.jpg" },
|
||||
{ id: "t2", name: "Mike D.", date: "Eyl 2023", title: "Müdür", quote: "Mükemmel iletişim ve yüksek kaliteli ürün.", tag: "Tekstil", avatarSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929543.jpg" },
|
||||
{ id: "t3", name: "Emma L.", date: "Ağu 2023", title: "Tasarımcı", quote: "Kumaş seçimleri tasarım sürecim için mükemmel.", tag: "Tasarım", avatarSrc: "http://img.b2bpic.net/free-photo/bottom-view-with-young-designer-who-receives-some-printed-photos-smart-creativ-office_482257-32993.jpg" },
|
||||
{ id: "t4", name: "John P.", date: "Tem 2023", title: "Tedarikçi", quote: "Harika iş etiğine sahip profesyonel ekip.", tag: "Giyim", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-female-personal-shopper-working_23-2148924145.jpg" },
|
||||
{ id: "t5", name: "Anna V.", date: "Haz 2023", title: "Direktör", quote: "Her zaman güvenilir tedarik zinciri desteği.", tag: "İç Mekan", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-people-working-construction_23-2150772868.jpg" },
|
||||
]}
|
||||
title="Partners Who Trust Us"
|
||||
description="Voices from the industry."
|
||||
title="Bize Güvenen Ortaklarımız"
|
||||
description="Sektörden yansımalar."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Partnership"
|
||||
title="Start Your Fabric Journey"
|
||||
description="Ready to discuss your textile needs? Let's build something exceptional together."
|
||||
background={{ variant: "plain" }}
|
||||
tag="Ortaklık"
|
||||
title="Tekstil Yolculuğunuzu Başlatın"
|
||||
description="Tekstil ihtiyaçlarınızı görüşmeye hazır mısınız? Birlikte olağanüstü işler başaralım."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -342,49 +174,14 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Riga Textile"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
{
|
||||
label: "Fabrics",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Custom Orders",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Şirket", items: [{ label: "Hakkımızda", href: "#about" }, { label: "Kariyer", href: "#" }] },
|
||||
{ title: "Ürünler", items: [{ label: "Kumaşlar", href: "#products" }, { label: "Özel Siparişler", href: "#" }] },
|
||||
{ title: "Destek", items: [{ label: "İletişim", href: "#contact" }, { label: "SSS", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2025 | Riga Textile"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user