Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c5e75ea40 | |||
| 5062ffdd96 | |||
| 0fc66a67a0 | |||
| 69b992c964 | |||
| f259208f58 | |||
| 5f25c14b85 | |||
| fd4475bab9 | |||
| 796cdb5367 | |||
| ac549f9957 |
@@ -3,7 +3,6 @@ import { Halant } from "next/font/google";
|
|||||||
import { Inter } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||||
import { Montserrat } from "next/font/google";
|
import { Montserrat } from "next/font/google";
|
||||||
|
|
||||||
@@ -27,7 +26,7 @@ export default function RootLayout({
|
|||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body className={`${montserrat.variable} antialiased`}>
|
<body className={`${montserrat.variable} antialiased`}>
|
||||||
<Tag />
|
|
||||||
{children}
|
{children}
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
|
|||||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -39,13 +40,31 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardScroll
|
<HeroBillboardScroll
|
||||||
title="Beautiful Nails in the Heart of Ios"
|
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."
|
description="Premium manicure & pedicure services in a relaxing, hygienic environment. Discover why 5,000+ happy clients trust us."
|
||||||
tag="⭐ 5000+ Happy Clients"
|
tag="⭐ 5000+ Happy Clients"
|
||||||
tagAnimation="slide-up"
|
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"
|
imageAlt="Professional nail art showcase in Beauty Touch studio"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Now", href: "tel:+306982324022" },
|
{ text: "Call Now", href: "tel:+306982324022" },
|
||||||
|
|||||||
Reference in New Issue
Block a user