Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-04-17 10:26:18 +00:00

View File

@@ -6,12 +6,12 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import FooterCard from '@/components/sections/footer/FooterCard';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Award, CheckCircle, Linkedin, Shield, Twitter } from "lucide-react";
import { Award, CheckCircle, Shield } from "lucide-react";
export default function LandingPage() {
return (
@@ -212,17 +212,25 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterCard
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/abstract-network-background_53876-120000.jpg"
logoText="ITS Hub"
copyrightText="© 2025 ITS Hub. All rights reserved."
socialLinks={[
{
icon: Twitter,
href: "#", ariaLabel: "Twitter"},
{
icon: Linkedin,
href: "#", ariaLabel: "LinkedIn"},
columns={[
{
title: "Services", items: [
{ label: "Managed IT", href: "#" },
{ label: "Security", href: "#" },
{ label: "Ecommerce", href: "#" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Contact", href: "#contact" }
]
}
]}
copyrightText="© 2025 ITS Hub. All rights reserved."
/>
</div>
</ReactLenis>