Merge version_1 into main #2
319
src/app/page.tsx
319
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Award, CheckCircle, Star } from "lucide-react";
|
||||
import { Award, CheckCircle, Star, Zap, Shield, FileCheck } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,32 +32,15 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="FTH BulNed"
|
||||
button={{
|
||||
text: "Call Now: 06 42698372",
|
||||
href: "tel:0642698372",
|
||||
}}
|
||||
text: "Call Now: 06 42698372", href: "tel:0642698372"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -66,71 +49,21 @@ export default function LandingPage() {
|
||||
title="Master Craftsmanship. Ultimate Protection."
|
||||
description="Premium roofing solutions for Den Haag. Renovation, new construction, and custom finishes. We secure your most valuable asset with unmatched precision."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Peter Suuui",
|
||||
handle: "@peter-s",
|
||||
testimonial: "From the first contact to the completion, everything went perfectly. Extremely professional and proactive.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Andrzej Janas",
|
||||
handle: "@andrzej-j",
|
||||
testimonial: "A reliable roofer with an eye for quality, finish, and clear communication. They know what they are doing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Lotte Janssen",
|
||||
handle: "@lotte-j",
|
||||
testimonial: "Incredible attention to detail on our roof renovation. Absolutely beautiful work.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-leaders-demonstrating-powerful-collaboration-strategic-thinking_482257-124682.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Mark de Vries",
|
||||
handle: "@mark-dv",
|
||||
testimonial: "Highly efficient team. They kept the site clean and finished ahead of schedule.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-model-posing-outdoor_23-2148289284.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Sarah Visser",
|
||||
handle: "@sarah-v",
|
||||
testimonial: "Transparent pricing and excellent communication throughout the whole project.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-smiling-blond-girl-happily-keeping-thumbs-up-near-with-copy-space-text-promotional-content-isolated-yellow-background-like-expression_574295-2945.jpg?_wi=1",
|
||||
},
|
||||
{ name: "Peter Suuui", handle: "@peter-s", testimonial: "From the first contact to the completion, everything went perfectly. Extremely professional and proactive.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg" },
|
||||
{ name: "Andrzej Janas", handle: "@andrzej-j", testimonial: "A reliable roofer with an eye for quality, finish, and clear communication. They know what they are doing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg" },
|
||||
{ name: "Lotte Janssen", handle: "@lotte-j", testimonial: "Incredible attention to detail on our roof renovation. Absolutely beautiful work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/corporate-leaders-demonstrating-powerful-collaboration-strategic-thinking_482257-124682.jpg" },
|
||||
{ name: "Mark de Vries", handle: "@mark-dv", testimonial: "Highly efficient team. They kept the site clean and finished ahead of schedule.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-male-model-posing-outdoor_23-2148289284.jpg" },
|
||||
{ name: "Sarah Visser", handle: "@sarah-v", testimonial: "Transparent pricing and excellent communication throughout the whole project.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/excited-smiling-blond-girl-happily-keeping-thumbs-up-near-with-copy-space-text-promotional-content-isolated-yellow-background-like-expression_574295-2945.jpg" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Request an Inspection",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-elegant-geometrical-textures-backgrounds_23-2149073296.jpg?_wi=1"
|
||||
buttons={[{ text: "Request an Inspection", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-elegant-geometrical-textures-backgrounds_23-2149073296.jpg"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346508.jpg",
|
||||
alt: "Customer experience creative collage",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/professional-gesture-successful-collar-mixed_1262-1193.jpg",
|
||||
alt: "Professional gesture successful collar mixed",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg",
|
||||
alt: "Happy team showing thumbs up",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-using-tablet-celebrating-success-outdoor-cafe_1262-18867.jpg",
|
||||
alt: "Happy woman celebrating success",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg",
|
||||
alt: "Handsome middle-aged business leader",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346508.jpg", alt: "Customer experience creative collage" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/professional-gesture-successful-collar-mixed_1262-1193.jpg", alt: "Professional gesture successful collar mixed" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg", alt: "Happy team showing thumbs up" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-woman-using-tablet-celebrating-success-outdoor-cafe_1262-18867.jpg", alt: "Happy woman celebrating success" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", alt: "Handsome middle-aged business leader" },
|
||||
]}
|
||||
avatarText="Trusted by 2,000+ residents"
|
||||
/>
|
||||
@@ -140,12 +73,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="The FTH BulNed Difference: Reliability You Can Trust."
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn About Our Craft",
|
||||
href: "#services",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Learn About Our Craft", href: "#services" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -154,41 +82,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Precision Planning",
|
||||
description: "Every roof starts with a detailed analysis and a clear, honest plan.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roof-tiles-warehouse-closeup-selective-focus-construction-repair-houses-delivery-sale-building-materials_166373-3212.jpg",
|
||||
imageAlt: "professional roofing artisan",
|
||||
},
|
||||
{
|
||||
title: "Premium Materials",
|
||||
description: "Only top-tier slate, zinc, and tiles meet our strict quality requirements.",
|
||||
buttonIcon: "Shield",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-elegant-geometrical-textures-backgrounds_23-2149073296.jpg?_wi=2",
|
||||
imageAlt: "professional roofing artisan",
|
||||
},
|
||||
{
|
||||
title: "Expert Execution",
|
||||
description: "Our team uses time-tested techniques combined with modern efficiency.",
|
||||
buttonIcon: "Award",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14959.jpg?_wi=1",
|
||||
imageAlt: "professional roofing artisan",
|
||||
},
|
||||
{
|
||||
title: "Clear Communication",
|
||||
description: "Updates from start to finish, so you are always in the loop.",
|
||||
buttonIcon: "CheckCircle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-roofer-working-with-helmet_23-2149343709.jpg?_wi=1",
|
||||
imageAlt: "professional roofing artisan",
|
||||
},
|
||||
{
|
||||
title: "Long-term Warranty",
|
||||
description: "We stand by our work for years to come, providing peace of mind.",
|
||||
buttonIcon: "FileCheck",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-door-house_181624-8916.jpg?_wi=1",
|
||||
imageAlt: "professional roofing artisan",
|
||||
},
|
||||
{ title: "Precision Planning", description: "Every roof starts with a detailed analysis and a clear, honest plan.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/roof-tiles-warehouse-closeup-selective-focus-construction-repair-houses-delivery-sale-building-materials_166373-3212.jpg", imageAlt: "professional roofing artisan" },
|
||||
{ title: "Premium Materials", description: "Only top-tier slate, zinc, and tiles meet our strict quality requirements.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/3d-elegant-geometrical-textures-backgrounds_23-2149073296.jpg", imageAlt: "professional roofing artisan" },
|
||||
{ title: "Expert Execution", description: "Our team uses time-tested techniques combined with modern efficiency.", buttonIcon: Award, imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14959.jpg", imageAlt: "professional roofing artisan" },
|
||||
{ title: "Clear Communication", description: "Updates from start to finish, so you are always in the loop.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/long-shot-roofer-working-with-helmet_23-2149343709.jpg", imageAlt: "professional roofing artisan" },
|
||||
{ title: "Long-term Warranty", description: "We stand by our work for years to come, providing peace of mind.", buttonIcon: FileCheck, imageSrc: "http://img.b2bpic.net/free-photo/front-door-house_181624-8916.jpg", imageAlt: "professional roofing artisan" },
|
||||
]}
|
||||
title="Honest Advice. Fast Execution. Perfect Finish."
|
||||
description="We believe in transparency, high-end quality materials, and a finish that stands the test of time."
|
||||
@@ -202,42 +100,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Roof Renovations",
|
||||
price: "Customized",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14959.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "New Construction",
|
||||
price: "Customized",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-roofer-working-with-helmet_23-2149343709.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Zinc Work",
|
||||
price: "Customized",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-door-house_181624-8916.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Dormer Finishes",
|
||||
price: "Customized",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/right-view-perspective-hand-with-delicious-hot-coffee_23-2148286059.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Leak Repairs",
|
||||
price: "Customized",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15702.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Gutter Systems",
|
||||
price: "Customized",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Roof Renovations", price: "Customized", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14959.jpg" },
|
||||
{ id: "p2", name: "New Construction", price: "Customized", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-roofer-working-with-helmet_23-2149343709.jpg" },
|
||||
{ id: "p3", name: "Zinc Work", price: "Customized", imageSrc: "http://img.b2bpic.net/free-photo/front-door-house_181624-8916.jpg" },
|
||||
{ id: "p4", name: "Dormer Finishes", price: "Customized", imageSrc: "http://img.b2bpic.net/free-photo/right-view-perspective-hand-with-delicious-hot-coffee_23-2148286059.jpg" },
|
||||
{ id: "p5", name: "Leak Repairs", price: "Customized", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15702.jpg" },
|
||||
{ id: "p6", name: "Gutter Systems", price: "Customized", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg" },
|
||||
]}
|
||||
title="Our Specialized Roofing Services"
|
||||
description="Architectural roofing solutions designed for the climate of Den Haag."
|
||||
@@ -246,50 +114,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Peter Suuui",
|
||||
role: "Homeowner",
|
||||
company: "Den Haag",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Andrzej Janas",
|
||||
role: "Property Manager",
|
||||
company: "Den Haag",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Lotte Janssen",
|
||||
role: "Architect",
|
||||
company: "Den Haag",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-leaders-demonstrating-powerful-collaboration-strategic-thinking_482257-124682.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Mark de Vries",
|
||||
role: "Developer",
|
||||
company: "Den Haag",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-model-posing-outdoor_23-2148289284.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sarah Visser",
|
||||
role: "Homeowner",
|
||||
company: "Den Haag",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-smiling-blond-girl-happily-keeping-thumbs-up-near-with-copy-space-text-promotional-content-isolated-yellow-background-like-expression_574295-2945.jpg?_wi=2",
|
||||
},
|
||||
{ id: "t1", name: "Peter Suuui", role: "Homeowner", company: "Den Haag", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg" },
|
||||
{ id: "t2", name: "Andrzej Janas", role: "Property Manager", company: "Den Haag", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg" },
|
||||
{ id: "t3", name: "Lotte Janssen", role: "Architect", company: "Den Haag", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/corporate-leaders-demonstrating-powerful-collaboration-strategic-thinking_482257-124682.jpg" },
|
||||
{ id: "t4", name: "Mark de Vries", role: "Developer", company: "Den Haag", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-male-model-posing-outdoor_23-2148289284.jpg" },
|
||||
{ id: "t5", name: "Sarah Visser", role: "Homeowner", company: "Den Haag", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/excited-smiling-blond-girl-happily-keeping-thumbs-up-near-with-copy-space-text-promotional-content-isolated-yellow-background-like-expression_574295-2945.jpg" },
|
||||
]}
|
||||
title="Trusted by Residents Across Den Haag"
|
||||
description="Excellence is our standard, and our clients' peace of mind is our mission."
|
||||
@@ -303,27 +137,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
description: "Crafting premium roofing solutions",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "2000+",
|
||||
title: "Completed Projects",
|
||||
description: "Robust roofs across The Hague",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "4.4",
|
||||
title: "Google Rating",
|
||||
description: "Trusted by hundreds of clients",
|
||||
icon: Star,
|
||||
},
|
||||
{ id: "m1", value: "15+", title: "Years Experience", description: "Crafting premium roofing solutions", icon: Award },
|
||||
{ id: "m2", value: "2000+", title: "Completed Projects", description: "Robust roofs across The Hague", icon: CheckCircle },
|
||||
{ id: "m3", value: "4.4", title: "Google Rating", description: "Trusted by hundreds of clients", icon: Star },
|
||||
]}
|
||||
title="Roofing Statistics"
|
||||
description="Proven performance, thousands of hours, perfect finishes."
|
||||
@@ -335,21 +151,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you provide free inspections?",
|
||||
content: "Yes, we offer detailed inspections and honest, no-obligation advice for your roofing needs.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How long does a renovation take?",
|
||||
content: "Depending on the complexity, renovations are typically executed with extreme efficiency to minimize your disruption.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer warranties?",
|
||||
content: "Yes, we stand by our craftsmanship and materials with industry-leading warranty coverage.",
|
||||
},
|
||||
{ id: "f1", title: "Do you provide free inspections?", content: "Yes, we offer detailed inspections and honest, no-obligation advice for your roofing needs." },
|
||||
{ id: "f2", title: "How long does a renovation take?", content: "Depending on the complexity, renovations are typically executed with extreme efficiency to minimize your disruption." },
|
||||
{ id: "f3", title: "Do you offer warranties?", content: "Yes, we stand by our craftsmanship and materials with industry-leading warranty coverage." },
|
||||
]}
|
||||
title="Frequently Asked Roofing Questions"
|
||||
description="Everything you need to know about our premium roofing process."
|
||||
@@ -360,48 +164,19 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Get in Touch"
|
||||
title="Ready to secure your home?"
|
||||
description="Contact us today for a premium roof inspection. Whether it's a renovation or a custom new build, we are ready to serve."
|
||||
buttons={[
|
||||
{
|
||||
text: "Message via WhatsApp",
|
||||
href: "https://wa.me/31642698372",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Message via WhatsApp", href: "https://wa.me/31642698372" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Services", href: "#services" }, { label: "About", href: "#about" }] },
|
||||
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
logoText="FTH BulNed"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user