Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-24 10:17:06 +00:00

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>