6 Commits

Author SHA1 Message Date
5a9fc17b7f Update src/app/page.tsx 2026-03-17 08:22:20 +00:00
9c9e551a00 Merge version_3 into main
Merge version_3 into main
2026-03-17 08:20:17 +00:00
878ac58bc7 Update src/app/styles/variables.css 2026-03-17 08:20:13 +00:00
4647d930eb Update src/app/page.tsx 2026-03-17 08:20:12 +00:00
03755166c0 Merge version_2 into main
Merge version_2 into main
2026-03-17 08:15:40 +00:00
7c49dc928e Merge version_2 into main
Merge version_2 into main
2026-03-17 07:50:36 +00:00
2 changed files with 15 additions and 47 deletions

View File

@@ -6,9 +6,8 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import FeatureBento from '@/components/sections/feature/FeatureBento';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Award, CheckCircle, Heart, MapPin, Shield, Sparkles, Star, Users, Zap, Phone, MessageCircle } from 'lucide-react';
@@ -32,7 +31,6 @@ export default function LandingPage() {
navItems={[
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "reviews" },
{ name: "Location", id: "contact" },
{ name: "FAQ", id: "faq" }
]}
@@ -93,8 +91,8 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureBento
title="Why Ginza Beauty"
description="We combine traditional Japanese craftsmanship with modern techniques to deliver exceptional results."
title="Our Premium Features"
description="Experience excellence in every detail with our carefully curated services and hospitality."
textboxLayout="default"
useInvertedBackground={true}
animationType="slide-up"
@@ -139,24 +137,6 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
testimonial="Perfect nails and beautiful natural lashes. The attention to detail and professionalism is unmatched. The serene atmosphere makes every visit special."
rating={5}
author="Sarah Johnson"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg", alt: "Sarah Johnson" },
{ src: "http://img.b2bpic.net/free-photo/cute-hipster-woman-taking-photos-retro-camera_176420-16727.jpg", alt: "Fatima Al Mansouri" },
{ src: "http://img.b2bpic.net/free-photo/thoughtful-business-woman-standing-with-crossed-arms_23-2148095675.jpg", alt: "Aisha Ahmed" },
{ src: "http://img.b2bpic.net/free-photo/young-blonde-woman-smiling-city_839833-7650.jpg", alt: "Hana Martinez" },
{ src: "http://img.b2bpic.net/free-photo/high-angle-modern-woman-talking-phone_23-2148415865.jpg", alt: "Emma Wilson" }
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
title="Frequently Asked Questions"
@@ -181,9 +161,6 @@ export default function LandingPage() {
{
id: "faq-4", title: "What makes Japanese nails different?", content: "Japanese nail art emphasizes precision, minimalism, and natural beauty. Our artists use advanced techniques to create intricate designs with impeccable attention to detail."
},
{
id: "faq-5", title: "Is the salon clean and hygienic?", content: "Absolutely. We follow strict international hygiene standards. All tools are sterilized, and we maintain a pristine, serene environment for your safety and comfort."
},
{
id: "faq-6", title: "Do you offer custom color matching?", content: "Yes! We work with you to find the perfect shades and designs that match your skin tone and style preferences. Personalization is at the heart of our service."
}
@@ -192,7 +169,8 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
<ContactSplit
tag="Location & Contact"
title="Visit Our Location"
description="Unit 12, First Floor, Al Barsha Mall, 23rd Street, Al Barsha 2, Dubai — Beside Al Barsha Pond Park. We're open to welcome you with authentic Japanese hospitality."
mediaPosition="left"
@@ -200,21 +178,12 @@ export default function LandingPage() {
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT21DDEbCUKElwIvjwYyyd5jJX/uploaded-1773735263329-p8fqropj.jpg"
imageAlt="Ginza Beauty Salon Location"
inputs={[
{
name: "name", type: "text", placeholder: "Your Name", required: true
},
{
name: "phone", type: "tel", placeholder: "Your Phone Number", required: true
}
]}
buttonText="Get Appointment Info"
onSubmit={(data) => {
const phone = data.phone.replace(/\D/g, '');
const name = encodeURIComponent(data.name);
const message = encodeURIComponent(`Hi! I'm ${data.name} and I'd like to book an appointment at Ginza Beauty.`);
window.open(`https://wa.me/971434071171?text=${message}`, '_blank');
}}
background={{ variant: "plain" }}
tagIcon={MapPin}
tagAnimation="slide-up"
buttonText="Get In Touch"
inputPlaceholder="Enter your email"
onSubmit={() => {}}
/>
</div>
@@ -232,8 +201,7 @@ export default function LandingPage() {
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Why Ginza Beauty", href: "#features" },
{ label: "Reviews", href: "#testimonials" }
{ label: "Our Features", href: "#features" }
]
},
{

View File

@@ -13,12 +13,12 @@
--background: #fffafa;
--card: #fff7f7;
--foreground: #1a0000;
--primary-cta: #e63946;
--primary-cta: #ebb4ba;
--primary-cta-text: #fffafa;
--secondary-cta: #ffffff;
--secondary-cta-text: #1a0000;
--accent: #f5c4c7;
--background-accent: #f09199;
--accent: #ebb4ba;
--background-accent: #ebb4ba;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);