Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-25 07:38:36 +00:00

View File

@@ -27,25 +27,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Projects",
id: "/projects",
},
name: "Projects", id: "/projects"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="MIKE-SHINE"
/>
@@ -58,19 +48,13 @@ export default function LandingPage() {
metrics={[
{
icon: Shield,
label: "Integrity",
value: "100%",
},
label: "Integrity", value: "100%"},
{
icon: Award,
label: "Professionalism",
value: "High",
},
label: "Professionalism", value: "High"},
{
icon: Zap,
label: "Efficiency",
value: "Fast",
},
label: "Efficiency", value: "Fast"},
]}
metricsAnimation="slide-up"
/>
@@ -85,27 +69,13 @@ export default function LandingPage() {
description="Meet the team building a legacy."
groups={[
{
id: "leadership",
groupTitle: "Management",
members: [
id: "leadership", groupTitle: "Management", members: [
{
id: "m1",
title: "Michael Shine",
subtitle: "CEO",
detail: "15 years of industry leadership.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-architect-close-up_23-2148243014.jpg",
},
id: "m1", title: "Michael Shine", subtitle: "CEO", detail: "15 years of industry leadership.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-architect-close-up_23-2148243014.jpg"},
{
id: "m2",
title: "Jane Doe",
subtitle: "Operations Manager",
detail: "Streamlining projects for efficiency.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg",
},
id: "m2", title: "Jane Doe", subtitle: "Operations Manager", detail: "Streamlining projects for efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-working-roof_23-2149343672.jpg?_wi=2",
imageAlt: "Portrait of smiley architect close-up",
},
imageAlt: "Portrait of smiley architect close-up"},
]}
/>
</div>
@@ -114,13 +84,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="MIKE-SHINE"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Contact Us",
href: "/contact",
}}
text: "Contact Us", href: "/contact"}}
/>
</div>
</ReactLenis>