Merge version_3 into main #3
@@ -3,14 +3,14 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -115,13 +115,13 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
<TestimonialCardSix
|
||||
animationType="depth-3d"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah D.", role: "Food Critic", testimonial: "The richness of the brownie is unparalleled. A true luxury.", imageSrc: "http://img.b2bpic.net/free-photo/cake-glass-arrangement-with-copy-space_23-2149030730.jpg" },
|
||||
{ id: "t2", name: "Marcus L.", role: "Corporate Lead", testimonial: "Best gift boxes in the city. The packaging is exquisite.", imageSrc: "http://img.b2bpic.net/free-photo/defocused-woman-holding-macarons-smiling_23-2148466346.jpg" },
|
||||
{ id: "t1", name: "Sarah D.", handle: "@foodcritic", testimonial: "The richness of the brownie is unparalleled. A true luxury.", imageSrc: "http://img.b2bpic.net/free-photo/cake-glass-arrangement-with-copy-space_23-2149030730.jpg" },
|
||||
{ id: "t2", name: "Marcus L.", handle: "@corporateleader", testimonial: "Best gift boxes in the city. The packaging is exquisite.", imageSrc: "http://img.b2bpic.net/free-photo/defocused-woman-holding-macarons-smiling_23-2148466346.jpg" },
|
||||
]}
|
||||
title="A Luxury Experience"
|
||||
description="Don't just take our word for it."
|
||||
@@ -129,14 +129,13 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Do you offer international shipping?", content: "Yes, we ship globally using premium temperature-controlled couriers." },
|
||||
{ id: "f2", title: "Can I customize the gift box?", content: "Absolutely, our concierge team can help personalize your selection." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-texture-cream_23-2149409588.jpg"
|
||||
faqsAnimation="blur-reveal"
|
||||
title="Questions Answered"
|
||||
description="Everything you need to know about our luxury collections."
|
||||
@@ -155,12 +154,13 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Collection", items: [{ label: "Cookies", href: "#products" }, { label: "Brownies", href: "#products" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
]}
|
||||
logoText="Brown & Butter"
|
||||
bottomLeftText="Brown & Butter"
|
||||
bottomRightText="© 2025 All Rights Reserved"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #F6F1EA;
|
||||
--card: #E7D8C9;
|
||||
--foreground: #1C1A18;
|
||||
--primary-cta: #4A3428;
|
||||
--background: #1a1614;
|
||||
--card: #262220;
|
||||
--foreground: #f8f4f0;
|
||||
--primary-cta: #8b4513;
|
||||
--primary-cta-text: #F6F1EA;
|
||||
--secondary-cta: #B78A56;
|
||||
--secondary-cta: #d2691e;
|
||||
--secondary-cta-text: #1C1A18;
|
||||
--accent: #C9A27E;
|
||||
--background-accent: #E7D8C9;
|
||||
--accent: #c19a6b;
|
||||
--background-accent: #2f2a28;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user