Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9beebdf4f6 | |||
| 126cc9b20d | |||
| 6d15aa0794 | |||
| f00cacb651 | |||
| af5104d3f9 | |||
| cf58703b2a | |||
| bb65d08194 | |||
| 4192038943 | |||
| 15e32fe83b | |||
| e4d7c25402 | |||
| b475a8c543 |
@@ -2,15 +2,15 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,6 +34,7 @@ export default function LandingPage() {
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="ROUDOUR"
|
||||
@@ -52,10 +53,7 @@ export default function LandingPage() {
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/white-abstract-architectural-detail-against-blue-sky_23-2148139871.jpg", imageAlt: "Luxury interior design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-thimbles-thread_23-2148527981.jpg", imageAlt: "Handcrafted precision" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/marble-texture-background_24837-262.jpg", imageAlt: "Minimalist marble texture" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/window-shadow-bedroom-wall_23-2148870644.jpg", imageAlt: "Elegantly lit living room" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/gold-foil-texture-background_626616-160.jpg", imageAlt: "Soft gold accents" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/workplace-items-assortment-top-view_23-2148975808.jpg", imageAlt: "Premium workspace" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/marble-texture-background_24837-262.jpg", imageAlt: "Minimalist marble texture" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -64,11 +62,9 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Luxe Living", "Artisan Collective", "The Sterling Group", "Modern Heritage", "Elite Designs", "Signature Homes", "Precision Studio"
|
||||
]}
|
||||
names={["Luxe Living", "Artisan Collective", "The Sterling Group", "Modern Heritage", "Elite Designs"]}
|
||||
title="Trusted by Visionaries"
|
||||
description="We are honored to have worked with industry leaders and discerning individuals who value true craftsmanship."
|
||||
description="We are honored to have worked with industry leaders and discerning individuals."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -84,7 +80,6 @@ export default function LandingPage() {
|
||||
{ title: "Trust", description: "Building relationships that last a lifetime." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/technological-piece-background_23-2148882601.jpg"
|
||||
imageAlt="Our commitment to craftsmanship"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -95,66 +90,63 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Bespoke Design", description: "Customized solutions shaped to your unique vision.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dark-square-plates-with-empty-cup-dark-surface-cutlery-restaurant-lunch-color-coffee-plate-tea-drink_179666-19752.jpg", imageAlt: "Bespoke design" },
|
||||
{ title: "Premium Consultation", description: "Strategic guidance for high-end investments.", imageSrc: "http://img.b2bpic.net/free-photo/master-working-with-metallic-equipments_114579-12213.jpg", imageAlt: "Consultation service" },
|
||||
{ title: "Curated Experiences", description: "Exceptional service for exclusive requirements.", imageSrc: "http://img.b2bpic.net/free-photo/detail-brown-black-feather-backgrounds_23-2148114526.jpg", imageAlt: "Curated experience" }
|
||||
{ title: "Premium Consultation", description: "Strategic guidance for high-end investments.", imageSrc: "http://img.b2bpic.net/free-photo/master-working-with-metallic-equipments_114579-12213.jpg", imageAlt: "Consultation service" }
|
||||
]}
|
||||
title="Our Signature Services"
|
||||
description="Tailored experiences designed for those who refuse to settle for anything less than excellence."
|
||||
description="Tailored experiences for those who refuse to settle."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
<TestimonialCardSix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
title="Client Perspectives"
|
||||
description="Refined elegance validated by our partners."
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah J.", role: "Creative Director", testimonial: "From the first interaction, I knew this was different. Flawless execution.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg" },
|
||||
{ id: "2", name: "Michael Chen", role: "Architect", testimonial: "Roudour doesn't just deliver a service, they deliver an experience. Simply elite.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-skeptical-bearded-man-grimacing-displeased-dont-like-something-standing-reluctant-against_1258-111768.jpg" },
|
||||
{ id: "3", name: "Emily R.", role: "Founder", testimonial: "The quality and care provided were simply unmatched. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-hat-sitting-box-white-wall_176420-8478.jpg" },
|
||||
{ id: "4", name: "David K.", role: "Director", testimonial: "Professional, refined, and truly premium service from start to finish.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-escalator-talking-mobile-phone_107420-63601.jpg" },
|
||||
{ id: "5", name: "Alex T.", role: "Client", testimonial: "A rare blend of creativity and precision. I am thoroughly impressed.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021812.jpg" }
|
||||
{ id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Flawless execution from start to finish. Truly elite standards." },
|
||||
{ id: "2", name: "Michael C.", handle: "@michaelc", testimonial: "An unmatched experience. Highly recommended for any visionary project." }
|
||||
]}
|
||||
title="Words From Our Clients"
|
||||
description="Experience the difference through those who have chosen us."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
<FaqSplitMedia
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="blur-reveal"
|
||||
faqs={[
|
||||
{ id: "q1", title: "How do I start?", content: "Simply reach out via our contact form to schedule an initial consultation." },
|
||||
{ id: "q2", title: "What makes Roudour different?", content: "Our commitment to uncompromising quality and a deeply personalized approach." },
|
||||
{ id: "q3", title: "What industries do you serve?", content: "We cater to high-net-worth individuals and premium businesses globally." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Clear answers for our discerning clients."
|
||||
faqs={[
|
||||
{ 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." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gold-foil-texture-background_626616-160.jpg?_wi=1"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
<ContactSplit
|
||||
tag="Inquire"
|
||||
title="Begin Your Experience"
|
||||
description="Contact us today to discuss your vision."
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Begin Your Experience. Contact us today to discuss your vision."
|
||||
buttons={[
|
||||
{ text: "Contact Us", href: "mailto:hello@roudour.com" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/window-shadow-bedroom-wall_23-2148870644.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }] },
|
||||
{ title: "Contact", items: [{ label: "Enquire", href: "#contact" }, { label: "Support", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }] }
|
||||
]}
|
||||
<FooterMedia
|
||||
logoText="ROUDOUR"
|
||||
copyrightText="© 2025 Roudour. All rights reserved."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gold-foil-texture-background_626616-160.jpg?_wi=2"
|
||||
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: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2025 Roudour. All Rights Reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user