diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7a6268b..5c84ebc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,16 +2,16 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactCTA from '@/components/sections/contact/ContactCTA';
+import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
-import FooterSimple from '@/components/sections/footer/FooterSimple';
+import FooterCard from '@/components/sections/footer/FooterCard';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
-import ProductCardOne from '@/components/sections/product/ProductCardOne';
+import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import TextAbout from '@/components/sections/about/TextAbout';
-import { Cake } from "lucide-react";
+import { Cake, Phone, MapPin, Instagram, Facebook } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,102 +42,29 @@ export default function LandingPage() {
({ id: `c${i}`, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DUyVnve7Kh6TrptJyNK7rltRFc/uploaded-1778351191230-4ed7n31k.jpg?_wi=1" }))}
/>
-
+
@@ -253,101 +100,32 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
- testimonials={[
- {
- id: "t1",
- name: "Maria",
- handle: "@client",
- testimonial: "The best cake I have ever had!",
- imageSrc: "http://img.b2bpic.net/free-photo/shop-assistant-preparing-croissant-bag_23-2147985162.jpg",
- },
- {
- id: "t2",
- name: "Alex",
- handle: "@client",
- testimonial: "Incredible taste and design.",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-lit-birthday-candles-birthday-wishes-concept_53876-32067.jpg",
- },
- {
- id: "t3",
- name: "Elena",
- handle: "@client",
- testimonial: "So delicious and beautiful.",
- imageSrc: "http://img.b2bpic.net/free-photo/cute-pinup-girl-posing-with-cupcakes_23-2148867275.jpg",
- },
- {
- id: "t4",
- name: "Ion",
- handle: "@client",
- testimonial: "Perfect for my party.",
- imageSrc: "http://img.b2bpic.net/free-photo/cute-pinup-girl-posing-with-cupcakes_23-2148867274.jpg",
- },
- {
- id: "t5",
- name: "Ana",
- handle: "@client",
- testimonial: "Very professional and tasty.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-communicating-while-preparing-food-kitchen_637285-12565.jpg",
- },
- ]}
+ testimonials={[{ id: "t1", name: "Maria", handle: "@client", testimonial: "The best cake I have ever had!" }]}
title="Sweet Reviews"
- description="Hear what our wonderful clients have to say about their sweet experiences with us."
/>
- console.log("Order request from:", email)}
+ background={{ variant: "plain" }}
/>
);
-}
+}
\ No newline at end of file
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 8eec6d8..691ddfb 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #fcfaf7;
- --card: #ffffff;
- --foreground: #3d2822;
- --primary-cta: #8b4513;
+ --background: #F5E6D3;
+ --card: #FFFFFF;
+ --foreground: #4A3728;
+ --primary-cta: #8B6F47;
--primary-cta-text: #ffffff;
- --secondary-cta: #fdf6f0;
+ --secondary-cta: #E8B4C8;
--secondary-cta-text: #3d2822;
- --accent: #f4aab9;
- --background-accent: #e6dcd3;
+ --accent: #E8B4C8;
+ --background-accent: #FDF6ED;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);