Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-02-20 14:14:49 +00:00
4 changed files with 26 additions and 27 deletions

View File

@@ -29,12 +29,12 @@ export default function BlogPage() {
brandName="InLight"
navItems={[
{ name: "Home", id: "/" },
{ name: "About Us", id: "about" },
{ name: "Solutions", id: "features" },
{ name: "Clients", id: "social-proof" },
{ name: "Contact", id: "contact" },
{ name: "About Us", id: "/#about" },
{ name: "Solutions", id: "/#features" },
{ name: "Clients", id: "/#social-proof" },
{ name: "Contact", id: "/#contact" },
]}
button={{ text: "Get a Quote", href: "#contact" }}
button={{ text: "Get a Quote", href: "/#contact" }}
/>
</div>
@@ -62,16 +62,16 @@ export default function BlogPage() {
columns={[
{
items: [
{ label: "Home", href: "#hero" },
{ label: "About Us", href: "#about" },
{ label: "Solutions", href: "#features" },
{ label: "Home", href: "/#hero" },
{ label: "About Us", href: "/#about" },
{ label: "Solutions", href: "/#features" },
],
},
{
items: [
{ label: "Clients", href: "#social-proof" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "Contact", href: "#contact" },
{ label: "Clients", href: "/#social-proof" },
{ label: "Testimonials", href: "/#testimonials" },
{ label: "Contact", href: "/#contact" },
],
},
]}

View File

@@ -11,6 +11,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import {
Bot,
Brain,
Briefcase,
CheckCircle,
@@ -20,7 +21,6 @@ import {
Globe,
Lightbulb,
Lock,
Robot,
Server,
Shield,
Sparkles,
@@ -58,7 +58,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Innovate. Illuminate. Inspire."
description="InLight delivers cutting-edge IT solutions, empowering businesses to thrive in the digital age with clarity and innovation."
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "99.9%", label: "Uptime Reliability" },
{ value: "300+", label: "Global Projects" },
@@ -113,8 +113,7 @@ export default function LandingPage() {
],
},
{
title: "Security Checklist", description: "Protect your digital assets with our advanced threat detection and prevention strategies.", bentoComponent: "3d-task-list", title: "Security Tasks", // required by schema, synthesized
items: [
title: "Security Checklist", description: "Protect your digital assets with our advanced threat detection and prevention strategies.", bentoComponent: "3d-task-list", items: [
{ icon: CheckCircle, label: "Threat Detection", time: "Complete" },
{ icon: Lock, label: "Vulnerability Scan", time: "Weekly" },
{ icon: Shield, label: "Incident Response", time: "Active" },
@@ -123,7 +122,7 @@ export default function LandingPage() {
{
title: "AI & Machine Learning", description: "Leverage artificial intelligence to automate processes, gain insights, and drive innovation.", bentoComponent: "orbiting-icons", centerIcon: Brain,
items: [
{ icon: Robot, ring: 1 },
{ icon: Bot, ring: 1 },
{ icon: Dna, ring: 2 },
{ icon: Lightbulb, ring: 3 },
{ icon: Sparkles, ring: 1 },
@@ -176,7 +175,7 @@ export default function LandingPage() {
description="Our innovative solutions are adopted by leading organizations across various sectors, powering their digital success."
logos={[
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/minimalist-logo-for-a-technology-company-1771596553803-9f128157.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/sleek-and-secure-logo-for-cyberguard-a-c-1771596560833-bc98d611.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/modern-logo-for-datahub-a-data-analytics-1771596568593-b4128c19.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/abstract-logo-for-cloudnexus-a-cloud-com-1771596579425-a4dce043.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/dynamic-logo-for-innovatecorp-a-corporat-1771596586956-387aea32.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/clean-and-precise-logo-for-smartmetrics--1771596592653-a85baa18.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/world-spanning-logo-for-globalconnect-an-1771596599514-c1c01847.png"]}
names={[]}
names={['TechWave', 'CyberGuard', 'DataHub', 'CloudNexus', 'InnovateCorp', 'SmartMetrics', 'GlobalConnect']}
textboxLayout="default"
useInvertedBackground={false}
ariaLabel="Social proof section showcasing logos of companies that trust InLight."

View File

@@ -98,8 +98,8 @@ export default function ProductPage({ params }: ProductPageProps) {
<FooterLogoEmphasis
logoText="InLight"
columns={[
{items: [{label: "Home", href: "#hero"}, {label: "About Us", href: "#about"}, {label: "Solutions", href: "#features"}]},
{items: [{label: "Clients", href: "#social-proof"}, {label: "Testimonials", href: "#testimonials"}, {label: "Contact", href: "#contact"}]}
{items: [{label: "Home", href: "/#hero"}, {label: "About Us", href: "/#about"}, {label: "Solutions", href: "/#features"}]},
{items: [{label: "Clients", href: "/#social-proof"}, {label: "Testimonials", href: "/#testimonials"}, {label: "Contact", href: "/#contact"}]}
]}
ariaLabel="Site footer for InLight company."
/>
@@ -149,8 +149,8 @@ export default function ProductPage({ params }: ProductPageProps) {
<FooterLogoEmphasis
logoText="InLight"
columns={[
{items: [{label: "Home", href: "#hero"}, {label: "About Us", href: "#about"}, {label: "Solutions", href: "#features"}]},
{items: [{label: "Clients", href: "#social-proof"}, {label: "Testimonials", href: "#testimonials"}, {label: "Contact", href: "#contact"}]}
{items: [{label: "Home", href: "/#hero"}, {label: "About Us", href: "/#about"}, {label: "Solutions", href: "/#features"}]},
{items: [{label: "Clients", href: "/#social-proof"}, {label: "Testimonials", href: "/#testimonials"}, {label: "Contact", href: "/#contact"}]}
]}
ariaLabel="Site footer for InLight company."
/>
@@ -224,8 +224,8 @@ export default function ProductPage({ params }: ProductPageProps) {
<FooterLogoEmphasis
logoText="InLight"
columns={[
{items: [{label: "Home", href: "#hero"}, {label: "About Us", href: "#about"}, {label: "Solutions", href: "#features"}]},
{items: [{label: "Clients", href: "#social-proof"}, {label: "Testimonials", href: "#testimonials"}, {label: "Contact", href: "#contact"}]}
{items: [{label: "Home", href: "/#hero"}, {label: "About Us", href: "/#about"}, {label: "Solutions", href: "/#features"}]},
{items: [{label: "Clients", href: "/#social-proof"}, {label: "Testimonials", href: "/#testimonials"}, {label: "Contact", href: "/#contact"}]}
]}
ariaLabel="Site footer for InLight company."
/>

View File

@@ -71,8 +71,8 @@ export default function ShopPage() {
<FooterLogoEmphasis
logoText="InLight"
columns={[
{items: [{label: "Home", href: "#hero"}, {label: "About Us", href: "#about"}, {label: "Solutions", href: "#features"}]},
{items: [{label: "Clients", href: "#social-proof"}, {label: "Testimonials", href: "#testimonials"}, {label: "Contact", href: "#contact"}]}
{items: [{label: "Home", href: "/#hero"}, {label: "About Us", href: "/#about"}, {label: "Solutions", href: "/#features"}]},
{items: [{label: "Clients", href: "/#social-proof"}, {label: "Testimonials", href: "/#testimonials"}, {label: "Contact", href: "/#contact"}]}
]}
ariaLabel="Site footer for InLight company."
/>
@@ -136,8 +136,8 @@ export default function ShopPage() {
<FooterLogoEmphasis
logoText="InLight"
columns={[
{items: [{label: "Home", href: "#hero"}, {label: "About Us", href: "#about"}, {label: "Solutions", href: "#features"}]},
{items: [{label: "Clients", href: "#social-proof"}, {label: "Testimonials", href: "#testimonials"}, {label: "Contact", href: "#contact"}]}
{items: [{label: "Home", href: "/#hero"}, {label: "About Us", href: "/#about"}, {label: "Solutions", href: "/#features"}]},
{items: [{label: "Clients", href: "/#social-proof"}, {label: "Testimonials", href: "/#testimonials"}, {label: "Contact", href: "/#contact"}]}
]}
ariaLabel="Site footer for InLight company."
/>