8 Commits

Author SHA1 Message Date
b989053d26 Merge version_6 into main
Merge version_6 into main
2026-03-17 09:38:21 +00:00
36736bcdca Update src/app/layout.tsx 2026-03-17 09:38:17 +00:00
41093bfdd4 Merge version_6 into main
Merge version_6 into main
2026-03-17 09:35:44 +00:00
a1be61f6a8 Update src/app/page.tsx 2026-03-17 09:35:34 +00:00
69441e329e Merge version_6 into main
Merge version_6 into main
2026-03-17 09:32:46 +00:00
9ffb33fca0 Update src/app/page.tsx 2026-03-17 09:32:42 +00:00
c533c42025 Merge version_5 into main
Merge version_5 into main
2026-03-17 09:31:48 +00:00
6903fe44a9 Merge version_5 into main
Merge version_5 into main
2026-03-17 09:30:28 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,6 @@ import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Libre_Baskerville } from "next/font/google";
@@ -31,7 +30,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
<Tag />
{children}
<script
dangerouslySetInnerHTML={{

View File

@@ -64,7 +64,7 @@ export default function LandingPage() {
description="Each treatment is performed with attention to detail, hygiene, and long-lasting results. We combine Russian beauty techniques with Dubai trends for a premium experience."
products={[
{
id: "lashes", name: "Lashes", price: "Starting from 150 AED", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT21DDEbCUKElwIvjwYyyd5jJX/uploaded-1773738702675-vn92vqrl.png?_wi=2", imageAlt: "professional lash extension application close-up"
id: "lashes", name: "Lashes", price: "Starting from 150 AED", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT21DDEbCUKElwIvjwYyyd5jJX/uploaded-1773739933481-zth9hwe8.png", imageAlt: "professional lash extension application close-up"
},
{
id: "nails", name: "Nails", price: "Starting from 150 AED", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT21DDEbCUKElwIvjwYyyd5jJX/uploaded-1773738926837-l63hjbge.webp", imageAlt: "gel nail polish art manicure detail"
@@ -110,7 +110,7 @@ export default function LandingPage() {
id: "faq-6", title: "What payment methods do you accept?", content: "We accept cash, card, and digital payment methods. Our WhatsApp booking system includes secure payment links for your convenience."
}
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-spa-massage-table_23-2148345780.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT21DDEbCUKElwIvjwYyyd5jJX/uploaded-1773740028416-8932k4x2.png"
imageAlt="modern beauty salon interior white neutral"
mediaAnimation="opacity"
mediaPosition="right"
@@ -124,7 +124,8 @@ export default function LandingPage() {
<ContactCTA
tag="Get In Touch"
title="Visit BAE Beauty Salon"
description="Oxford Tower, Shop 3, Business Bay, Dubai. We're here to help you look and feel your best."
description="Oxford Tower, Shop 3, Business Bay, Dubai.
We're here to help you look and feel your best."
tagIcon={MapPin}
tagAnimation="slide-up"
background={{ variant: "plain" }}
@@ -170,4 +171,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}