diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1ac0237..f0eae61 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,9 +2,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactCTA from '@/components/sections/contact/ContactCTA';
+import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
-import FooterSimple from '@/components/sections/footer/FooterSimple';
+import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,48 +46,27 @@ export default function LandingPage() {
@@ -119,41 +90,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Hydrating Glow Serum",
- price: "$48.00",
- imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307226.jpg",
- },
+ id: "p1", name: "Hydrating Glow Serum", price: "$48.00", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307226.jpg"},
{
- id: "p2",
- name: "Gentle Foam Cleanser",
- price: "$28.00",
- imageSrc: "http://img.b2bpic.net/free-photo/lotion-pump_187299-46066.jpg",
- },
+ id: "p2", name: "Gentle Foam Cleanser", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/lotion-pump_187299-46066.jpg"},
{
- id: "p3",
- name: "Velvet Night Cream",
- price: "$55.00",
- imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232254.jpg",
- },
+ id: "p3", name: "Velvet Night Cream", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232254.jpg"},
{
- id: "p4",
- name: "Revitalizing Face Oil",
- price: "$62.00",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-holding-serum-bottle-with-dropper_23-2150351873.jpg",
- },
+ id: "p4", name: "Revitalizing Face Oil", price: "$62.00", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-holding-serum-bottle-with-dropper_23-2150351873.jpg"},
{
- id: "p5",
- name: "Daily Sun Barrier",
- price: "$38.00",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-floating-water_23-2150963080.jpg",
- },
+ id: "p5", name: "Daily Sun Barrier", price: "$38.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-floating-water_23-2150963080.jpg"},
{
- id: "p6",
- name: "Brightening Eye Cream",
- price: "$42.00",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238297.jpg",
- },
+ id: "p6", name: "Brightening Eye Cream", price: "$42.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238297.jpg"},
]}
title="Curated Essentials"
description="Your daily transformation in a bottle."
@@ -168,25 +115,15 @@ export default function LandingPage() {
author="Elena Rodriguez"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/happy-beautiful-blond-lady-white-dress-looking-camera-pretty-lady-posing-indoors_549566-350.jpg",
- alt: "Customer 1",
- },
+ src: "http://img.b2bpic.net/free-photo/happy-beautiful-blond-lady-white-dress-looking-camera-pretty-lady-posing-indoors_549566-350.jpg", alt: "Customer 1"},
{
- src: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-salon_176420-7525.jpg",
- alt: "Customer 2",
- },
+ src: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-salon_176420-7525.jpg", alt: "Customer 2"},
{
- src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-athlete-with-closed-eyes_23-2148267274.jpg",
- alt: "Customer 3",
- },
+ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-athlete-with-closed-eyes_23-2148267274.jpg", alt: "Customer 3"},
{
- src: "http://img.b2bpic.net/free-photo/joyful-young-pretty-girl-sitting-makeup-table-with-makeup-tools-with-bath-towel-head-clenching-fists-with-closed-eyes-isolated-purple-background_141793-32185.jpg",
- alt: "Customer 4",
- },
+ src: "http://img.b2bpic.net/free-photo/joyful-young-pretty-girl-sitting-makeup-table-with-makeup-tools-with-bath-towel-head-clenching-fists-with-closed-eyes-isolated-purple-background_141793-32185.jpg", alt: "Customer 4"},
{
- src: "http://img.b2bpic.net/free-photo/happy-woman-talking-phone_1153-895.jpg",
- alt: "Customer 5",
- },
+ src: "http://img.b2bpic.net/free-photo/happy-woman-talking-phone_1153-895.jpg", alt: "Customer 5"},
]}
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
@@ -199,20 +136,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1",
- title: "Are these products cruelty-free?",
- content: "Yes, all Lumina products are certified cruelty-free.",
- },
+ id: "f1", title: "Are these products cruelty-free?", content: "Yes, all Lumina products are certified cruelty-free."},
{
- id: "f2",
- title: "Can I use these on sensitive skin?",
- content: "Yes, our formulas are tested for sensitive skin types.",
- },
+ id: "f2", title: "Can I use these on sensitive skin?", content: "Yes, our formulas are tested for sensitive skin types."},
{
- id: "f3",
- title: "What is your shipping policy?",
- content: "We offer free shipping on all orders over $50.",
- },
+ id: "f3", title: "What is your shipping policy?", content: "We offer free shipping on all orders over $50."},
]}
title="Frequently Asked"
description="Have questions about our ingredients or process?"
@@ -223,58 +151,40 @@ export default function LandingPage() {
-
);
-}
+}
\ No newline at end of file