Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-10 13:51:07 +00:00
5 changed files with 75 additions and 36 deletions

View File

@@ -80,42 +80,42 @@ export default function ReviewsPage() {
id: "1",
name: "Sarah Schmidt",
imageSrc:
"http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg",
"http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg?_wi=2",
imageAlt: "Sarah Schmidt",
},
{
id: "2",
name: "Anna Weber",
imageSrc:
"http://img.b2bpic.net/free-photo/happy-smiling-attractive-model-plays-with-small-cute-straw-hat-isolated-white_633478-731.jpg",
"http://img.b2bpic.net/free-photo/happy-smiling-attractive-model-plays-with-small-cute-straw-hat-isolated-white_633478-731.jpg?_wi=2",
imageAlt: "Anna Weber",
},
{
id: "3",
name: "Karin Müller",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg",
"http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg?_wi=2",
imageAlt: "Karin Müller",
},
{
id: "4",
name: "Petra Jung",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident_1258-194088.jpg",
"http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident_1258-194088.jpg?_wi=2",
imageAlt: "Petra Jung",
},
{
id: "5",
name: "Julia Hoffmann",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-sensual-blond-female-black-dress_613910-14376.jpg",
"http://img.b2bpic.net/free-photo/portrait-sensual-blond-female-black-dress_613910-14376.jpg?_wi=2",
imageAlt: "Julia Hoffmann",
},
{
id: "6",
name: "Claudia Fischer",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-against-black-background-looking-camera_23-2148229337.jpg",
"http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-against-black-background-looking-camera_23-2148229337.jpg?_wi=2",
imageAlt: "Claudia Fischer",
},
]}

View File

@@ -1,24 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { DM_Sans } 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 { DM_Sans } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Boutique NaNu Dormagen Damenmode & persönliche Beratung",
description: "Entdecken Sie stilvolle Damenmode und persönliche Beratung bei Cornelia Freibeuter Boutique NaNu in Dormagen. 5-Sterne Bewertungen, professionelle Änderungen.",
keywords: "Boutique Dormagen, Damenmode Dormagen, Modegeschäft Dormagen, Kleidung Boutique Dormagen, Änderungsschneiderei Dormagen, persönliche Beratung Mode",
metadataBase: new URL("https://nanu-boutique-dormagen.de/"),
alternates: {
canonical: "https://nanu-boutique-dormagen.de/"
},
openGraph: {
title: "Boutique NaNu Dormagen Mode mit persönlicher Beratung",
description: "Stilvolle Damenmode, persönliche Beratung und professionelle Änderungen in Dormagen.",
url: "https://nanu-boutique-dormagen.de/",
siteName: "NaNu Boutique Dormagen",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/interior-shop-blur_23-2147652280.jpg",
alt: "Boutique NaNu Innenansicht"
}
]
},
twitter: {
card: "summary_large_image",
title: "Boutique NaNu Dormagen Mode mit persönlicher Beratung",
description: "Stilvolle Damenmode und persönliche Beratung in Dormagen.",
images: ["http://img.b2bpic.net/free-photo/interior-shop-blur_23-2147652280.jpg"]
},
robots: {
index: true,
follow: true
}
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${dmSans.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${dmSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -99,7 +99,7 @@ export default function HomePage() {
]}
buttonAnimation="slide-up"
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/interior-shop-blur_23-2147652280.jpg"
imageSrc="http://img.b2bpic.net/free-photo/interior-shop-blur_23-2147652280.jpg?_wi=1"
imageAlt="Cornelia Freibeuter Boutique NaNu Innenraum"
mediaAnimation="opacity"
frameStyle="card"
@@ -156,7 +156,7 @@ export default function HomePage() {
author: "Expert Style",
description: "Individuelle Stilberatung, die zu Ihrem Geschmack und Ihrer Persönlichkeit passt.",
tags: ["Service", "Beratung"],
imageSrc: "http://img.b2bpic.net/free-photo/business-owner-helping-client_23-2149300899.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-owner-helping-client_23-2149300899.jpg?_wi=1",
imageAlt: "Persönliche Stilberatung",
},
{
@@ -165,7 +165,7 @@ export default function HomePage() {
author: "Kuratierte Kollektion",
description: "Jedes Stück wird mit Bedacht ausgewählt für Qualität und zeitlose Eleganz.",
tags: ["Qualität", "Mode"],
imageSrc: "http://img.b2bpic.net/free-photo/black-haired-shop-assistant-helping-woman-try-new-dress-adjusting-waistband-customer-choosing-clothes-fashion-store-buying-clothes-boutique-concept_74855-11537.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/black-haired-shop-assistant-helping-woman-try-new-dress-adjusting-waistband-customer-choosing-clothes-fashion-store-buying-clothes-boutique-concept_74855-11537.jpg?_wi=1",
imageAlt: "Liebevoll ausgewählte Modekollektion",
},
{
@@ -174,7 +174,7 @@ export default function HomePage() {
author: "Handwerk",
description: "Professionelle Änderungen und Reparaturen für perfekte Passform.",
tags: ["Service", "Handwerk"],
imageSrc: "http://img.b2bpic.net/free-photo/young-business-owners-preparing-their-store_23-2149300887.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-business-owners-preparing-their-store_23-2149300887.jpg?_wi=1",
imageAlt: "Professionelle Änderungsservices",
},
]}
@@ -199,7 +199,7 @@ export default function HomePage() {
price: "Vielfältig",
rating: 5,
reviewCount: "10",
imageSrc: "http://img.b2bpic.net/free-photo/black-haired-shop-assistant-helping-woman-try-new-dress-adjusting-waistband-customer-choosing-clothes-fashion-store-buying-clothes-boutique-concept_74855-11537.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/black-haired-shop-assistant-helping-woman-try-new-dress-adjusting-waistband-customer-choosing-clothes-fashion-store-buying-clothes-boutique-concept_74855-11537.jpg?_wi=2",
imageAlt: "Stilvolle Damenmode",
},
{
@@ -209,7 +209,7 @@ export default function HomePage() {
price: "Variabel",
rating: 5,
reviewCount: "10",
imageSrc: "http://img.b2bpic.net/free-photo/sympathetic-girl-stands-near-bulding_8353-213.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sympathetic-girl-stands-near-bulding_8353-213.jpg?_wi=1",
imageAlt: "Ausgewählte Accessoires",
},
{
@@ -219,7 +219,7 @@ export default function HomePage() {
price: "Kostenlos",
rating: 5,
reviewCount: "10",
imageSrc: "http://img.b2bpic.net/free-photo/business-owner-helping-client_23-2149300899.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-owner-helping-client_23-2149300899.jpg?_wi=2",
imageAlt: "Persönliche Stilberatung Service",
},
]}
@@ -239,37 +239,37 @@ export default function HomePage() {
{
id: "1",
name: "Sarah Schmidt",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg?_wi=1",
imageAlt: "Sarah Schmidt",
},
{
id: "2",
name: "Anna Weber",
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-attractive-model-plays-with-small-cute-straw-hat-isolated-white_633478-731.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-attractive-model-plays-with-small-cute-straw-hat-isolated-white_633478-731.jpg?_wi=1",
imageAlt: "Anna Weber",
},
{
id: "3",
name: "Karin Müller",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg?_wi=1",
imageAlt: "Karin Müller",
},
{
id: "4",
name: "Petra Jung",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident_1258-194088.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident_1258-194088.jpg?_wi=1",
imageAlt: "Petra Jung",
},
{
id: "5",
name: "Julia Hoffmann",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sensual-blond-female-black-dress_613910-14376.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sensual-blond-female-black-dress_613910-14376.jpg?_wi=1",
imageAlt: "Julia Hoffmann",
},
{
id: "6",
name: "Claudia Fischer",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-against-black-background-looking-camera_23-2148229337.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-against-black-background-looking-camera_23-2148229337.jpg?_wi=1",
imageAlt: "Claudia Fischer",
},
]}

View File

@@ -92,7 +92,7 @@ export default function ServicesPage() {
"Individuelle Stilberatung, die zu Ihrem Geschmack und Ihrer Persönlichkeit passt.",
tags: ["Service", "Beratung"],
imageSrc:
"http://img.b2bpic.net/free-photo/business-owner-helping-client_23-2149300899.jpg",
"http://img.b2bpic.net/free-photo/business-owner-helping-client_23-2149300899.jpg?_wi=4",
imageAlt: "Persönliche Stilberatung",
},
{
@@ -103,7 +103,7 @@ export default function ServicesPage() {
"Jedes Stück wird mit Bedacht ausgewählt für Qualität und zeitlose Eleganz.",
tags: ["Qualität", "Mode"],
imageSrc:
"http://img.b2bpic.net/free-photo/black-haired-shop-assistant-helping-woman-try-new-dress-adjusting-waistband-customer-choosing-clothes-fashion-store-buying-clothes-boutique-concept_74855-11537.jpg",
"http://img.b2bpic.net/free-photo/black-haired-shop-assistant-helping-woman-try-new-dress-adjusting-waistband-customer-choosing-clothes-fashion-store-buying-clothes-boutique-concept_74855-11537.jpg?_wi=3",
imageAlt: "Liebevoll ausgewählte Modekollektion",
},
{
@@ -114,7 +114,7 @@ export default function ServicesPage() {
"Professionelle Änderungen und Reparaturen für perfekte Passform.",
tags: ["Service", "Handwerk"],
imageSrc:
"http://img.b2bpic.net/free-photo/young-business-owners-preparing-their-store_23-2149300887.jpg",
"http://img.b2bpic.net/free-photo/young-business-owners-preparing-their-store_23-2149300887.jpg?_wi=2",
imageAlt: "Professionelle Änderungsservices",
},
]}
@@ -142,7 +142,7 @@ export default function ServicesPage() {
rating: 5,
reviewCount: "10",
imageSrc:
"http://img.b2bpic.net/free-photo/black-haired-shop-assistant-helping-woman-try-new-dress-adjusting-waistband-customer-choosing-clothes-fashion-store-buying-clothes-boutique-concept_74855-11537.jpg",
"http://img.b2bpic.net/free-photo/black-haired-shop-assistant-helping-woman-try-new-dress-adjusting-waistband-customer-choosing-clothes-fashion-store-buying-clothes-boutique-concept_74855-11537.jpg?_wi=4",
imageAlt: "Stilvolle Damenmode",
},
{
@@ -153,7 +153,7 @@ export default function ServicesPage() {
rating: 5,
reviewCount: "10",
imageSrc:
"http://img.b2bpic.net/free-photo/sympathetic-girl-stands-near-bulding_8353-213.jpg",
"http://img.b2bpic.net/free-photo/sympathetic-girl-stands-near-bulding_8353-213.jpg?_wi=3",
imageAlt: "Ausgewählte Accessoires",
},
{
@@ -164,7 +164,7 @@ export default function ServicesPage() {
rating: 5,
reviewCount: "10",
imageSrc:
"http://img.b2bpic.net/free-photo/business-owner-helping-client_23-2149300899.jpg",
"http://img.b2bpic.net/free-photo/business-owner-helping-client_23-2149300899.jpg?_wi=5",
imageAlt: "Persönliche Stilberatung Service",
},
]}

View File

@@ -114,7 +114,7 @@ export default function AboutPage() {
author: "Gründung 2003",
description: "Die Boutique NaNu wurde gegründet, um Frauen in Dormagen einen Ort zu bieten, wo Mode und persönliche Beratung zusammentreffen. Mit Liebe zum Detail und großem Engagement wählt Cornelia jedes Stück der Kollektion selbst aus.",
tags: ["Geschichte", "Tradition"],
imageSrc: "http://img.b2bpic.net/free-photo/interior-shop-blur_23-2147652280.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/interior-shop-blur_23-2147652280.jpg?_wi=2",
imageAlt: "Boutique Innenbereich",
},
{
@@ -123,7 +123,7 @@ export default function AboutPage() {
author: "Qualität & Service",
description: "Wir glauben, dass Mode nicht nur schön sein sollte, sondern auch zu Ihnen passen muss. Jede Beratung ist individuell und berücksichtigt Ihren persönlichen Stil, Ihre Körperform und Ihre Bedürfnisse.",
tags: ["Qualität", "Beratung"],
imageSrc: "http://img.b2bpic.net/free-photo/business-owner-helping-client_23-2149300899.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-owner-helping-client_23-2149300899.jpg?_wi=3",
imageAlt: "Persönliche Stilberatung",
},
{
@@ -132,7 +132,7 @@ export default function AboutPage() {
author: "Leidenschaft",
description: "Cornelia freut sich darauf, Sie in ihrer Boutique begrüßen zu dürfen und Sie bei der Suche nach Ihrem perfekten Look zu unterstützen. Jede Kundin ist willkommen, jeder Besuch zählt.",
tags: ["Vision", "Leidenschaft"],
imageSrc: "http://img.b2bpic.net/free-photo/sympathetic-girl-stands-near-bulding_8353-213.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sympathetic-girl-stands-near-bulding_8353-213.jpg?_wi=2",
imageAlt: "Boutique Atmosphäre",
},
]}