Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #9.
This commit is contained in:
@@ -3,13 +3,12 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import { Award, Image, Instagram } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -133,25 +132,37 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ErfvUdw1p1akOB4VQnig1d62X5/uploaded-1780943650390-60gdqa48.jpg"
|
||||
imageAlt="Foxen Studio Hero Image for Footer"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ErfvUdw1p1akOB4VQnig1d62X5/uploaded-1780942007426-gq5xyod2.jpg"
|
||||
logoAlt="Foxen Studio Logo"
|
||||
logoText="@FOXEN STUDIO"
|
||||
copyrightText="2024–2026 Licence in Graphic Design | Languages: Arabic: Native, English: B2, French: A1"
|
||||
socialLinks={[
|
||||
copyrightText="© 2025 | Foxen Studio. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
icon: Award,
|
||||
href: "https://dribbble.com/sourourbousba", ariaLabel: "Dribbble profile"},
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Work", href: "/work" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/sourourbousba", ariaLabel: "Instagram profile"},
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/#about" },
|
||||
{ label: "Projects", href: "/#featured-projects" },
|
||||
],
|
||||
},
|
||||
{
|
||||
icon: Image,
|
||||
href: "https://behance.net/sourourbousba", ariaLabel: "Behance profile"},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user