From 112622ec6037088f6af95c6ac9719e674e77b43e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 12:20:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 755adb4..9560b0f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,14 +91,14 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { id: "g1", title: "Salon Equipment", content: "We use state-of-the-art styling chairs, professional steamers, and sanitizing equipment." }, - { id: "g2", title: "Makeup & Styling", content: "Our collection includes high-quality brushes, palettes, and tools for every look." }, - { id: "g3", title: "Hair Tools", content: "We utilize professional blow dryers, flat irons, and curlers for perfect styling." }, + { id: "g1", title: "Salon Standards", content: "We pride ourselves on maintaining the highest cleanliness and hygiene standards in all our service areas." }, + { id: "g2", title: "Expert Staff", content: "Our team is professionally trained to provide you with a relaxing and high-quality beauty experience." }, + { id: "g3", title: "Premium Products", content: "We curate our beauty products to ensure safe, effective results for every treatment we perform." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/makeup-brushes-set-with-cosmetics_23-2148154865.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-salon-interior-design_23-2148736366.jpg" mediaAnimation="slide-up" - title="Our Beauty Toolkit" - description="Explore the professional-grade tools and quality equipment we use to deliver exceptional beauty results." + title="Our Salon Experience" + description="We focus on delivering a peaceful, professional environment dedicated to your beauty and relaxation." faqsAnimation="slide-up" /> -- 2.49.1