From a56022507af65cefdd189c72b2880f4037af4ded Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 23:16:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 189 +++++++++-------------------------------------- 1 file changed, 35 insertions(+), 154 deletions(-) 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() {
@@ -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" }] }, ]} />