Merge version_3 into main #5
@@ -96,7 +96,10 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[]}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Alice Dupont", role: "CEO", company: "TechCorp", rating: 5 },
|
||||
{ id: "2", name: "Marc Lefebvre", role: "Manager", company: "DesignStudio", rating: 5 }
|
||||
]}
|
||||
kpiItems={[{value: "100+", label: "Clients"}, {value: "500+", label: "Tasks"}, {value: "10+", label: "Years"}]}
|
||||
title="Voices of our community."
|
||||
description="See why industry leaders trust us with their vision."
|
||||
@@ -106,7 +109,11 @@ export default function LandingPage() {
|
||||
<div id="practical" data-section="practical">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[]}
|
||||
faqs={[
|
||||
{ id: "addr", title: "Our Address", content: "5 Grande Rue, 69110 Sainte-Foy-lès-Lyon" },
|
||||
{ id: "hrs", title: "Opening Hours", content: "Mon-Fri: 9am-7pm, Sat: 10am-4pm" },
|
||||
{ id: "con", title: "Contact Details", content: "Phone: +33 4 72 00 00 00 | Email: contact@regine.fr" }
|
||||
]}
|
||||
sideTitle="Practical Information"
|
||||
sideDescription="Everything you need to know about visiting us and finding our office."
|
||||
faqsAnimation="slide-up"
|
||||
@@ -126,7 +133,10 @@ export default function LandingPage() {
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gray-colored-paint-strokes_23-2147746863.jpg"
|
||||
logoText="Regine"
|
||||
columns={[]}
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f4ef;
|
||||
--card: #dad6cd;
|
||||
--foreground: #2a2928;
|
||||
--primary-cta: #2a2928;
|
||||
--background: #0F0F0F;
|
||||
--card: #1A1A1A;
|
||||
--foreground: #FFFFFF;
|
||||
--primary-cta: #C9A84C;
|
||||
--primary-cta-text: #f5f4ef;
|
||||
--secondary-cta: #ecebea;
|
||||
--secondary-cta: #1A1A1A;
|
||||
--secondary-cta-text: #2a2928;
|
||||
--accent: #ffffff;
|
||||
--background-accent: #c6b180;
|
||||
--accent: #C9A84C;
|
||||
--background-accent: #262626;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user