Update src/app/page.tsx
This commit is contained in:
174
src/app/page.tsx
174
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigieren",
|
||||
items: [
|
||||
title: "Navigieren", items: [
|
||||
{ label: "Startseite", href: "/" },
|
||||
{ label: "Über uns", href: "/uber-uns" },
|
||||
{ label: "Sortiment & Service", href: "#services" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{ label: "Anrufen: 02133 80692", href: "tel:+4921338069" },
|
||||
{ label: "Hauptstraße 52, 41540 Dormagen", href: "https://maps.google.com/?q=Hauptstraße+52,+41540+Dormagen" },
|
||||
{ label: "Mo-Fr: 10:00-18:00 Uhr", href: "#" },
|
||||
@@ -41,8 +39,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Rechtliches",
|
||||
items: [
|
||||
title: "Rechtliches", items: [
|
||||
{ label: "Impressum", href: "#" },
|
||||
{ label: "Datenschutz", href: "#" },
|
||||
{ label: "AGB", href: "#" },
|
||||
@@ -57,7 +54,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="circleGradient"
|
||||
background="aurora"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -74,9 +71,7 @@ export default function HomePage() {
|
||||
{ name: "Kontakt", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Jetzt anrufen",
|
||||
href: "tel:+4921338069",
|
||||
}}
|
||||
text: "Jetzt anrufen", href: "tel:+4921338069"}}
|
||||
buttonClassName="px-4 py-2 rounded-soft bg-primary-cta text-primary-cta-text font-semibold hover:opacity-90 transition-opacity"
|
||||
buttonTextClassName="text-sm font-semibold"
|
||||
/>
|
||||
@@ -86,20 +81,16 @@ export default function HomePage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="NaNu"
|
||||
description="Mode mit persönlicher Beratung in Dormagen. Entdecken Sie stilvolle Damenmode, individuelle Beratung und liebevoll ausgewählte Stücke in unserer Boutique."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Jetzt anrufen",
|
||||
href: "tel:+4921338069",
|
||||
},
|
||||
text: "Jetzt anrufen", href: "tel:+4921338069"},
|
||||
{
|
||||
text: "Route planen",
|
||||
href: "https://maps.google.com/?q=Hauptstraße+52,+41540+Dormagen",
|
||||
},
|
||||
text: "Route planen", href: "https://maps.google.com/?q=Hauptstraße+52,+41540+Dormagen"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interior-shop-blur_23-2147652280.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interior-shop-blur_23-2147652280.jpg"
|
||||
imageAlt="Cornelia Freibeuter Boutique NaNu Innenraum"
|
||||
mediaAnimation="opacity"
|
||||
frameStyle="card"
|
||||
@@ -116,25 +107,16 @@ export default function HomePage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Cornelia Freibeuter – ",
|
||||
},
|
||||
type: "text", content: "Cornelia Freibeuter – "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-young-woman-posing-library_23-2148727808.jpg",
|
||||
alt: "Cornelia Freibeuter",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/pretty-young-woman-posing-library_23-2148727808.jpg", alt: "Cornelia Freibeuter"},
|
||||
{
|
||||
type: "text",
|
||||
content: " mit Leidenschaft für Mode",
|
||||
},
|
||||
type: "text", content: " mit Leidenschaft für Mode"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Mehr über uns",
|
||||
href: "/uber-uns",
|
||||
},
|
||||
text: "Mehr über uns", href: "/uber-uns"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
headingClassName="text-4xl font-bold text-foreground"
|
||||
@@ -151,38 +133,20 @@ export default function HomePage() {
|
||||
description="Wir sind mehr als nur ein Modegeschäft – wir sind Ihr persönlicher Styling-Partner."
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Persönliche Beratung",
|
||||
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?_wi=1",
|
||||
imageAlt: "Persönliche Stilberatung",
|
||||
},
|
||||
id: "1", title: "Persönliche Beratung", 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", imageAlt: "Persönliche Stilberatung"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Liebevoll ausgewählte Mode",
|
||||
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?_wi=1",
|
||||
imageAlt: "Liebevoll ausgewählte Modekollektion",
|
||||
},
|
||||
id: "2", title: "Liebevoll ausgewählte Mode", 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", imageAlt: "Liebevoll ausgewählte Modekollektion"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Änderungen & Reparaturen",
|
||||
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?_wi=1",
|
||||
imageAlt: "Professionelle Änderungsservices",
|
||||
},
|
||||
id: "3", title: "Änderungen & Reparaturen", 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", imageAlt: "Professionelle Änderungsservices"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
titleClassName="text-3xl font-bold text-foreground"
|
||||
descriptionClassName="text-base text-foreground"
|
||||
cardTitleClassName="text-3xl font-bold text-foreground"
|
||||
textBoxDescriptionClassName="text-base text-foreground"
|
||||
cardClassName="rounded-soft p-6 shadow-soft"
|
||||
/>
|
||||
</div>
|
||||
@@ -193,42 +157,21 @@ export default function HomePage() {
|
||||
description="Unser Sortiment umfasst ausgewählte Damenmode mit Fokus auf Stil, Qualität und individuelle Beratung."
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "NaNu Boutique",
|
||||
name: "Damenmode",
|
||||
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?_wi=2",
|
||||
imageAlt: "Stilvolle Damenmode",
|
||||
},
|
||||
id: "1", brand: "NaNu Boutique", name: "Damenmode", 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", imageAlt: "Stilvolle Damenmode"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "NaNu Boutique",
|
||||
name: "Accessoires",
|
||||
price: "Variabel",
|
||||
rating: 5,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sympathetic-girl-stands-near-bulding_8353-213.jpg?_wi=1",
|
||||
imageAlt: "Ausgewählte Accessoires",
|
||||
},
|
||||
id: "2", brand: "NaNu Boutique", name: "Accessoires", price: "Variabel", rating: 5,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/sympathetic-girl-stands-near-bulding_8353-213.jpg", imageAlt: "Ausgewählte Accessoires"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "NaNu Boutique",
|
||||
name: "Persönliche Stilberatung",
|
||||
price: "Kostenlos",
|
||||
rating: 5,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-owner-helping-client_23-2149300899.jpg?_wi=2",
|
||||
imageAlt: "Persönliche Stilberatung Service",
|
||||
},
|
||||
id: "3", brand: "NaNu Boutique", name: "Persönliche Stilberatung", price: "Kostenlos", rating: 5,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/business-owner-helping-client_23-2149300899.jpg", imageAlt: "Persönliche Stilberatung Service"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
titleClassName="text-3xl font-bold text-foreground"
|
||||
descriptionClassName="text-base text-foreground"
|
||||
textBoxTitleClassName="text-3xl font-bold text-foreground"
|
||||
textBoxDescriptionClassName="text-base text-foreground"
|
||||
cardClassName="rounded-soft p-6 shadow-soft"
|
||||
/>
|
||||
</div>
|
||||
@@ -237,41 +180,17 @@ export default function HomePage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Schmidt",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg?_wi=1",
|
||||
imageAlt: "Sarah Schmidt",
|
||||
},
|
||||
id: "1", name: "Sarah Schmidt", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg", 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?_wi=1",
|
||||
imageAlt: "Anna Weber",
|
||||
},
|
||||
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", 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?_wi=1",
|
||||
imageAlt: "Karin Müller",
|
||||
},
|
||||
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", 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?_wi=1",
|
||||
imageAlt: "Petra Jung",
|
||||
},
|
||||
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", imageAlt: "Petra Jung"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Julia Hoffmann",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sensual-blond-female-black-dress_613910-14376.jpg?_wi=1",
|
||||
imageAlt: "Julia Hoffmann",
|
||||
},
|
||||
id: "5", name: "Julia Hoffmann", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sensual-blond-female-black-dress_613910-14376.jpg", 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?_wi=1",
|
||||
imageAlt: "Claudia Fischer",
|
||||
},
|
||||
id: "6", name: "Claudia Fischer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-against-black-background-looking-camera_23-2148229337.jpg", imageAlt: "Claudia Fischer"},
|
||||
]}
|
||||
cardTitle="Über 100 zufriedene Kundinnen vertrauen unserer Expertise und persönlichen Beratung"
|
||||
cardTag="Google 5-Sterne Bewertungen"
|
||||
@@ -289,18 +208,11 @@ export default function HomePage() {
|
||||
description="Vertraut von Frauen aus Dormagen und der Region für persönliche Beratung und hochwertige Mode"
|
||||
tag="Lokale Boutique"
|
||||
names={[
|
||||
"Cornelia Freibeuter Boutique NaNu",
|
||||
"Persönliche Beratung seit 2003",
|
||||
"5-Sterne Google Bewertungen",
|
||||
"Dormagen Mode Experte",
|
||||
"Inhabergeführtes Geschäft",
|
||||
"Professionelle Änderungsschneiderei",
|
||||
"Lokale Leidenschaft für Mode",
|
||||
]}
|
||||
"Cornelia Freibeuter Boutique NaNu", "Persönliche Beratung seit 2003", "5-Sterne Google Bewertungen", "Dormagen Mode Experte", "Inhabergeführtes Geschäft", "Professionelle Änderungsschneiderei", "Lokale Leidenschaft für Mode"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
titleClassName="text-2xl font-bold text-foreground"
|
||||
descriptionClassName="text-base text-foreground"
|
||||
textBoxTitleClassName="text-2xl font-bold text-foreground"
|
||||
textBoxDescriptionClassName="text-base text-foreground"
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -312,15 +224,11 @@ export default function HomePage() {
|
||||
animationType="background-highlight"
|
||||
buttons={[
|
||||
{
|
||||
text: "Jetzt anrufen: 02133 80692",
|
||||
href: "tel:+4921338069",
|
||||
},
|
||||
text: "Jetzt anrufen: 02133 80692", href: "tel:+4921338069"},
|
||||
{
|
||||
text: "Route planen",
|
||||
href: "https://maps.google.com/?q=Hauptstraße+52,+41540+Dormagen",
|
||||
},
|
||||
text: "Route planen", href: "https://maps.google.com/?q=Hauptstraße+52,+41540+Dormagen"},
|
||||
]}
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
textClassName="text-2xl font-bold text-foreground"
|
||||
containerClassName="w-full"
|
||||
|
||||
Reference in New Issue
Block a user