Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -8,7 +8,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import { Award, CheckCircle, Clock, Globe, Layout, Star, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
@@ -26,26 +26,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Portfolio", id: "/portfolio" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Nexora"
|
||||
/>
|
||||
@@ -58,38 +43,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Web Design",
|
||||
description: "High-performance, sleek websites.",
|
||||
bentoComponent: {
|
||||
reveal-icon: {
|
||||
icon: Globe,
|
||||
},
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/network-people-digital-world_9975-23272.jpg",
|
||||
imageAlt: "digital design ui ux icons",
|
||||
title: "Web Design", description: "High-performance, sleek websites.", bentoComponent: { icon: Globe },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/network-people-digital-world_9975-23272.jpg", imageAlt: "digital design ui ux icons"
|
||||
},
|
||||
{
|
||||
title: "Branding",
|
||||
description: "Identity design that stands out.",
|
||||
bentoComponent: {
|
||||
reveal-icon: {
|
||||
icon: Award,
|
||||
},
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-abstract-shape-glowing-grainy-textured_474888-8017.jpg?_wi=2",
|
||||
imageAlt: "digital design ui ux icons",
|
||||
title: "Branding", description: "Identity design that stands out.", bentoComponent: { icon: Award },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-abstract-shape-glowing-grainy-textured_474888-8017.jpg", imageAlt: "digital design ui ux icons"
|
||||
},
|
||||
{
|
||||
title: "UI/UX Design",
|
||||
description: "Intuitive, premium user interfaces.",
|
||||
bentoComponent: {
|
||||
reveal-icon: {
|
||||
icon: Layout,
|
||||
},
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443503.jpg?_wi=1",
|
||||
imageAlt: "digital design ui ux icons",
|
||||
},
|
||||
title: "UI/UX Design", description: "Intuitive, premium user interfaces.", bentoComponent: { icon: Layout },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443503.jpg", imageAlt: "digital design ui ux icons"
|
||||
}
|
||||
]}
|
||||
title="Our Services"
|
||||
description="Premium digital solutions crafted for innovation."
|
||||
@@ -104,53 +68,14 @@ export default function LandingPage() {
|
||||
title="Our Impact"
|
||||
description="Measuring success through results."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: CheckCircle,
|
||||
title: "Projects Completed",
|
||||
value: "150+",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Users,
|
||||
title: "Happy Clients",
|
||||
value: "80+",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Clock,
|
||||
title: "Hours of Innovation",
|
||||
value: "10k+",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
icon: Star,
|
||||
title: "Design Awards",
|
||||
value: "12",
|
||||
},
|
||||
{
|
||||
id: "m5",
|
||||
icon: Globe,
|
||||
title: "Countries Served",
|
||||
value: "25",
|
||||
},
|
||||
{ id: "m1", icon: CheckCircle, title: "Projects Completed", value: "150+" },
|
||||
{ id: "m2", icon: Users, title: "Happy Clients", value: "80+" },
|
||||
{ id: "m3", icon: Clock, title: "Hours of Innovation", value: "10k+" },
|
||||
{ id: "m4", icon: Star, title: "Design Awards", value: "12" },
|
||||
{ id: "m5", icon: Globe, title: "Countries Served", value: "25" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Nexora"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user