Merge version_2 into main #4
@@ -1,57 +1,23 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Manrope } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope", subsets: ["latin"],
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Good Vibes Beauty Spa & Academy - Premium Beauty Services Bangalore", description: "Luxury beauty salon & academy in Sarjapura offering facials, hair treatments, makeup, nails & professional beauty training. Book appointments online.", keywords: "beauty salon Bangalore, facial treatments, hair spa, makeup services, nail care, beauty academy, Sarjapura", metadataBase: new URL("https://goodvibesbeauty.com"),
|
||||
alternates: {
|
||||
canonical: "https://goodvibesbeauty.com"},
|
||||
openGraph: {
|
||||
title: "Good Vibes Beauty Spa & Academy - Premium Beauty Services", description: "Experience luxury beauty and wellness at Good Vibes. Professional facials, hair treatments, makeup, and beauty training in Sarjapura.", url: "https://goodvibesbeauty.com", siteName: "Good Vibes Beauty Spa & Academy", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/side-view-woman-holding-flowers_23-2149640967.jpg", alt: "Good Vibes Beauty Spa & Academy - Premium Beauty Services"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Good Vibes Beauty Spa & Academy", description: "Premium beauty salon in Bangalore offering facials, hair treatments, makeup, and professional beauty training.", images: ["http://img.b2bpic.net/free-photo/side-view-woman-holding-flowers_23-2149640967.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "Good Vibes Beauty Spa & Academy", description: "Premium beauty and wellness services in Bangalore"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={`${dmSans.variable}`}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1419,7 +1385,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -49,8 +49,8 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-holding-flowers_23-2149640967.jpg"
|
||||
imageAlt="Professional bridal makeup services"
|
||||
imageSrc="https://images.unsplash.com/photo-1552852081-c7db51fa7581?w=1200&h=800&fit=crop"
|
||||
imageAlt="Professional salon interior with spa ambiance"
|
||||
buttons={[
|
||||
{ text: "Book Appointment", href: "contact" },
|
||||
{ text: "View Services", href: "services" }
|
||||
@@ -70,22 +70,22 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "facial", name: "Facial Treatments", price: "₹800 - ₹4000+", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-facial-hair-removed_107420-74074.jpg?_wi=1", imageAlt: "Professional facial treatment"
|
||||
id: "facial", name: "Facial Treatments", price: "₹800 - ₹4000+", imageSrc: "https://images.unsplash.com/photo-1570172619644-dfd03cb5f5b9?w=400&h=400&fit=crop", imageAlt: "Professional facial treatment products"
|
||||
},
|
||||
{
|
||||
id: "hair", name: "Hair Services", price: "₹200 - ₹6000+", imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-woman-taking-shower_329181-2402.jpg?_wi=1", imageAlt: "Luxury hair treatment and styling"
|
||||
id: "hair", name: "Hair Services", price: "₹200 - ₹6000+", imageSrc: "https://images.unsplash.com/photo-1522337360885-08e87ff1986f?w=400&h=400&fit=crop", imageAlt: "Hair care products and treatments"
|
||||
},
|
||||
{
|
||||
id: "nails", name: "Manicure & Pedicure", price: "₹100 - ₹1000", imageSrc: "http://img.b2bpic.net/free-photo/nail-hygiene-care-beautician-client_23-2148766577.jpg", imageAlt: "Professional nail care services"
|
||||
id: "nails", name: "Manicure & Pedicure", price: "₹100 - ₹1000", imageSrc: "https://images.unsplash.com/photo-1604654894610-df63bc536371?w=400&h=400&fit=crop", imageAlt: "Professional nail care products"
|
||||
},
|
||||
{
|
||||
id: "makeup", name: "Makeup Services", price: "₹500 - ₹16000+", imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-making-up-girl_23-2148210707.jpg?_wi=1", imageAlt: "Professional makeup application"
|
||||
id: "makeup", name: "Makeup Services", price: "₹500 - ₹16000+", imageSrc: "https://images.unsplash.com/photo-1596462502278-af8e28fa84d3?w=400&h=400&fit=crop", imageAlt: "Premium makeup product collection"
|
||||
},
|
||||
{
|
||||
id: "waxing", name: "Waxing & Threading", price: "₹30 - ₹1500", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-facial-hair-removed_107420-74074.jpg?_wi=2", imageAlt: "Hair removal services"
|
||||
id: "waxing", name: "Waxing & Threading", price: "₹30 - ₹1500", imageSrc: "https://images.unsplash.com/photo-1568958525872-2b65a56bd150?w=400&h=400&fit=crop", imageAlt: "Professional waxing and threading supplies"
|
||||
},
|
||||
{
|
||||
id: "massage", name: "Massage & Therapy", price: "₹250 - ₹1500", imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-woman-taking-shower_329181-2402.jpg?_wi=2", imageAlt: "Relaxing massage therapy"
|
||||
id: "massage", name: "Massage & Therapy", price: "₹250 - ₹1500", imageSrc: "https://images.unsplash.com/photo-1544161515-81290573fba4?w=400&h=400&fit=crop", imageAlt: "Spa therapy and massage oils"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -99,8 +99,8 @@ export default function LandingPage() {
|
||||
description="Expert Beauty Professionals"
|
||||
subdescription="Good Vibes Beauty Spa & Academy - Sarjapura, Bangalore"
|
||||
icon={Star}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-reading-tarot-home_23-2150276078.jpg?_wi=1"
|
||||
imageAlt="Professional beauty experts and trainers"
|
||||
imageSrc="https://images.unsplash.com/photo-1552852081-c7db51fa7581?w=800&h=600&fit=crop"
|
||||
imageAlt="Luxurious salon and spa interior"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -114,19 +114,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Professional Expertise", tags: ["Certified", "Experienced"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-reading-tarot-home_23-2150276078.jpg?_wi=2"
|
||||
imageSrc: "https://images.unsplash.com/photo-1552852081-c7db51fa7581?w=500&h=500&fit=crop"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Premium Products", tags: ["International Brands", "Quality"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-facial-hair-removed_107420-74074.jpg?_wi=3"
|
||||
imageSrc: "https://images.unsplash.com/photo-1596462502278-af8e28fa84d3?w=500&h=500&fit=crop"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Luxurious Ambiance", tags: ["Modern", "Elegant"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-around-swimming-pool-hotel-resort-leisure-travel_74190-8557.jpg"
|
||||
imageSrc: "https://images.unsplash.com/photo-1568958525872-2b65a56bd150?w=500&h=500&fit=crop"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Customized Services", tags: ["Personalized", "Professional"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-making-up-girl_23-2148210707.jpg?_wi=2"
|
||||
imageSrc: "https://images.unsplash.com/photo-1570172619644-dfd03cb5f5b9?w=500&h=500&fit=crop"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -153,22 +153,22 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg", imageAlt: "Priya Sharma - Client"
|
||||
id: "1", name: "Priya Sharma", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=200&h=200&fit=crop", imageAlt: "Priya Sharma - Client"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Anjali Patel", imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-posing-outdoors-suit_23-2148603025.jpg", imageAlt: "Anjali Patel - Client"
|
||||
id: "2", name: "Anjali Patel", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=200&h=200&fit=crop", imageAlt: "Anjali Patel - Client"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sneha Reddy", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-woman-looking-camera-gray_171337-13285.jpg", imageAlt: "Sneha Reddy - Client"
|
||||
id: "3", name: "Sneha Reddy", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=200&h=200&fit=crop", imageAlt: "Sneha Reddy - Client"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Deepa Nair", imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-home_1398-2388.jpg", imageAlt: "Deepa Nair - Client"
|
||||
id: "4", name: "Deepa Nair", imageSrc: "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?w=200&h=200&fit=crop", imageAlt: "Deepa Nair - Client"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Kavya Singh", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg", imageAlt: "Kavya Singh - Client"
|
||||
id: "5", name: "Kavya Singh", imageSrc: "https://images.unsplash.com/photo-1507031957456-9689c6789b7a?w=200&h=200&fit=crop", imageAlt: "Kavya Singh - Client"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Meera Gupta", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg", imageAlt: "Meera Gupta - Client"
|
||||
id: "6", name: "Meera Gupta", imageSrc: "https://images.unsplash.com/photo-1523580494863-6f3031224c94?w=200&h=200&fit=crop", imageAlt: "Meera Gupta - Client"
|
||||
}
|
||||
]}
|
||||
cardTitle="Over 5,000+ Happy Customers Trust Our Beauty & Wellness Services"
|
||||
@@ -201,4 +201,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user