9 Commits

Author SHA1 Message Date
9c5e75ea40 Merge version_2 into main
Merge version_2 into main
2026-03-15 16:24:11 +00:00
5062ffdd96 Remove watermark 2026-03-15 16:24:07 +00:00
0fc66a67a0 Merge version_2 into main
Merge version_2 into main
2026-03-15 16:16:14 +00:00
69b992c964 Update src/app/page.tsx 2026-03-15 16:16:10 +00:00
f259208f58 Merge version_2 into main
Merge version_2 into main
2026-03-15 16:15:49 +00:00
5f25c14b85 Update src/app/page.tsx 2026-03-15 16:15:45 +00:00
fd4475bab9 Merge version_2 into main
Merge version_2 into main
2026-03-15 16:15:21 +00:00
796cdb5367 Update src/app/page.tsx 2026-03-15 16:15:17 +00:00
ac549f9957 Merge version_1 into main
Merge version_1 into main
2026-03-15 16:09:13 +00:00
2 changed files with 21 additions and 3 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 { Montserrat } from "next/font/google";
@@ -27,7 +26,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${montserrat.variable} antialiased`}>
<Tag />
{children}
<script
dangerouslySetInnerHTML={{

View File

@@ -10,6 +10,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
export default function LandingPage() {
return (
@@ -39,13 +40,31 @@ export default function LandingPage() {
/>
</div>
<div id="hero-overlay" data-section="hero-overlay">
<HeroOverlay
title="Beautiful Nails in the Heart of Ios"
description="Premium manicure & pedicure services in a relaxing, hygienic environment. Discover why 5,000+ happy clients trust us."
tag="⭐ 5000+ Happy Clients"
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/barber-hand-holdinr-curling-hair_93675-130210.jpg?_wi=1"
imageAlt="Professional nail art showcase in Beauty Touch studio"
buttons={[
{ text: "Call Now", href: "tel:+306982324022" },
{ text: "Book Appointment", href: "#contact" }
]}
buttonAnimation="slide-up"
showDimOverlay={true}
ariaLabel="Hero overlay section for Beauty Touch Ios beauty salon"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
title="Beautiful Nails in the Heart of Ios"
description="Premium manicure & pedicure services in a relaxing, hygienic environment. Discover why 5,000+ happy clients trust us."
tag="⭐ 5000+ Happy Clients"
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/barber-hand-holdinr-curling-hair_93675-130210.jpg"
imageSrc="http://img.b2bpic.net/free-photo/barber-hand-holdinr-curling-hair_93675-130210.jpg?_wi=2"
imageAlt="Professional nail art showcase in Beauty Touch studio"
buttons={[
{ text: "Call Now", href: "tel:+306982324022" },