Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8a107aa232 | |||
| ec5b0d65e2 | |||
| 47a820e80e | |||
| d62d20d66e | |||
| 45d0891eb5 | |||
| 1c736e5b47 | |||
| e6f794c519 |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #fffffae6;;
|
--background: #f8fcff;
|
||||||
--card: #fcfcfc;;
|
--card: #ffffff;
|
||||||
--foreground: #121200e6;;
|
--foreground: #00101f;
|
||||||
--primary-cta: #ffcf40;;
|
--primary-cta: #409fff;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;
|
||||||
--accent: #e2e2e2;;
|
--accent: #c7e2fc;
|
||||||
--background-accent: #c4c4c4;;
|
--background-accent: #9bcfff;
|
||||||
|
|
||||||
/* 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);
|
||||||
@@ -495,7 +495,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-dm-sans), sans-serif;
|
font-family: var(--font-inter-tight), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -508,5 +508,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-dm-sans), sans-serif;
|
font-family: var(--font-inter-tight), sans-serif;
|
||||||
}
|
}
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
@@ -7,7 +7,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
|
|||||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
import { Users, Archive, Clock, Globe } from "lucide-react";
|
import { Users, Archive, Clock, Globe } from "lucide-react";
|
||||||
|
|
||||||
@@ -143,16 +143,43 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<TeamCardOne
|
||||||
tag="Get In Touch"
|
title="Meet Our Team"
|
||||||
title="Plan Your Visit"
|
description="The dedicated professionals preserving and sharing World War II history"
|
||||||
description="Subscribe to our newsletter for updates on new exhibits, events, and special programming. Learn more about visiting the museum."
|
tag="Our Team"
|
||||||
inputPlaceholder="Enter your email"
|
members={[
|
||||||
buttonText="Subscribe"
|
{
|
||||||
termsText="We respect your privacy. Unsubscribe anytime. Never spam."
|
id: "1",
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766491405102-xhgohwgr.jpg"
|
name: "Dr. James Morrison",
|
||||||
imageAlt="Museum Entrance and Main Building"
|
role: "Museum Director",
|
||||||
mediaPosition="right"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766493180997-hacq0ksm.jpg",
|
||||||
|
imageAlt: "Portrait of Dr. James Morrison"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "2",
|
||||||
|
name: "Sarah Chen",
|
||||||
|
role: "Curator",
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766491406561-8cuqlxny.jpg",
|
||||||
|
imageAlt: "Portrait of Sarah Chen"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "3",
|
||||||
|
name: "Robert Williams",
|
||||||
|
role: "Education Manager",
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766491407154-2lkb6b2p.jpg",
|
||||||
|
imageAlt: "Portrait of Robert Williams"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "4",
|
||||||
|
name: "Emily Roberts",
|
||||||
|
role: "Archives Specialist",
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766491407821-hzwtbrsg.jpg",
|
||||||
|
imageAlt: "Portrait of Emily Roberts"
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
textboxLayout="default"
|
||||||
|
animationType="slide-up"
|
||||||
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user