From 54f3310353d7a5f4049da7c84523c48f3b61ae55 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 06:10:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 368 ++++++----------------------------------------- 1 file changed, 45 insertions(+), 323 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 366180a..a8bff0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,381 +1,103 @@ "use client"; -import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; import MetricCardTen from "@/components/sections/metrics/MetricCardTen"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; -import SplitAbout from "@/components/sections/about/SplitAbout"; -import ContactSplit from "@/components/sections/contact/ContactSplit"; -import FaqDouble from "@/components/sections/faq/FaqDouble"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Sparkles, Heart, Gift, Zap, Users, CreditCard, Star, MapPin, HelpCircle } from "lucide-react"; +import { Sparkles, Heart, Star, PartyPopper, Cat, Gift } from "lucide-react"; -export default function HomePage() { +export default function BirthdayPage() { const navItems = [ - { name: "Home", id: "home" }, - { name: "Collections", id: "collections" }, - { name: "Custom Jewellery", id: "custom" }, - { name: "About", id: "about" }, - { name: "Contact", id: "contact" }, - ]; - - const footerColumns = [ - { - title: "Quick Links", - items: [ - { label: "Home", href: "/" }, - { label: "Collections", href: "/collections" }, - { label: "Custom Jewellery", href: "/custom-jewellery" }, - { label: "About Us", href: "/about" }, - ], - }, - { - title: "Contact", - items: [ - { label: "Call: +91 90390 78555", href: "tel:+919039078555" }, - { label: "WhatsApp Us", href: "https://wa.me/919039078555" }, - { label: "Get Directions", href: "https://maps.google.com/?q=Kisna+DB+City+Mall+Bhopal" }, - { label: "Email Support", href: "mailto:info@kisna.com" }, - ], - }, - { - title: "Company", - items: [ - { label: "About Kisna", href: "/about" }, - { label: "Hari Krishna Group", href: "#" }, - { label: "Privacy Policy", href: "#" }, - { label: "Terms & Conditions", href: "#" }, - ], - }, - { - title: "Store Hours", - items: [ - { label: "Monday - Sunday", href: "#" }, - { label: "11:00 AM - 9:30 PM", href: "#" }, - { label: "DB City Mall", href: "https://maps.google.com/?q=Kisna+DB+City+Mall+Bhopal" }, - { label: "Bhopal, India", href: "#" }, - ], - }, + { name: "For Nishi", id: "hero" }, + { name: "Birthday Wishes", id: "wishes" }, + { name: "Cat Corner", id: "cats" }, ]; return (
-
+
-
+
-
- -
-
-
- -
- -
- -
- -
-
- ); -} \ No newline at end of file +} -- 2.49.1