6 Commits

Author SHA1 Message Date
54df4a6cb1 Merge version_2 into main
Merge version_2 into main
2026-03-26 18:03:02 +00:00
c8332ebac7 Update src/app/page.tsx 2026-03-26 18:02:56 +00:00
72fb6f6af1 Merge version_2 into main
Merge version_2 into main
2026-03-26 18:02:28 +00:00
82e1fa0a6e Update src/app/styles/variables.css 2026-03-26 18:02:25 +00:00
9cabdace3a Update src/app/page.tsx 2026-03-26 18:02:25 +00:00
5b4e1f9be3 Merge version_1 into main
Merge version_1 into main
2026-03-26 17:59:04 +00:00
2 changed files with 18 additions and 21 deletions

View File

@@ -2,9 +2,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
@@ -96,27 +96,24 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
<ContactCenter
tag="Get In Touch"
title="Request a Private Service"
description="Whether it's an intimate dinner or a full event, let's craft the perfect menu for your occasion."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true }
]}
textarea={{ name: "message", placeholder: "Tell me about your event", rows: 4 }}
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/top-view-wedding-table-arrangement_23-2150279482.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="Chef Julian"
<FooterSimple
columns={[
{ items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Contact", href: "#contact" }] }
{ title: "Menu", items: [{ label: "About", href: "#about" }, { label: "Gallery", href: "#gallery" }] },
{ title: "Services", items: [{ label: "Book Now", href: "#contact" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] }
]}
bottomLeftText="© 2024 Chef Julian"
bottomRightText="Culinary Excellence"
/>
</div>
</ReactLenis>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--background: #ffffff;
--card: #f5f5f5;
--foreground: #000000;
--primary-cta: #000000;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta: #000000;
--secondary-cta-text: #2a2928;
--accent: #ffffff;
--background-accent: #c6b180;
--accent: #e5e5e5;
--background-accent: #f5f5f5;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);