Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-04-15 15:37:53 +00:00

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import { ChevronRight } from "lucide-react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -138,17 +138,18 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterSimple
<FooterMedia
logoText="ROUDOUR"
imageSrc="http://img.b2bpic.net/free-photo/gold-foil-texture-background_626616-160.jpg"
columns={[
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }] },
{ title: "Services", items: [{ label: "Consulting", href: "#services" }, { label: "Design", href: "#services" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
]}
bottomLeftText="© 2025 Roudour"
bottomRightText="All Rights Reserved"
copyrightText="© 2025 Roudour. All Rights Reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}