Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-05-23 05:03:02 +00:00
2 changed files with 8 additions and 25 deletions

View File

@@ -4,7 +4,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 FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import MediaAbout from '@/components/sections/about/MediaAbout';
@@ -12,7 +11,6 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { CheckCircle, Sparkles, Shield, Heart } from 'lucide-react';
export default function LandingPage() {
return (
@@ -81,21 +79,6 @@ export default function LandingPage() {
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentySix
textboxLayout="default"
useInvertedBackground={true}
features={[
{ title: "Real Ingredients", description: "Fresh, locally sourced components for authentic flavor.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/homemade-cake-chestnuts-close-up_23-2148395150.jpg" },
{ title: "Custom Artistry", description: "Hand-piped details and designs tailored to your event.", buttonIcon: Sparkles, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-decorative-cake-brown-table_181624-43452.jpg" },
{ title: "Reliable Care", description: "Handled with care from oven to doorstep.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/new-normal-take-away-cafe-order-covid-19_53876-100301.jpg" },
{ title: "Community Focus", description: "Supporting local celebrations with warmth.", buttonIcon: Heart, imageSrc: "http://img.b2bpic.net/free-photo/assortment-desserts_1098-16055.jpg" },
]}
title="Why Minis Cakes?"
description="We take pride in every detail so you can enjoy your celebration without worry."
/>
</div>
<div id="menu" data-section="menu">
<ProductCardOne
animationType="slide-up"
@@ -185,4 +168,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #F5F1ED;
--card: #ffffff;
--foreground: #2b180a;
--primary-cta: #A64253;
--background: #2a2928;
--card: #3a3938;
--foreground: #f5f4ef;
--primary-cta: #f5f4ef;
--primary-cta-text: #ffffff;
--secondary-cta: #8B7355;
--secondary-cta: #2a2928;
--secondary-cta-text: #ffffff;
--accent: #8B7355;
--background-accent: #efe7dd;
--accent: #b3b3b3;
--background-accent: #5e5d5c;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);