Merge version_1 into main #1
485
src/app/page.tsx
485
src/app/page.tsx
@@ -16,357 +16,162 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="blurBottom"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="light"
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="blurBottom"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="SAI Communication"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Solutions", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="SAI Communication"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Empowering Connectivity for the Modern Business"
|
||||
description="SAI Communication delivers high-performance fiber, networking, and enterprise communication solutions to keep your team connected."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-dark-room-modern-futuristic-sci-fi-background-3d-illustration_35913-2392.jpg",
|
||||
imageAlt: "Data stream visualization",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-project-together_23-2147807997.jpg",
|
||||
imageAlt: "Team meeting",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/researcher-using-transparent-digital-tablet-screen-futuristic-technology_53876-101147.jpg",
|
||||
imageAlt: "Network nodes",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/light-tunnel-background_53876-88808.jpg",
|
||||
imageAlt: "Data speeds",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-facility-storing-massive-datasets-used-ai-simulations_482257-124431.jpg",
|
||||
imageAlt: "Server infrastructure",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-woman-working-with-ai-chatbot-her-desktop-computer_482257-120813.jpg",
|
||||
imageAlt: "Tech architecture",
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Empowering Connectivity for the Modern Business"
|
||||
description="SAI Communication delivers high-performance fiber, networking, and enterprise communication solutions to keep your team connected."
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-dark-room-modern-futuristic-sci-fi-background-3d-illustration_35913-2392.jpg", imageAlt: "Data stream visualization" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-project-together_23-2147807997.jpg", imageAlt: "Team meeting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/researcher-using-transparent-digital-tablet-screen-futuristic-technology_53876-101147.jpg", imageAlt: "Network nodes" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/light-tunnel-background_53876-88808.jpg", imageAlt: "Data speeds" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/data-facility-storing-massive-datasets-used-ai-simulations_482257-124431.jpg", imageAlt: "Server infrastructure" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/focused-woman-working-with-ai-chatbot-her-desktop-computer_482257-120813.jpg", imageAlt: "Tech architecture" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "99.9%",
|
||||
title: "Uptime Guaranteed",
|
||||
description: "Rock-solid infrastructure.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/competition-computer-computing-perspective-sky_1127-2373.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "10Gbps",
|
||||
title: "Max Speeds",
|
||||
description: "Ultra-fast fiber.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wifi-internet-connection-perforated-paper_53876-31061.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "500+",
|
||||
title: "Enterprise Clients",
|
||||
description: "Trusted by leaders.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-concept-secure-data-transfer_23-2152001135.jpg",
|
||||
},
|
||||
]}
|
||||
title="By The Numbers"
|
||||
description="Proven results for growing businesses."
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{ id: "1", value: "99.9%", title: "Uptime Guaranteed", description: "Rock-solid infrastructure.", imageSrc: "http://img.b2bpic.net/free-photo/competition-computer-computing-perspective-sky_1127-2373.jpg" },
|
||||
{ id: "2", value: "10Gbps", title: "Max Speeds", description: "Ultra-fast fiber.", imageSrc: "http://img.b2bpic.net/free-photo/wifi-internet-connection-perforated-paper_53876-31061.jpg" },
|
||||
{ id: "3", value: "500+", title: "Enterprise Clients", description: "Trusted by leaders.", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-concept-secure-data-transfer_23-2152001135.jpg" },
|
||||
]}
|
||||
title="By The Numbers"
|
||||
description="Proven results for growing businesses."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardEight
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Enterprise Fiber",
|
||||
description: "Dedicated fiber optics for fast, reliable internet.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-using-her-cellphone-reach-friend_1157-17793.jpg",
|
||||
},
|
||||
{
|
||||
title: "VoIP Systems",
|
||||
description: "Modern voice systems for global teams.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wi-fi-router-with-blue-optical-fiber_23-2148779307.jpg",
|
||||
},
|
||||
{
|
||||
title: "Network Security",
|
||||
description: "Enterprise-grade protection against modern threats.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637760.jpg",
|
||||
},
|
||||
]}
|
||||
title="Advanced Communications Suite"
|
||||
description="Everything your company needs to streamline communication and data flow."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardEight
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Enterprise Fiber", description: "Dedicated fiber optics for fast, reliable internet.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-using-her-cellphone-reach-friend_1157-17793.jpg" },
|
||||
{ title: "VoIP Systems", description: "Modern voice systems for global teams.", imageSrc: "http://img.b2bpic.net/free-photo/wi-fi-router-with-blue-optical-fiber_23-2148779307.jpg" },
|
||||
{ title: "Network Security", description: "Enterprise-grade protection against modern threats.", imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637760.jpg" },
|
||||
]}
|
||||
title="Advanced Communications Suite"
|
||||
description="Everything your company needs to streamline communication and data flow."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Enterprise Router",
|
||||
price: "$899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/irritated-african-american-man-struggling-reach-internet-provider_482257-119309.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "VOIP Desktop Handset",
|
||||
price: "$149",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-white-tower-communications-with-lot-different-antennas-blue-sky-clouds_1127-3495.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Network Data Switch",
|
||||
price: "$299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-elements-background_23-2148882634.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Enterprise Gateway",
|
||||
price: "$599",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/server-room-worker-oversees-ai-systems-processing-information_482257-110575.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Fiber Optic Starter Kit",
|
||||
price: "$199",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-optic-fiber-close-up_23-2148779317.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Signal Booster Pro",
|
||||
price: "$349",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-cyber-network-visualization-design_1048-17445.jpg",
|
||||
},
|
||||
]}
|
||||
title="Our Hardware Solutions"
|
||||
description="Essential equipment for business connectivity."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", name: "Enterprise Router", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/irritated-african-american-man-struggling-reach-internet-provider_482257-119309.jpg" },
|
||||
{ id: "p2", name: "VOIP Desktop Handset", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/red-white-tower-communications-with-lot-different-antennas-blue-sky-clouds_1127-3495.jpg" },
|
||||
{ id: "p3", name: "Network Data Switch", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/technology-elements-background_23-2148882634.jpg" },
|
||||
{ id: "p4", name: "Enterprise Gateway", price: "$599", imageSrc: "http://img.b2bpic.net/free-photo/server-room-worker-oversees-ai-systems-processing-information_482257-110575.jpg" },
|
||||
{ id: "p5", name: "Fiber Optic Starter Kit", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/blue-optic-fiber-close-up_23-2148779317.jpg" },
|
||||
{ id: "p6", name: "Signal Booster Pro", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-cyber-network-visualization-design_1048-17445.jpg" },
|
||||
]}
|
||||
title="Our Hardware Solutions"
|
||||
description="Essential equipment for business connectivity."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex Rivers",
|
||||
role: "CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-office-workplace-with-table-chair-computer_1170-1959.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Chen",
|
||||
role: "CTO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-swivel-chair_23-2148174107.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mark D'Souza",
|
||||
role: "Lead Architect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/co-workers-discussing-last-financial-analysis_1139-219.jpg",
|
||||
},
|
||||
]}
|
||||
title="Leadership Team"
|
||||
description="The experts behind SAI Communication."
|
||||
/>
|
||||
</div>
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{ id: "1", name: "Alex Rivers", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/empty-office-workplace-with-table-chair-computer_1170-1959.jpg" },
|
||||
{ id: "2", name: "Sarah Chen", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-swivel-chair_23-2148174107.jpg" },
|
||||
{ id: "3", name: "Mark D'Souza", role: "Lead Architect", imageSrc: "http://img.b2bpic.net/free-photo/co-workers-discussing-last-financial-analysis_1139-219.jpg" },
|
||||
]}
|
||||
title="Leadership Team"
|
||||
description="The experts behind SAI Communication."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Doe",
|
||||
date: "2023-10",
|
||||
title: "Operations Manager",
|
||||
quote: "Reliable uptime changed our workflow.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/confused-man-squinting-looking-puzzled-can-t-understand_176420-18712.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-office_1170-1970.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jane Smith",
|
||||
date: "2023-09",
|
||||
title: "IT Director",
|
||||
quote: "SAI's fiber solutions are top tier.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-modern-loft-apartment-featuring-minimalist-empty-desk_482257-120918.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sam Lee",
|
||||
date: "2023-08",
|
||||
title: "CTO",
|
||||
quote: "Best support team in the industry.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-talking_23-2148427075.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Chris Wu",
|
||||
date: "2023-07",
|
||||
title: "Project Lead",
|
||||
quote: "Fast rollout and perfect speeds.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man_158595-231.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397593.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Pat Moore",
|
||||
date: "2023-06",
|
||||
title: "Founder",
|
||||
quote: "Unbeatable network stability.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/senior-business-man-smiling_1262-786.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346629.jpg",
|
||||
},
|
||||
]}
|
||||
title="Trusted by Professionals"
|
||||
description="Read what our partners say about our connectivity."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "John Doe", date: "2023-10", title: "Operations Manager", quote: "Reliable uptime changed our workflow.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/confused-man-squinting-looking-puzzled-can-t-understand_176420-18712.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-modern-office_1170-1970.jpg" },
|
||||
{ id: "2", name: "Jane Smith", date: "2023-09", title: "IT Director", quote: "SAI's fiber solutions are top tier.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg", imageSrc: "http://img.b2bpic.net/free-photo/elegant-modern-loft-apartment-featuring-minimalist-empty-desk_482257-120918.jpg" },
|
||||
{ id: "3", name: "Sam Lee", date: "2023-08", title: "CTO", quote: "Best support team in the industry.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-talking_23-2148427075.jpg" },
|
||||
{ id: "4", name: "Chris Wu", date: "2023-07", title: "Project Lead", quote: "Fast rollout and perfect speeds.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man_158595-231.jpg", imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397593.jpg" },
|
||||
{ id: "5", name: "Pat Moore", date: "2023-06", title: "Founder", quote: "Unbeatable network stability.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/senior-business-man-smiling_1262-786.jpg", imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346629.jpg" },
|
||||
]}
|
||||
title="Trusted by Professionals"
|
||||
description="Read what our partners say about our connectivity."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How fast is enterprise fiber?",
|
||||
content: "Our packages start at 1Gbps and scale to 10Gbps+.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer VOIP support?",
|
||||
content: "Yes, we handle the entire migration process.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is network security included?",
|
||||
content: "Advanced threat monitoring is part of all business plans.",
|
||||
},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Quick answers to common inquiries."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "How fast is enterprise fiber?", content: "Our packages start at 1Gbps and scale to 10Gbps+." },
|
||||
{ id: "2", title: "Do you offer VOIP support?", content: "Yes, we handle the entire migration process." },
|
||||
{ id: "3", title: "Is network security included?", content: "Advanced threat monitoring is part of all business plans." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Quick answers to common inquiries."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
tag="Let's connect"
|
||||
title="Ready to improve your network?"
|
||||
description="Sign up for a free network audit and personalized plan."
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
tag="Let's connect"
|
||||
title="Ready to improve your network?"
|
||||
description="Sign up for a free network audit and personalized plan."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Team",
|
||||
href: "#team",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Use",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Security",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="SAI Communication"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Services", href: "#features" }, { label: "Products", href: "#products" }, { label: "Team", href: "#team" }] },
|
||||
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }, { label: "Security", href: "#" }] },
|
||||
]}
|
||||
logoText="SAI Communication"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user