Merge version_1 into main #3
@@ -23,72 +23,62 @@ export default function LandingPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Projects", id: "/projects"},
|
||||
{
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="MIKE-SHINE"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Projects", id: "/projects" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="MIKE-SHINE"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about-body" data-section="about-body">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="About MIKE-SHINE"
|
||||
metrics={[
|
||||
{
|
||||
icon: Shield,
|
||||
label: "Integrity", value: "100%"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Professionalism", value: "High"},
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Efficiency", value: "Fast"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about-body" data-section="about-body">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="About MIKE-SHINE"
|
||||
metrics={[
|
||||
{ icon: Shield, label: "Integrity", value: "100%" },
|
||||
{ icon: Award, label: "Professionalism", value: "High" },
|
||||
{ icon: Zap, label: "Efficiency", value: "Fast" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Our Leadership"
|
||||
description="Meet the team building a legacy."
|
||||
groups={[
|
||||
{
|
||||
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: "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"},
|
||||
],
|
||||
imageAlt: "Portrait of smiley architect close-up"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Our Leadership"
|
||||
description="Meet the team building a legacy."
|
||||
groups={[
|
||||
{
|
||||
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: "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"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="MIKE-SHINE"
|
||||
leftLink={{
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact Us", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="MIKE-SHINE"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Contact Us", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -11,8 +11,8 @@ import { Open_Sans } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'MIKE-SHINE Global Investment | Premium Roofing in Port Harcourt',
|
||||
description: 'Professional roofing and structural finishing in Port Harcourt. Durable, elegant, and engineered to last.',
|
||||
title: 'About Us | MIKE-SHINE',
|
||||
description: 'Learn about our leadership and commitment to quality roofing solutions in Port Harcourt.',
|
||||
openGraph: {
|
||||
"title": "MIKE-SHINE Global Investment",
|
||||
"description": "Premium roofing solutions in Port Harcourt.",
|
||||
|
||||
Reference in New Issue
Block a user