Merge version_2 into main #4

Merged
bender merged 3 commits from version_2 into main 2026-05-13 21:24:53 +00:00
3 changed files with 24 additions and 23 deletions

View File

@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import FooterCard from '@/components/sections/footer/FooterCard';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
@@ -204,26 +204,27 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}
background={{
variant: "plain"}}
tag="Get Started"
<ContactSplitForm
title="Your Recovery Starts Here"
description="Pain shouldn't control your life. Let's build a plan."
buttons={[
{
text: "Schedule Your Visit"},
{
text: "Contact Us"},
description="Pain shouldn't control your life. Let's build a plan to get you moving again."
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true }
]}
textarea={{ name: "message", placeholder: "How can we help you?", rows: 4, required: true }}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071447.jpg"
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
<FooterBase
logoText="Inspired Brew"
copyrightText="© 2026 Inspired Brew — Designed to inspire movement."
columns={[
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Careers", href: "#" }] },
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Privacy", href: "#" }] }
]}
/>
</div>
</ReactLenis>

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-inter), sans-serif;
font-family: var(--font-cormorant), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-libre-baskerville), serif;
font-family: var(--font-cormorant), serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #F7F4EE;
--card: #FFFFFF;
--foreground: #173A35;
--primary-cta: #173A35;
--background: #FDFBF7;
--card: #F4EDE6;
--foreground: #1A2E2C;
--primary-cta: #8B6E4E;
--primary-cta-text: #F7F4EE;
--secondary-cta: #D8C9B6;
--secondary-cta: #E6DCD1;
--secondary-cta-text: #173A35;
--accent: #C9A86A;
--background-accent: #A8B7A1;
--accent: #A89A8A;
--background-accent: #D1C6BB;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);