Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-07 02:15:44 +00:00
2 changed files with 14 additions and 44 deletions

View File

@@ -1,57 +1,28 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Open_Sans } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { Geist, Geist_Mono } from "next/font/google";
import "@/styles/globals.css";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
const geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans", subsets: ["latin"],
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Mazariego Boutique | Premium Fashion in Playas de Tijuana", description: "Discover elegant, curated fashion at Mazariego Boutique in Plaza Ensenada. Premium women's clothing with personalized service. 5★ rated local boutique in Playas de Tijuana.", keywords: "boutique Playas de Tijuana, tienda de ropa Tijuana, moda local, ropa boutique, Plaza Ensenada", metadataBase: new URL("https://mazariego-boutique.mx"),
alternates: {
canonical: "https://mazariego-boutique.mx"},
openGraph: {
title: "Mazariego Boutique | Premium Fashion", description: "Discover elegant, curated fashion at Mazariego Boutique in Playas de Tijuana.", url: "https://mazariego-boutique.mx", siteName: "Mazariego Boutique", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-8495.jpg", alt: "Mazariego Boutique storefront"},
],
},
twitter: {
card: "summary_large_image", title: "Mazariego Boutique | Premium Fashion in Playas de Tijuana", description: "Visit our curated boutique for elegant fashion with personalized service.", images: ["http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-8495.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "Mazariego Boutique", description: "Premium fashion boutique in Plaza Ensenada, Playas de Tijuana"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1419,7 +1390,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -170,7 +170,7 @@ export default function MazariegoBoutique() {
<div id="location" data-section="location">
<ContactText
text="Visit us today at Plaza Ensenada in Playas de Tijuana. We're here to help you find your perfect style."
text="Located in Plaza Ensenada with same-day styling consultations. Visit us or call to book your personal shopping experience."
animationType="reveal-blur"
buttons={[
{ text: "Get Directions", href: "https://maps.google.com/?q=Plaza+Ensenada+Paseo+Ensenada+1193+Playas+de+Tijuana" },