Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f00cacb651 | |||
| cf58703b2a | |||
| bb65d08194 | |||
| 15e32fe83b |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
|||||||
import { ChevronRight } from "lucide-react";
|
import { ChevronRight } from "lucide-react";
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
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 FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
@@ -122,7 +122,7 @@ export default function LandingPage() {
|
|||||||
{ id: "q1", title: "How do I start?", content: "Reach out via our contact form to schedule an initial consultation." },
|
{ id: "q1", title: "How do I start?", content: "Reach out via our contact form to schedule an initial consultation." },
|
||||||
{ id: "q2", title: "What defines our aesthetic?", content: "Quiet confidence, authentic craftsmanship, and uncompromising detail." }
|
{ id: "q2", title: "What defines our aesthetic?", content: "Quiet confidence, authentic craftsmanship, and uncompromising detail." }
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/gold-foil-texture-background_626616-160.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/gold-foil-texture-background_626616-160.jpg?_wi=1"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -138,17 +138,18 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterMedia
|
||||||
|
logoText="ROUDOUR"
|
||||||
|
imageSrc="http://img.b2bpic.net/free-photo/gold-foil-texture-background_626616-160.jpg?_wi=2"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }] },
|
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }] },
|
||||||
{ title: "Services", items: [{ label: "Consulting", href: "#services" }, { label: "Design", href: "#services" }] },
|
{ title: "Services", items: [{ label: "Consulting", href: "#services" }, { label: "Design", href: "#services" }] },
|
||||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
|
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2025 Roudour"
|
copyrightText="© 2025 Roudour. All Rights Reserved."
|
||||||
bottomRightText="All Rights Reserved"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user