Merge version_3 into main #7

Merged
bender merged 1 commits from version_3 into main 2026-05-06 10:30:25 +00:00

View File

@@ -72,7 +72,7 @@ export default function LandingPage() {
<MediaAbout
title="The Ashanti Difference"
description="Located in Durrës, Ashanti Beauty Salon brings a unique blend of artistry and relaxation. Our expert team ensures every guest feels pampered."
imageSrc="https://img.b2bpic.net/free-photo/beauty-salon-interior_23-2148766465.jpg"
imageSrc="https://img.b2bpic.net/free-photo/beauty-salon-interior_23-2148766465.jpg?_wi=1"
useInvertedBackground={false}
buttons={[{ text: "Book Appointment", href: "https://wa.me/355680000000" }]}
/>
@@ -119,7 +119,7 @@ export default function LandingPage() {
products={[
{ id: "g1", brand: "Style", name: "Modern Updo", price: "$50", rating: 5, reviewCount: "12 reviews", imageSrc: "https://img.b2bpic.net/free-photo/woman-getting-hair-styling-salon_23-2148766450.jpg" },
{ id: "g2", brand: "Nails", name: "Signature Gel", price: "$30", rating: 5, reviewCount: "8 reviews", imageSrc: "https://img.b2bpic.net/free-photo/close-up-woman-getting-manicure_23-2148766440.jpg" },
{ id: "g3", brand: "Facial", name: "Hydra Glow", price: "$70", rating: 5, reviewCount: "25 reviews", imageSrc: "https://img.b2bpic.net/free-photo/beauty-salon-interior_23-2148766465.jpg" }
{ id: "g3", brand: "Facial", name: "Hydra Glow", price: "$70", rating: 5, reviewCount: "25 reviews", imageSrc: "https://img.b2bpic.net/free-photo/beauty-salon-interior_23-2148766465.jpg?_wi=2" }
]}
/>
</div>