From 2e1d93cf2e3dfe08b3b9291a12b737143068f4b1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:37:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0baf23c..ba12dfd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Award, HelpCircle, Quote, Sparkles, Spa, Waves, Leaf, Heart, Sun, Droplets, Wind } from 'lucide-react'; +import { Award, HelpCircle, Quote, Sparkles, Waves, Leaf, Heart, Sun, Droplets, Wind } from 'lucide-react'; export default function LandingPage() { return ( @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Book Now", href: "contact" }, { text: "Learn More", href: "about" } ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-view-beautiful-woman-having-head-massage-beauty-treatment-spa_637285-2192.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-view-beautiful-woman-having-head-massage-beauty-treatment-spa_637285-2192.jpg" imageAlt="Serene spa ambiance" showDimOverlay={true} buttonAnimation="slide-up" @@ -62,8 +62,8 @@ export default function LandingPage() { title="Welcome to Meraki Spa" description="At Meraki, we believe true wellness comes from a holistic approach to self-care. Our expert therapists and estheticians are dedicated to providing transformative experiences that nourish both body and soul. With over 15 years of combined experience, we create personalized treatment plans tailored to your unique needs." tag="Our Story" - tagIcon={Spa} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-view-beautiful-woman-having-head-massage-beauty-treatment-spa_637285-2192.jpg?_wi=2" + tagIcon={Waves} + imageSrc="http://img.b2bpic.net/free-photo/high-angle-view-beautiful-woman-having-head-massage-beauty-treatment-spa_637285-2192.jpg" imageAlt="Spa treatment in action" useInvertedBackground={false} buttons={[ -- 2.49.1