Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-06-08 18:09:26 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import FooterCard from '@/components/sections/footer/FooterCard';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import { Award, BarChart, FileText, Image, Instagram, Settings, Users } from "lucide-react";
@@ -26,17 +26,11 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Work",
id: "/work",
},
name: "Work", id: "/work"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ErfvUdw1p1akOB4VQnig1d62X5/uploaded-1780942007426-gq5xyod2.jpg"
logoAlt="Foxen Studio Logo"
@@ -47,7 +41,7 @@ export default function LandingPage() {
</div>
<div id="feature" data-section="feature">
<FeatureCardOne
<FeatureBorderGlow
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
@@ -57,32 +51,16 @@ export default function LandingPage() {
features={[
{
icon: Settings,
title: "Project Management",
description: "Oversee all active and archived projects with detailed tracking and status updates.",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-dynamic-background_23-2151899756.jpg",
imageAlt: "abstract tech pattern neon orange",
},
title: "Project Management", description: "Oversee all active and archived projects with detailed tracking and status updates."},
{
icon: Users,
title: "Client Directory",
description: "Manage client information, contact details, and project history in one secure place.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ErfvUdw1p1akOB4VQnig1d62X5/uploaded-1780942007425-lt8lo7yq.png?_wi=2",
imageAlt: "abstract tech pattern neon orange",
},
title: "Client Directory", description: "Manage client information, contact details, and project history in one secure place."},
{
icon: FileText,
title: "Content Editor",
description: "Easily update portfolio entries, blog posts, and website text with an intuitive editing interface.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ErfvUdw1p1akOB4VQnig1d62X5/uploaded-1780942007426-4ziw3jvu.jpg?_wi=2",
imageAlt: "abstract tech pattern neon orange",
},
title: "Content Editor", description: "Easily update portfolio entries, blog posts, and website text with an intuitive editing interface."},
{
icon: BarChart,
title: "Performance Analytics",
description: "Monitor website and project performance with insightful data visualizations and reports.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ErfvUdw1p1akOB4VQnig1d62X5/uploaded-1780942007426-gq5xyod2.jpg",
imageAlt: "abstract tech pattern neon orange",
},
title: "Performance Analytics", description: "Monitor website and project performance with insightful data visualizations and reports."},
]}
/>
</div>
@@ -96,19 +74,13 @@ export default function LandingPage() {
socialLinks={[
{
icon: Award,
href: "https://dribbble.com/sourourbousba",
ariaLabel: "Dribbble profile",
},
href: "https://dribbble.com/sourourbousba", ariaLabel: "Dribbble profile"},
{
icon: Instagram,
href: "https://instagram.com/sourourbousba",
ariaLabel: "Instagram profile",
},
href: "https://instagram.com/sourourbousba", ariaLabel: "Instagram profile"},
{
icon: Image,
href: "https://behance.net/sourourbousba",
ariaLabel: "Behance profile",
},
href: "https://behance.net/sourourbousba", ariaLabel: "Behance profile"},
]}
/>
</div>