From 5655c7e2a4942b51549d2ea45b497073b3ed17cc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 01:51:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 997264b..35b7e6b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Crown, Diamond, Facebook, Feather, Heart, Instagram, Leaf, Pinterest, Sparkles, Star, TikTok, Twitter } from "lucide-react"; +import { Crown, Diamond, Facebook, Feather, Heart, Instagram, Leaf, Share2, Sparkles, Star, Twitter } from "lucide-react"; export default function LandingPage() { return ( @@ -138,11 +138,9 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-vector/vintage-rose-gold-art-nouveau-badge-vector_53876-57445.jpg", imageAlt: "Hair stylist cutting hair"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-vaping-from-hookah-indoors_23-2149173629.jpg", imageAlt: "Manicure treatment"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/paint-brushes-with-brush-stroke-swatches_23-2150351774.jpg", imageAlt: "Beauty related image"} - ], - imageSrc: "http://img.b2bpic.net/free-photo/room-with-massage-tables-wall-with-lights-it_188544-36461.jpg", imageAlt: "stylist cutting hair luxury salon close up"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-vaping-from-hookah-indoors_23-2149173629.jpg", imageAlt: "Manicure treatment"} + ] + }, { title: "Μανικιούρ & Πεντικιούρ", description: "Πολυτελείς περιποιήσεις για άψογα νύχια, με μεγάλη ποικιλία χρωμάτων και σχεδίων.", bentoComponent: "reveal-icon", icon: Feather }, @@ -221,7 +219,7 @@ export default function LandingPage() { icon: Instagram, url: "#"}, { - icon: Pinterest, + icon: Share2, url: "#"}, ], }, @@ -231,7 +229,7 @@ export default function LandingPage() { icon: Instagram, url: "#"}, { - icon: TikTok, + icon: Share2, url: "#"}, ], }, @@ -245,7 +243,7 @@ export default function LandingPage() {