Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
|||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
@@ -276,12 +276,33 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterMedia
|
||||||
logoText="Gite d'étape Ouanskra"
|
logoText="Gite d'étape Ouanskra"
|
||||||
leftLink={{
|
imageSrc="http://img.b2bpic.net/free-photo/woman-with-her-coffee-sitting-outdoors-porch_53876-97154.jpg"
|
||||||
text: "Privacy Policy", href: "#"}}
|
imageAlt="Gite d'étape Ouanskra exterior"
|
||||||
rightLink={{
|
columns={[
|
||||||
text: "Terms of Service", href: "#"}}
|
{
|
||||||
|
title: "Explore", items: [
|
||||||
|
{
|
||||||
|
label: "Home", href: "#home"},
|
||||||
|
{
|
||||||
|
label: "About", href: "#about"},
|
||||||
|
{
|
||||||
|
label: "Features", href: "#features"},
|
||||||
|
{
|
||||||
|
label: "Rooms", href: "#rooms"},
|
||||||
|
{
|
||||||
|
label: "Pricing", href: "#pricing"},
|
||||||
|
]},
|
||||||
|
{
|
||||||
|
title: "Legal", items: [
|
||||||
|
{
|
||||||
|
label: "Privacy Policy", href: "#"},
|
||||||
|
{
|
||||||
|
label: "Terms of Service", href: "#"},
|
||||||
|
]},
|
||||||
|
]}
|
||||||
|
copyrightText="© 2025 | Gite d'étape Ouanskra"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f7f6f7;
|
--background: #e3deea;
|
||||||
--card: #ffffff;
|
--card: #ffffff;
|
||||||
--foreground: #25190c;
|
--foreground: #27231f;
|
||||||
--primary-cta: #ff6207;
|
--primary-cta: #27231f;
|
||||||
--primary-cta-text: #f7f6f7;
|
--primary-cta-text: #f7f6f7;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #25190c;
|
--secondary-cta-text: #25190c;
|
||||||
--accent: #ffce93;
|
--accent: #c68a62;
|
||||||
--background-accent: #e8cfa8;
|
--background-accent: #c68a62;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user