Merge version_3 into main #4

Merged
bender merged 2 commits from version_3 into main 2026-05-23 05:15:24 +00:00
2 changed files with 7 additions and 27 deletions

View File

@@ -3,7 +3,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import MediaAbout from '@/components/sections/about/MediaAbout';
@@ -131,25 +130,6 @@ export default function LandingPage() {
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{ id: "q1", title: "How far in advance should I order?", content: "We recommend at least 3-7 days notice depending on the size of the cake." },
{ id: "q2", title: "Do you offer delivery?", content: "Yes, local delivery is available within a 15-mile radius." },
{ id: "q3", title: "Can I request custom flavors?", content: "Absolutely! We love exploring new flavors for your special day." },
{ id: "q4", title: "Are there allergy options?", content: "Please let us know your specific needs; while we aren't a nut-free facility, we accommodate where possible." },
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-female-cook-white-cook-suit-holding-big-white-sign-green-surface_140725-31185.jpg"
imageAlt="Bakery consultation"
mediaAnimation="slide-up"
title="Frequently Asked Questions"
description="Have more questions about our baking process?"
faqsAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #2a2928;
--card: #3a3938;
--foreground: #f5f4ef;
--primary-cta: #f5f4ef;
--background: #2c1e1e;
--card: #3e2a2a;
--foreground: #fdf6f6;
--primary-cta: #800000;
--primary-cta-text: #ffffff;
--secondary-cta: #2a2928;
--secondary-cta: #3e2a2a;
--secondary-cta-text: #ffffff;
--accent: #b3b3b3;
--background-accent: #5e5d5c;
--accent: #fdf6f6;
--background-accent: #5d3a3a;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);