Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 278de67c17 | |||
| 127b22f2d8 |
281
src/app/page.tsx
281
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "services"},
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Projects",
|
name: "Projects", id: "projects"},
|
||||||
id: "projects",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Admin Portal",
|
name: "Admin Portal", id: "/admin"},
|
||||||
id: "/admin",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="BRIDAN"
|
brandName="BRIDAN"
|
||||||
/>
|
/>
|
||||||
@@ -60,71 +50,44 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="We Build the Future of Digital Systems"
|
title="We Build the Future of Digital Systems"
|
||||||
description="Enterprise-grade AI, SaaS infrastructure, and software solutions designed for the next digital frontier. Code. Modify. Elevate."
|
description="Enterprise-grade AI, SaaS infrastructure, and software solutions designed for the next digital frontier. Code. Modify. Elevate."
|
||||||
kpis={[
|
kpis={[
|
||||||
{
|
{
|
||||||
value: "150+",
|
value: "150+", label: "Projects Delivered"},
|
||||||
label: "Projects Delivered",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "99.9%",
|
value: "99.9%", label: "System Uptime"},
|
||||||
label: "System Uptime",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "24/7",
|
value: "24/7", label: "Expert Support"},
|
||||||
label: "Expert Support",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={true}
|
||||||
imageSrc="http://img.b2bpic.net/free-vector/scifi-futuristic-hud-dashboard-display-virtual-reality-technology-screen_1150-64383.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiAZWe3IPYT27EuN9Plo64gcP1/uploaded-1778755661050-dg7b4ngv.jpg?_wi=1"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-vector/dashboard-user-panel_23-2148433573.jpg",
|
src: "http://img.b2bpic.net/free-vector/dashboard-user-panel_23-2148433573.jpg", alt: "Dashboard user panel"},
|
||||||
alt: "Dashboard user panel",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-vector/modern-infographic-element-collection_52683-1778.jpg",
|
src: "http://img.b2bpic.net/free-vector/modern-infographic-element-collection_52683-1778.jpg", alt: "Modern infographic element collection"},
|
||||||
alt: "Modern infographic element collection",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-vector/admin-dashboard-template-with-flat-design_23-2147866219.jpg",
|
src: "http://img.b2bpic.net/free-vector/admin-dashboard-template-with-flat-design_23-2147866219.jpg", alt: "Admin dashboard template with flat design"},
|
||||||
alt: "Admin dashboard template with flat design",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-vector/dashboard-user-panel_23-2148433572.jpg",
|
src: "http://img.b2bpic.net/free-vector/dashboard-user-panel_23-2148433572.jpg", alt: "Dashboard user panel"},
|
||||||
alt: "Dashboard user panel",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/panoramic-view-dubai-city-illuminated-neon-spectrum_23-2151305343.jpg",
|
src: "http://img.b2bpic.net/free-photo/panoramic-view-dubai-city-illuminated-neon-spectrum_23-2151305343.jpg", alt: "Panoramic view of dubai city illuminated in a neon spectrum"},
|
||||||
alt: "Panoramic view of dubai city illuminated in a neon spectrum",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 500+ global enterprises"
|
avatarText="Trusted by 500+ global enterprises"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "AI Integration"},
|
||||||
text: "AI Integration",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Cloud Infrastructure"},
|
||||||
text: "Cloud Infrastructure",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Data Engineering"},
|
||||||
text: "Data Engineering",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Cybersecurity"},
|
||||||
text: "Cybersecurity",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Systems Architecture"},
|
||||||
text: "Systems Architecture",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -136,26 +99,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "AI Systems", description: "Custom neural networks and intelligent data processing.", tag: "AI", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiAZWe3IPYT27EuN9Plo64gcP1/uploaded-1778755661050-dg7b4ngv.jpg?_wi=2"},
|
||||||
title: "AI Systems",
|
|
||||||
description: "Custom neural networks and intelligent data processing.",
|
|
||||||
tag: "AI",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/geometric-bokeh_1017-3221.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Fintech Platforms", description: "High-frequency payment infrastructure and secure ledgers.", tag: "Fintech", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiAZWe3IPYT27EuN9Plo64gcP1/uploaded-1778755661050-dg7b4ngv.jpg?_wi=3"},
|
||||||
title: "Fintech Platforms",
|
|
||||||
description: "High-frequency payment infrastructure and secure ledgers.",
|
|
||||||
tag: "Fintech",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12013.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "SaaS Infrastructure", description: "Cloud-native architectures that scale with you.", tag: "Cloud", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiAZWe3IPYT27EuN9Plo64gcP1/uploaded-1778755661050-dg7b4ngv.jpg?_wi=4"},
|
||||||
title: "SaaS Infrastructure",
|
|
||||||
description: "Cloud-native architectures that scale with you.",
|
|
||||||
tag: "Cloud",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-background-with-connecting-dots-lines_1048-5910.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Engineering Services"
|
title="Our Engineering Services"
|
||||||
description="Scalable solutions for your core business challenges."
|
description="Scalable solutions for your core business challenges."
|
||||||
@@ -169,15 +117,11 @@ export default function LandingPage() {
|
|||||||
description="At Bridan, we operate at the intersection of high-speed performance and enterprise-grade security. Our systems are built to endure."
|
description="At Bridan, we operate at the intersection of high-speed performance and enterprise-grade security. Our systems are built to endure."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
value: "100%",
|
value: "100%", title: "Client Retention"},
|
||||||
title: "Client Retention",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "50+",
|
value: "50+", title: "Global Experts"},
|
||||||
title: "Global Experts",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/team-software-engineers-doing-brainstorming-office_482257-123976.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiAZWe3IPYT27EuN9Plo64gcP1/uploaded-1778755661050-dg7b4ngv.jpg?_wi=5"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -190,36 +134,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", tag: "Starter", price: "$15k", period: "/mo", description: "Foundation for startups.", button: {
|
||||||
tag: "Starter",
|
text: "Get Started"},
|
||||||
price: "$15k",
|
featuresTitle: "Includes:", features: [
|
||||||
period: "/mo",
|
"Infrastructure Setup", "Security Audit", "1 DevOps Engineer"],
|
||||||
description: "Foundation for startups.",
|
|
||||||
button: {
|
|
||||||
text: "Get Started",
|
|
||||||
},
|
|
||||||
featuresTitle: "Includes:",
|
|
||||||
features: [
|
|
||||||
"Infrastructure Setup",
|
|
||||||
"Security Audit",
|
|
||||||
"1 DevOps Engineer",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", tag: "Scale", price: "$45k", period: "/mo", description: "Built for growth.", button: {
|
||||||
tag: "Scale",
|
text: "Get Started"},
|
||||||
price: "$45k",
|
featuresTitle: "Includes:", features: [
|
||||||
period: "/mo",
|
"Advanced AI APIs", "24/7 SLA", "Full Team Access"],
|
||||||
description: "Built for growth.",
|
|
||||||
button: {
|
|
||||||
text: "Get Started",
|
|
||||||
},
|
|
||||||
featuresTitle: "Includes:",
|
|
||||||
features: [
|
|
||||||
"Advanced AI APIs",
|
|
||||||
"24/7 SLA",
|
|
||||||
"Full Team Access",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Engineering Engagement"
|
title="Engineering Engagement"
|
||||||
@@ -234,23 +158,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
team={[
|
team={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Alex Riv", role: "Principal Architect", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiAZWe3IPYT27EuN9Plo64gcP1/uploaded-1778755661050-dg7b4ngv.jpg?_wi=6"},
|
||||||
name: "Alex Riv",
|
|
||||||
role: "Principal Architect",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-real-estate-agent_23-2151064882.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Sarah Lee", role: "Head of AI", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiAZWe3IPYT27EuN9Plo64gcP1/uploaded-1778755661050-dg7b4ngv.jpg?_wi=7"},
|
||||||
name: "Sarah Lee",
|
|
||||||
role: "Head of AI",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Mark Chen", role: "DevOps Lead", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiAZWe3IPYT27EuN9Plo64gcP1/uploaded-1778755661050-dg7b4ngv.jpg?_wi=8"},
|
||||||
name: "Mark Chen",
|
|
||||||
role: "DevOps Lead",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Elite Architects"
|
title="Our Elite Architects"
|
||||||
description="The minds building your digital future."
|
description="The minds building your digital future."
|
||||||
@@ -264,59 +176,28 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5,
|
||||||
name: "Sarah Johnson",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiAZWe3IPYT27EuN9Plo64gcP1/uploaded-1778755661050-dg7b4ngv.jpg?_wi=9"},
|
||||||
role: "CEO",
|
|
||||||
company: "TechCorp",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-exhausted-workaholic-man-manager-typing-financial-strategy-using-laptop-computer-while-sitting-desk-table-business-company-office_482257-2321.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Michael Chen", role: "CTO", company: "InnovateLab", rating: 5,
|
||||||
name: "Michael Chen",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiAZWe3IPYT27EuN9Plo64gcP1/uploaded-1778755661050-dg7b4ngv.jpg?_wi=10"},
|
||||||
role: "CTO",
|
|
||||||
company: "InnovateLab",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emily Rodriguez", role: "Marketing Director", company: "GrowthCo", rating: 5,
|
||||||
name: "Emily Rodriguez",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiAZWe3IPYT27EuN9Plo64gcP1/uploaded-1778755661050-dg7b4ngv.jpg?_wi=11"},
|
||||||
role: "Marketing Director",
|
|
||||||
company: "GrowthCo",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_1262-20882.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David Kim", role: "Product Manager", company: "StartupXYZ", rating: 5,
|
||||||
name: "David Kim",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiAZWe3IPYT27EuN9Plo64gcP1/uploaded-1778755661050-dg7b4ngv.jpg?_wi=12"},
|
||||||
role: "Product Manager",
|
|
||||||
company: "StartupXYZ",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-business-people-posing-office-hallway_1262-20204.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "John Doe", role: "Founder", company: "GlobalFlow", rating: 5,
|
||||||
name: "John Doe",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiAZWe3IPYT27EuN9Plo64gcP1/uploaded-1778755661050-dg7b4ngv.jpg?_wi=13"},
|
||||||
role: "Founder",
|
|
||||||
company: "GlobalFlow",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holding-schematics_23-2148269799.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{
|
||||||
value: "10x",
|
value: "10x", label: "Velocity"},
|
||||||
label: "Velocity",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "50%",
|
value: "50%", label: "Cost Reduced"},
|
||||||
label: "Cost Reduced",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "99%",
|
value: "99%", label: "Satisfaction"},
|
||||||
label: "Satisfaction",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Engineered for Excellence"
|
title="Engineered for Excellence"
|
||||||
description="Trusted by leaders across industries."
|
description="Trusted by leaders across industries."
|
||||||
@@ -328,14 +209,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Microsoft",
|
"Microsoft", "Google", "Tesla", "OpenAI", "AWS", "Nvidia", "Stripe"]}
|
||||||
"Google",
|
|
||||||
"Tesla",
|
|
||||||
"OpenAI",
|
|
||||||
"AWS",
|
|
||||||
"Nvidia",
|
|
||||||
"Stripe",
|
|
||||||
]}
|
|
||||||
title="Powered by Industry Leaders"
|
title="Powered by Industry Leaders"
|
||||||
description="Driving innovation globally."
|
description="Driving innovation globally."
|
||||||
/>
|
/>
|
||||||
@@ -347,20 +221,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "How do we scale?", content: "We utilize microservices and cloud-native auto-scaling."},
|
||||||
title: "How do we scale?",
|
|
||||||
content: "We utilize microservices and cloud-native auto-scaling.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "Is security standard?", content: "Security is built into our core architectural decisions."},
|
||||||
title: "Is security standard?",
|
|
||||||
content: "Security is built into our core architectural decisions.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "Can you handle government projects?", content: "Yes, we specialize in high-security government infrastructure."},
|
||||||
title: "Can you handle government projects?",
|
|
||||||
content: "Yes, we specialize in high-security government infrastructure.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Clear answers for our partners."
|
description="Clear answers for our partners."
|
||||||
@@ -375,49 +240,33 @@ export default function LandingPage() {
|
|||||||
description="Send us your project scope and let's get building."
|
description="Send us your project scope and let's get building."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Name"},
|
||||||
type: "text",
|
|
||||||
placeholder: "Name",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Email"},
|
||||||
type: "email",
|
|
||||||
placeholder: "Email",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Your message"}}
|
||||||
placeholder: "Your message",
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiAZWe3IPYT27EuN9Plo64gcP1/uploaded-1778755661050-dg7b4ngv.jpg?_wi=14"
|
||||||
}}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/cybersecurity-concept-illustration_23-2151883573.jpg"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-sci-fi-space-tunnel-passageway-with-glowing-shiny-lights_181624-20241.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiAZWe3IPYT27EuN9Plo64gcP1/uploaded-1778755661050-dg7b4ngv.jpg?_wi=15"
|
||||||
logoText="BRIDAN"
|
logoText="BRIDAN"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About",
|
label: "About", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy",
|
label: "Privacy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -426,4 +275,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user