Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-12 00:30:25 +00:00

View File

@@ -13,7 +13,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { ShieldCheck, Users, Zap } from "lucide-react";
import { ShieldCheck, Users, Zap, Cloud, PieChart, Shield, Globe } from "lucide-react";
export default function LandingPage() {
return (
@@ -34,21 +34,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Features",
id: "features",
},
name: "Features", id: "features"},
{
name: "Solutions",
id: "products",
},
name: "Solutions", id: "products"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Schull Tech"
/>
@@ -57,42 +49,27 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Future-Proof Your Business with Schull Technology"
description="Innovative software solutions designed to scale, secure, and accelerate your digital transformation."
tag="Next-Gen Tech"
buttons={[
{
text: "Get Started",
href: "#contact",
},
text: "Get Started", href: "#contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182529.jpg",
imageAlt: "Tech background nodes",
},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182529.jpg", imageAlt: "Tech background nodes"},
{
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-hi-tech-neon-background-generative-ai_91128-2310.jpg",
imageAlt: "Data server room",
},
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-hi-tech-neon-background-generative-ai_91128-2310.jpg", imageAlt: "Data server room"},
{
imageSrc: "http://img.b2bpic.net/free-photo/artistic-background-wallpaper-with-color-halftone-effect_58702-8860.jpg",
imageAlt: "Circuit board light",
},
imageSrc: "http://img.b2bpic.net/free-photo/artistic-background-wallpaper-with-color-halftone-effect_58702-8860.jpg", imageAlt: "Circuit board light"},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182539.jpg",
imageAlt: "Tech nodes repeat",
},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182539.jpg", imageAlt: "Tech nodes repeat"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-gym-machine_23-2148656512.jpg",
imageAlt: "Server rack repeat",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-gym-machine_23-2148656512.jpg", imageAlt: "Server rack repeat"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hard-drive-components-still-life_23-2149417028.jpg",
imageAlt: "Circuit flow repeat",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hard-drive-components-still-life_23-2149417028.jpg", imageAlt: "Circuit flow repeat"},
]}
mediaAnimation="slide-up"
/>
@@ -105,19 +82,13 @@ export default function LandingPage() {
metrics={[
{
icon: Zap,
label: "Deployments",
value: "150+",
},
label: "Deployments", value: "150+"},
{
icon: ShieldCheck,
label: "Security Rate",
value: "99.9%",
},
label: "Security Rate", value: "99.9%"},
{
icon: Users,
label: "Happy Clients",
value: "500+",
},
label: "Happy Clients", value: "500+"},
]}
metricsAnimation="slide-up"
/>
@@ -129,28 +100,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Cloud Infrastructure",
description: "High availability, scalable cloud hosting environments.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037209.jpg",
buttonIcon: "Cloud",
title: "Cloud Infrastructure", description: "High availability, scalable cloud hosting environments.", imageSrc: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037209.jpg", buttonIcon: Cloud,
},
{
title: "Advanced Analytics",
description: "Data-driven insights with real-time reporting.",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg",
buttonIcon: "PieChart",
title: "Advanced Analytics", description: "Data-driven insights with real-time reporting.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg", buttonIcon: PieChart,
},
{
title: "Security Protocol",
description: "Enterprise-grade protection against modern threats.",
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concept-with-neon-icons_23-2151998480.jpg",
buttonIcon: "Shield",
title: "Security Protocol", description: "Enterprise-grade protection against modern threats.", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concept-with-neon-icons_23-2151998480.jpg", buttonIcon: Shield,
},
{
title: "Global Connectivity",
description: "Reliable integration across all distributed teams.",
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-artificial-intelligence-futuristic-communication-network-technology_53876-129773.jpg",
buttonIcon: "Globe",
title: "Global Connectivity", description: "Reliable integration across all distributed teams.", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-artificial-intelligence-futuristic-communication-network-technology_53876-129773.jpg", buttonIcon: Globe,
},
]}
title="Core Capabilities"
@@ -165,26 +124,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "400ms",
title: "Latency",
description: "Industry-leading global response times.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-smartphone-with-colorful-app-icons_1134-49.jpg",
},
id: "m1", value: "400ms", title: "Latency", description: "Industry-leading global response times.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-smartphone-with-colorful-app-icons_1134-49.jpg"},
{
id: "m2",
value: "24/7",
title: "Support",
description: "Continuous monitoring and expert assistance.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg",
},
id: "m2", value: "24/7", title: "Support", description: "Continuous monitoring and expert assistance.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg"},
{
id: "m3",
value: "5x",
title: "Growth",
description: "Accelerating your business performance.",
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-shield-protecting-data_23-2151967442.jpg",
},
id: "m3", value: "5x", title: "Growth", description: "Accelerating your business performance.", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-shield-protecting-data_23-2151967442.jpg"},
]}
title="Performance Standards"
description="Delivering measurable results through technical excellence."
@@ -199,47 +143,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "License Keys",
price: "$99",
variant: "Premium",
imageSrc: "http://img.b2bpic.net/free-vector/business-background-design_1212-211.jpg",
},
id: "p1", name: "License Keys", price: "$99", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-vector/business-background-design_1212-211.jpg"},
{
id: "p2",
name: "Data Storage",
price: "$149",
variant: "Enterprise",
imageSrc: "http://img.b2bpic.net/free-vector/cloud-with-layers-set_78370-10871.jpg",
},
id: "p2", name: "Data Storage", price: "$149", variant: "Enterprise", imageSrc: "http://img.b2bpic.net/free-vector/cloud-with-layers-set_78370-10871.jpg"},
{
id: "p3",
name: "API Suite",
price: "$299",
variant: "Pro",
imageSrc: "http://img.b2bpic.net/free-photo/settings-icon-front-side-with-white-background_187299-39966.jpg",
},
id: "p3", name: "API Suite", price: "$299", variant: "Pro", imageSrc: "http://img.b2bpic.net/free-photo/settings-icon-front-side-with-white-background_187299-39966.jpg"},
{
id: "p4",
name: "RoboOps",
price: "$499",
variant: "Automation",
imageSrc: "http://img.b2bpic.net/free-photo/robots-exercising-rowing-machine_1048-11634.jpg",
},
id: "p4", name: "RoboOps", price: "$499", variant: "Automation", imageSrc: "http://img.b2bpic.net/free-photo/robots-exercising-rowing-machine_1048-11634.jpg"},
{
id: "p5",
name: "TaskFlow",
price: "$79",
variant: "Standard",
imageSrc: "http://img.b2bpic.net/free-photo/communication-social-media-icons-smartphone-device_23-2150781041.jpg",
},
id: "p5", name: "TaskFlow", price: "$79", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/communication-social-media-icons-smartphone-device_23-2150781041.jpg"},
{
id: "p6",
name: "AI Brain",
price: "$899",
variant: "Elite",
imageSrc: "http://img.b2bpic.net/free-photo/geometric-abstract-light-bulb-creative-idea-technology-innovation-design_53876-160230.jpg",
},
id: "p6", name: "AI Brain", price: "$899", variant: "Elite", imageSrc: "http://img.b2bpic.net/free-photo/geometric-abstract-light-bulb-creative-idea-technology-innovation-design_53876-160230.jpg"},
]}
title="Our Solutions"
description="Explore our curated list of tech productivity tools."
@@ -251,14 +165,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Microsoft",
"TechCorp",
"InnoSystems",
"DataFlow",
"CyberShield",
"SoftEngine",
"InnovateX",
]}
"Microsoft", "TechCorp", "InnoSystems", "DataFlow", "CyberShield", "SoftEngine", "InnovateX"]}
title="Trusted by Leaders"
description="Partnering with industry pioneers."
/>
@@ -271,40 +178,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sarah Jenkins",
role: "CTO",
testimonial: "Exceptional service and deep technical expertise.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-man-flannel-suit-glasses-listening-music_613910-12191.jpg",
},
id: "t1", name: "Sarah Jenkins", role: "CTO", testimonial: "Exceptional service and deep technical expertise.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-man-flannel-suit-glasses-listening-music_613910-12191.jpg"},
{
id: "t2",
name: "Mark Evans",
role: "Engineer",
testimonial: "Transformed our software capabilities overnight.",
imageSrc: "http://img.b2bpic.net/free-photo/jolly-excited-handsome-male-specialist-working-with-tablet-looking-camera_1262-14260.jpg",
},
id: "t2", name: "Mark Evans", role: "Engineer", testimonial: "Transformed our software capabilities overnight.", imageSrc: "http://img.b2bpic.net/free-photo/jolly-excited-handsome-male-specialist-working-with-tablet-looking-camera_1262-14260.jpg"},
{
id: "t3",
name: "Lisa Wang",
role: "Founder",
testimonial: "The best partner for our digital transformation.",
imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138822.jpg",
},
id: "t3", name: "Lisa Wang", role: "Founder", testimonial: "The best partner for our digital transformation.", imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138822.jpg"},
{
id: "t4",
name: "Kevin Ross",
role: "Architect",
testimonial: "Reliable, scalable, and highly intuitive.",
imageSrc: "http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg",
},
id: "t4", name: "Kevin Ross", role: "Architect", testimonial: "Reliable, scalable, and highly intuitive.", imageSrc: "http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg"},
{
id: "t5",
name: "Anna Petrova",
role: "CEO",
testimonial: "Schull Tech redefined our expectations.",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-giving-presentation-group-people-board-room_637285-9152.jpg",
},
id: "t5", name: "Anna Petrova", role: "CEO", testimonial: "Schull Tech redefined our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-giving-presentation-group-people-board-room_637285-9152.jpg"},
]}
title="Client Success"
description="Hear what industry professionals are saying about us."
@@ -316,20 +198,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Is Schull Tech scalable?",
content: "Yes, all our solutions are designed with high scalability.",
},
id: "f1", title: "Is Schull Tech scalable?", content: "Yes, all our solutions are designed with high scalability."},
{
id: "f2",
title: "Do you offer support?",
content: "We offer 24/7 priority support for all enterprise partners.",
},
id: "f2", title: "Do you offer support?", content: "We offer 24/7 priority support for all enterprise partners."},
{
id: "f3",
title: "How do we get started?",
content: "Reach out through our contact form and we'll start a discovery session.",
},
id: "f3", title: "How do we get started?", content: "Reach out through our contact form and we'll start a discovery session."},
]}
sideTitle="Common Questions"
sideDescription="Need clarity? We have answers."
@@ -341,8 +214,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "animated-grid",
}}
variant: "animated-grid"}}
tag="Let's Talk"
title="Ready to innovate?"
description="Get in touch to discuss your next big project."
@@ -353,29 +225,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#",
},
label: "About", href: "#"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
{
label: "Support",
href: "#",
},
label: "Support", href: "#"},
],
},
]}