Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a7f4148bf4 |
319
src/app/page.tsx
319
src/app/page.tsx
@@ -31,33 +31,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "#portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "#portfolio"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
{
|
||||
name: "Get a Quote",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Get a Quote", id: "#contact"},
|
||||
]}
|
||||
brandName="Full Spectrum Services"
|
||||
/>
|
||||
@@ -66,52 +52,29 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Built Right. Built Complete."
|
||||
description="Your Vision. Our Craft. Delivering complete, high-quality construction solutions from foundation to finish."
|
||||
tag="Licensed & Insured · 10+ Years Experience · 500+ Projects Completed · 5-Star Rated"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
{
|
||||
text: "View Our Work",
|
||||
href: "#portfolio",
|
||||
},
|
||||
text: "View Our Work", href: "#portfolio"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "carousel-item-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-full-windows_1127-102.jpg",
|
||||
imageAlt: "Modern commercial building construction site at sunset",
|
||||
},
|
||||
id: "carousel-item-1", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-full-windows_1127-102.jpg", imageAlt: "Modern commercial building construction site at sunset"},
|
||||
{
|
||||
id: "carousel-item-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-cliffside-villa_23-2152016390.jpg",
|
||||
imageAlt: "Luxury residential home under construction",
|
||||
},
|
||||
id: "carousel-item-2", imageSrc: "http://img.b2bpic.net/free-photo/modern-cliffside-villa_23-2152016390.jpg", imageAlt: "Luxury residential home under construction"},
|
||||
{
|
||||
id: "carousel-item-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-high-building-high-quality-photo_114579-12190.jpg",
|
||||
imageAlt: "Interior finishing work in a modern luxury home",
|
||||
},
|
||||
id: "carousel-item-3", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-high-building-high-quality-photo_114579-12190.jpg", imageAlt: "Interior finishing work in a modern luxury home"},
|
||||
{
|
||||
id: "carousel-item-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineers-workers-carrying-hats-temple-sticks_1150-10145.jpg",
|
||||
imageAlt: "Roofer working on a new house roof",
|
||||
},
|
||||
id: "carousel-item-4", imageSrc: "http://img.b2bpic.net/free-photo/engineers-workers-carrying-hats-temple-sticks_1150-10145.jpg", imageAlt: "Roofer working on a new house roof"},
|
||||
{
|
||||
id: "carousel-item-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crawler-bulldozer_1388-578.jpg",
|
||||
imageAlt: "Concrete foundation being poured on a construction site",
|
||||
},
|
||||
id: "carousel-item-5", imageSrc: "http://img.b2bpic.net/free-photo/crawler-bulldozer_1388-578.jpg", imageAlt: "Concrete foundation being poured on a construction site"},
|
||||
{
|
||||
id: "carousel-item-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-architector-looking-drawings-standing-office_176420-1727.jpg",
|
||||
imageAlt: "Architectural blueprints and construction planning",
|
||||
},
|
||||
id: "carousel-item-6", imageSrc: "http://img.b2bpic.net/free-photo/young-successful-architector-looking-drawings-standing-table-drawings-sketch-white-modern-office-interior_176420-1727.jpg", imageAlt: "Architectural blueprints and construction planning"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -131,53 +94,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "new-builds",
|
||||
title: "New Builds",
|
||||
description: "Bringing your vision to life from the ground up, with expert planning and execution for custom homes and commercial structures.",
|
||||
tag: "Residential & Commercial",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sketch-architect-supplies_23-2147710840.jpg",
|
||||
imageAlt: "New house under construction",
|
||||
},
|
||||
id: "new-builds", title: "New Builds", description: "Bringing your vision to life from the ground up, with expert planning and execution for custom homes and commercial structures.", tag: "Residential & Commercial", imageSrc: "http://img.b2bpic.net/free-photo/sketch-architect-supplies_23-2147710840.jpg", imageAlt: "Yeni ev inşaatı"},
|
||||
{
|
||||
id: "renovations",
|
||||
title: "Renovations & Remodels",
|
||||
description: "Transforming existing spaces with modern designs, enhanced functionality, and meticulous attention to detail.",
|
||||
tag: "Home & Business",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bathtub-with-faucet_1203-1500.jpg",
|
||||
imageAlt: "Modern kitchen renovation",
|
||||
},
|
||||
id: "renovations", title: "Renovations & Remodels", description: "Transforming existing spaces with modern designs, enhanced functionality, and meticulous attention to detail.", tag: "Home & Business", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bathtub-with-faucet_1203-1500.jpg", imageAlt: "Modern mutfak tadilatı"},
|
||||
{
|
||||
id: "roofing",
|
||||
title: "Roofing Solutions",
|
||||
description: "Providing durable and high-quality roofing installation, repair, and maintenance for all types of properties.",
|
||||
tag: "Protection & Durability",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-view-man-working-roof-with-drill_23-2148748773.jpg",
|
||||
imageAlt: "Roofer working on a new house",
|
||||
},
|
||||
id: "roofing", title: "Roofing Solutions", description: "Providing durable and high-quality roofing installation, repair, and maintenance for all types of properties.", tag: "Protection & Durability", imageSrc: "http://img.b2bpic.net/free-photo/low-view-man-working-roof-with-drill_23-2148748773.jpg", imageAlt: "Yeni bir evin çatısında çalışan çatı ustası"},
|
||||
{
|
||||
id: "framing",
|
||||
title: "Framing & Structure",
|
||||
description: "Building strong, reliable foundations and structural frameworks that ensure safety and longevity for your property.",
|
||||
tag: "Strength & Integrity",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-new-concrete-house_1398-2997.jpg",
|
||||
imageAlt: "Wood framing of a house",
|
||||
},
|
||||
id: "framing", title: "Framing & Structure", description: "Building strong, reliable foundations and structural frameworks that ensure safety and longevity for your property.", tag: "Strength & Integrity", imageSrc: "http://img.b2bpic.net/free-photo/building-new-concrete-house_1398-2997.jpg", imageAlt: "Bir evin ahşap iskeleti"},
|
||||
{
|
||||
id: "concrete",
|
||||
title: "Concrete Work",
|
||||
description: "Expert concrete pouring, finishing, and repair for foundations, driveways, patios, and specialized industrial needs.",
|
||||
tag: "Foundations & Flatwork",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoors-cobblestone-texture-with-stairs_23-2149432950.jpg",
|
||||
imageAlt: "Concrete being poured for a foundation",
|
||||
},
|
||||
id: "concrete", title: "Concrete Work", description: "Expert concrete pouring, finishing, and repair for foundations, driveways, patios, and specialized industrial needs.", tag: "Foundations & Flatwork", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-cobblestone-texture-with-stairs_23-2149432950.jpg", imageAlt: "Temel için beton dökülüyor"},
|
||||
{
|
||||
id: "interior-finishing",
|
||||
title: "Interior Finishing",
|
||||
description: "Delivering impeccable interior details, including carpentry, flooring, painting, and custom cabinetry for a polished look.",
|
||||
tag: "Details & Aesthetics",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-blue-paint-roller_23-2148384507.jpg",
|
||||
imageAlt: "Worker installing wood flooring",
|
||||
},
|
||||
id: "interior-finishing", title: "Interior Finishing", description: "Delivering impeccable interior details, including carpentry, flooring, painting, and custom cabinetry for a polished look.", tag: "Details & Aesthetics", imageSrc: "http://img.b2bpic.net/free-photo/man-using-blue-paint-roller_23-2148384507.jpg", imageAlt: "Ahşap zemin döşeyen işçi"},
|
||||
]}
|
||||
title="Our Full Spectrum of Services"
|
||||
description="Comprehensive solutions for every phase of your construction project, backed by expertise and dedication."
|
||||
@@ -191,34 +118,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "quality",
|
||||
value: "Superior",
|
||||
title: "Quality Craftsmanship",
|
||||
items: [
|
||||
"Uncompromising standards in every detail.",
|
||||
"Only premium materials used.",
|
||||
"Experienced and skilled tradesmen.",
|
||||
],
|
||||
id: "quality", value: "Superior", title: "Quality Craftsmanship", items: [
|
||||
"Uncompromising standards in every detail.", "Only premium materials used.", "Experienced and skilled tradesmen."],
|
||||
},
|
||||
{
|
||||
id: "delivery",
|
||||
value: "Reliable",
|
||||
title: "On-Time Delivery",
|
||||
items: [
|
||||
"Strict adherence to project timelines.",
|
||||
"Efficient project management.",
|
||||
"Minimizing disruptions to your schedule.",
|
||||
],
|
||||
id: "delivery", value: "Reliable", title: "On-Time Delivery", items: [
|
||||
"Strict adherence to project timelines.", "Efficient project management.", "Minimizing disruptions to your schedule."],
|
||||
},
|
||||
{
|
||||
id: "pricing",
|
||||
value: "Transparent",
|
||||
title: "Transparent Pricing",
|
||||
items: [
|
||||
"Clear, detailed quotes with no hidden fees.",
|
||||
"Value-driven solutions for every budget.",
|
||||
"Honest and open communication always.",
|
||||
],
|
||||
id: "pricing", value: "Transparent", title: "Transparent Pricing", items: [
|
||||
"Clear, detailed quotes with no hidden fees.", "Value-driven solutions for every budget.", "Honest and open communication always."],
|
||||
},
|
||||
]}
|
||||
title="Why Choose Full Spectrum Services?"
|
||||
@@ -234,59 +143,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Luxury Residential Estate",
|
||||
price: "Custom Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chinese-garden-n-zurich_1112-1143.jpg",
|
||||
imageAlt: "Exterior of a luxury residential estate",
|
||||
},
|
||||
id: "p1", name: "Luxury Residential Estate", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/chinese-garden-n-zurich_1112-1143.jpg", imageAlt: "Lüks konut sitesinin dış görünümü"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Modern Living Room Interior",
|
||||
price: "Custom Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794714.jpg",
|
||||
imageAlt: "Interior of a modern living room",
|
||||
},
|
||||
id: "p2", name: "Modern Living Room Interior", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794714.jpg", imageAlt: "Modern bir oturma odasının içi"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Commercial Office Building",
|
||||
price: "Custom Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-business-buildings_1359-1085.jpg",
|
||||
imageAlt: "Exterior of a modern commercial office building",
|
||||
},
|
||||
id: "p3", name: "Commercial Office Building", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-business-buildings_1359-1085.jpg", imageAlt: "Modern bir ticari ofis binasının dış görünümü"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Spacious Retail Showroom",
|
||||
price: "Custom Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150862140.jpg",
|
||||
imageAlt: "Interior of a spacious retail showroom",
|
||||
},
|
||||
id: "p4", name: "Spacious Retail Showroom", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150862140.jpg", imageAlt: "Geniş bir perakende showroomunun içi"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Gourmet Kitchen Remodel",
|
||||
price: "Custom Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/functional-kitchen-pullout-drawers-matte-blue-fronts_169016-68941.jpg",
|
||||
imageAlt: "Renovated gourmet kitchen",
|
||||
},
|
||||
id: "p5", name: "Gourmet Kitchen Remodel", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/functional-kitchen-pullout-drawers-matte-blue-fronts_169016-68941.jpg", imageAlt: "Yenilenmiş gurme mutfak"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Spa-Inspired Bathroom Renovation",
|
||||
price: "Custom Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-woman-looking-mirror_23-2147904492.jpg",
|
||||
imageAlt: "Renovated spa-inspired bathroom",
|
||||
},
|
||||
id: "p6", name: "Spa-Inspired Bathroom Renovation", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-woman-looking-mirror_23-2147904492.jpg", imageAlt: "Yenilenmiş spa tarzı banyo"},
|
||||
]}
|
||||
title="Our Gallery: Vision Brought to Life"
|
||||
description="Explore our diverse portfolio of residential and commercial projects, showcasing our precision and commitment to quality."
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Projects",
|
||||
href: "#portfolio",
|
||||
},
|
||||
text: "View All Projects", href: "#portfolio"},
|
||||
{
|
||||
text: "Ready to Build? Let's Talk.",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Ready to Build? Let's Talk.", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -298,67 +173,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Homeowner",
|
||||
company: "Residential Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-successful-male-architect-have-conversation-office_23-2147843005.jpg",
|
||||
imageAlt: "Sarah J.",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Ev Sahibi", company: "Bireysel Müşteri", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-successful-male-architect-have-conversation-office_23-2147843005.jpg", imageAlt: "Sarah J."},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael T.",
|
||||
role: "Business Owner",
|
||||
company: "Commercial Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-confident-pensive-businessman-working-standing-table-drawing-sketch-white-modern-office-interior_176420-6534.jpg",
|
||||
imageAlt: "Michael T.",
|
||||
},
|
||||
id: "2", name: "Michael T.", role: "İşletme Sahibi", company: "Ticari Müşteri", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-confident-pensive-businessman-working-standing-table-drawing-sketch-white-modern-office-interior_176420-6534.jpg", imageAlt: "Michael T."},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Real Estate Developer",
|
||||
company: "Development Firm",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg",
|
||||
imageAlt: "Emily R.",
|
||||
},
|
||||
id: "3", name: "Emily R.", role: "Gayrimenkul Geliştiricisi", company: "Geliştirme Firması", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg", imageAlt: "Emily R."},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "New Homeowner",
|
||||
company: "Residential Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/surprise-cute-girl-coming-out-cardboard-box_259150-57055.jpg",
|
||||
imageAlt: "David K.",
|
||||
},
|
||||
id: "4", name: "David K.", role: "Yeni Ev Sahibi", company: "Bireysel Müşteri", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/surprise-cute-girl-coming-out-cardboard-box_259150-57055.jpg", imageAlt: "David K."},
|
||||
{
|
||||
id: "5",
|
||||
name: "Robert S.",
|
||||
role: "General Manager",
|
||||
company: "Property Management",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-clients-broker-salesman-examining-blueprints-layout_482257-90840.jpg",
|
||||
imageAlt: "Robert S.",
|
||||
},
|
||||
id: "5", name: "Robert S.", role: "Genel Müdür", company: "Mülk Yönetimi", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-clients-broker-salesman-examining-blueprints-layout_482257-90840.jpg", imageAlt: "Robert S."},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "10+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "10+", label: "Yıllık Tecrübe"},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Projects Completed",
|
||||
},
|
||||
value: "500+", label: "Tamamlanan Projeler"},
|
||||
{
|
||||
value: "5-Star",
|
||||
label: "Satisfaction Rate",
|
||||
},
|
||||
value: "5 Yıldız", label: "Memnuniyet Oranı"},
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Hear directly from homeowners and businesses who trusted Full Spectrum Services with their vision and experienced outstanding results."
|
||||
title="Müşteri Başarı Hikayeleri"
|
||||
description="Vizyonlarına Full Spectrum Hizmetleri ile güvenen ev sahipleri ve işletmelerden doğrudan dinleyin ve olağanüstü sonuçları deneyimleyin."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -366,17 +205,16 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Contact Us"
|
||||
title="Let's Build Something Great Together"
|
||||
description="Reach out today for a free consultation and personalized quote. We're ready to bring your construction dreams to life.\n\nPhone: (123) 456-7890\nEmail: info@fullspectrumservices.com\nService Area: Greater Metro Region"
|
||||
variant: "plain"}}
|
||||
tag="Bize Ulaşın"
|
||||
title="Birlikte Harika Bir Şey İnşa Edelim"
|
||||
description="Ücretsiz danışmanlık ve kişiselleştirilmiş teklif için bugün bize ulaşın. İnşaat hayallerinizi gerçeğe dönüştürmeye hazırız.\n\nTelefon: (123) 456-7890\nE-posta: info@fullspectrumservices.com\nHizmet Bölgesi: Büyükşehir Bölgesi"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-constructors_1098-13669.jpg"
|
||||
imageAlt="Professional handshake over construction blueprints"
|
||||
imageAlt="İnşaat planları üzerinde profesyonel el sıkışma"
|
||||
mediaAnimation="opacity"
|
||||
inputPlaceholder="Your Name"
|
||||
buttonText="Request Your Free Quote"
|
||||
termsText="By submitting, you agree to our terms and conditions. We respect your privacy."
|
||||
inputPlaceholder="Adınız"
|
||||
buttonText="Ücretsiz Teklifinizi İsteyin"
|
||||
termsText="Göndererek, hüküm ve koşullarımızı kabul etmiş olursunuz. Gizliliğinize saygı duyuyoruz."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -384,51 +222,34 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Şirket", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Hakkımızda", href: "#about"},
|
||||
{
|
||||
label: "Our Work",
|
||||
href: "#portfolio",
|
||||
},
|
||||
label: "Çalışmalarımız", href: "#portfolio"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Hizmetler", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Kaynaklar", items: [
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Referanslar", href: "#testimonials"},
|
||||
{
|
||||
label: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Teklif Alın", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Yasal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Gizlilik Politikası", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Hizmet Şartları", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Full Spectrum Services"
|
||||
copyrightText="© 2024 Full Spectrum Services. All rights reserved. Licensed & Insured."
|
||||
copyrightText="© 2024 Full Spectrum Hizmetleri. Tüm hakları saklıdır. Lisanslı ve Sigortalı."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user