From d0d56c2b8b3db7af7db0acc268d02db42b8aa75d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 10:17:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f140b1..4a3f017 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Sparkles, Calendar, Zap, Scissors } from "lucide-react"; export default function LandingPage() { return ( @@ -41,8 +40,8 @@ export default function LandingPage() { testimonials={[]} buttons={[{ text: "Book Appointment", href: "#booking" }]} imageSrc="http://img.b2bpic.net/free-photo/sexy-blond-female-black-costume-sits-round-black-chair-empty-room_613910-8174.jpg?_wi=2" - mediaAnimation="blur-reveal" tag="Luxury Beauty" + tagAnimation="blur-reveal" /> @@ -56,7 +55,7 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { id: "1", name: "Precision Cut", price: "", variant: "", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-women-s-haircut_1150-5886.jpg" }, - { id: "2", name: "Color Styling", price: "", variant: "", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668436.jpg?_wi=1" }, + { id: "2", name: "Color Styling", price: "", variant: "", imageSrc: "http://img.b2bpic.net/high-angle-woman-hair-salon_23-2150668436.jpg?_wi=1" }, { id: "3", name: "Relaxing Spa", price: "", variant: "", imageSrc: "http://img.b2bpic.net/free-photo/process-removing-jellied-alginate-mask-from-face-woman-facial-rejuvenation-procedure-skin-care-beauty-salon_158595-7719.jpg?_wi=1" }, { id: "4", name: "Modern Finish", price: "", variant: "", imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-entryway_23-2150695799.jpg" }, ]} @@ -70,8 +69,8 @@ export default function LandingPage() { testimonials={[]} buttons={[{ text: "Book Now", href: "https://calendly.com" }]} imageSrc="http://img.b2bpic.net/free-photo/hotel-lobby-with-impressive-design-modern-furniture-expensive-resort-accommodation-with-marble-floors-empty-reception-front-desk-with-computers-service-bell-registration_482257-61927.jpg" - mediaAnimation="slide-up" tag="Appointment" + tagAnimation="slide-up" /> -- 2.49.1