From 4e1b28864fdc75a7272abcfb1079e929bde8535e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 09:41:40 +0000 Subject: [PATCH] Update src/app/spa-services/page.tsx --- src/app/spa-services/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/spa-services/page.tsx b/src/app/spa-services/page.tsx index c9c3eec..4324502 100644 --- a/src/app/spa-services/page.tsx +++ b/src/app/spa-services/page.tsx @@ -6,7 +6,7 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Sparkles, Leaf, Heart, Gem, Sun } from "lucide-react"; +import { Sparkles, Leaf, Heart, Gem, Sun, Instagram, Facebook, Linkedin } from "lucide-react"; export default function SpaServicesPage() { return ( @@ -25,13 +25,13 @@ export default function SpaServicesPage() {