diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8cbc3b2..fe75f9e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-import { Droplet, Moon, Sparkles } from "lucide-react";
+import { Droplet, Moon, Sparkles, Flower } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -56,18 +41,11 @@ export default function LandingPage() {
@@ -78,68 +56,36 @@ export default function LandingPage() {
title="Our Philosophy"
description="At Lumina, we believe that true luxury is found in the moments we dedicate to ourselves. Our mission is to celebrate empowerment, nurture self-care, and embrace the essence of modern femininity."
bulletPoints={[
- {
- title: "Empowered Living",
- description: "Cultivating confidence through mindful lifestyle choices.",
- },
- {
- title: "Sustainable Beauty",
- description: "Clean, ethical products that respect your skin and the planet.",
- },
- {
- title: "Authentic Self",
- description: "Embracing your unique beauty and inner strength.",
- },
+ { title: "Empowered Living", description: "Cultivating confidence through mindful lifestyle choices." },
+ { title: "Sustainable Beauty", description: "Clean, ethical products that respect your skin and the planet." },
+ { title: "Authentic Self", description: "Embracing your unique beauty and inner strength." },
]}
- imageSrc="http://img.b2bpic.net/free-photo/top-view-arrangement-with-make-up-items-device_23-2148299568.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/top-view-arrangement-with-make-up-items-device_23-2148299568.jpg"
mediaAnimation="slide-up"
/>
@@ -203,17 +114,11 @@ export default function LandingPage() {
@@ -222,32 +127,8 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/view-elegant-luxurious-wedding-stationery-planner-resources_23-2150166813.jpg"
logoText="Lumina"
columns={[
- {
- title: "Lumina",
- items: [
- {
- label: "About Us",
- href: "#about",
- },
- {
- label: "Rituals",
- href: "#features",
- },
- ],
- },
- {
- title: "Support",
- items: [
- {
- label: "Community",
- href: "#testimonials",
- },
- {
- label: "Contact",
- href: "#contact",
- },
- ],
- },
+ { title: "Lumina", items: [{ label: "About Us", href: "#about" }, { label: "Rituals", href: "#features" }] },
+ { title: "Support", items: [{ label: "Community", href: "#testimonials" }, { label: "Contact", href: "#contact" }] },
]}
/>