Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 65d8b6245f |
250
src/app/page.tsx
250
src/app/page.tsx
@@ -32,98 +32,61 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Über Uns",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Über Uns", id: "#about"},
|
||||
{
|
||||
name: "Produkte",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Produkte", id: "#products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Kontakt", id: "#contact"},
|
||||
]}
|
||||
brandName="Lottchens Liebe"
|
||||
brandName="Mein Herzstück"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
title="Lottchens Liebe: Handgemachte Geschenke mit Herz"
|
||||
variant: "radial-gradient"}}
|
||||
title="Mein Herzstück: Handgemachte Geschenke mit Herz"
|
||||
description="Entdecken Sie einzigartige, liebevoll gestaltete Produkte, die Freude bereiten und unvergessliche Momente schaffen. Perfekt für jeden Anlass."
|
||||
buttons={[
|
||||
{
|
||||
text: "Jetzt Entdecken",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Jetzt Entdecken", href: "#products"},
|
||||
{
|
||||
text: "Mehr Über Uns",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Mehr Über Uns", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-female-hand-putting-marshmallow-into-present-box-with-yellow-color-tulip-flower-dark-chocolate-bar-cone-straw-dark-red-table-with-box-filled-with-marshmallow_141793-8843.jpg"
|
||||
imageAlt="Collection of handmade gifts like jewelry, candles, and personalized items"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg",
|
||||
alt: "Zufriedene Kundin",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg", alt: "Zufriedene Kundin"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-business-woman-standing-with-coffee-cup_23-2148095743.jpg",
|
||||
alt: "Glücklicher Kunde",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-business-woman-standing-with-coffee-cup_23-2148095743.jpg", alt: "Glücklicher Kunde"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg",
|
||||
alt: "Begeisterte Käuferin",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg", alt: "Begeisterte Käuferin"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businesswoman-city-with-blurred-background_1139-257.jpg",
|
||||
alt: "Stammkunde",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businesswoman-city-with-blurred-background_1139-257.jpg", alt: "Stammkunde"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-serious-young-man-with-hand-clasped-looking-camera_23-2148130277.jpg",
|
||||
alt: "Neuer Kunde",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-serious-young-man-with-hand-clasped-looking-camera_23-2148130277.jpg", alt: "Neuer Kunde"},
|
||||
]}
|
||||
avatarText="+1.000 glückliche Kunden"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Liebevoll handgemacht",
|
||||
},
|
||||
type: "text", text: "Liebevoll handgemacht"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Einzigartige Geschenke",
|
||||
},
|
||||
type: "text", text: "Einzigartige Geschenke"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Höchste Qualität",
|
||||
},
|
||||
type: "text", text: "Höchste Qualität"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Für besondere Anlässe",
|
||||
},
|
||||
type: "text", text: "Für besondere Anlässe"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Herzliche Momente",
|
||||
},
|
||||
type: "text", text: "Herzliche Momente"},
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
/>
|
||||
@@ -134,9 +97,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Unsere Geschichte: Liebe in jedem Detail"
|
||||
description={[
|
||||
"Bei Lottchens Liebe glauben wir daran, dass jedes Geschenk eine Geschichte erzählen sollte. Jedes unserer Produkte wird mit größter Sorgfalt und viel Liebe zum Detail handgefertigt, um Emotionen auszudrücken und Herzen zu berühren.",
|
||||
"Wir verwenden nur hochwertige Materialien und arbeiten mit Leidenschaft daran, Ihre Vorstellungen in wunderschöne, greifbare Erinnerungen zu verwandeln. Entdecken Sie die Magie, die in jedem Stück von Lottchens Liebe steckt.",
|
||||
]}
|
||||
"Bei Mein Herzstück glauben wir daran, dass jedes Geschenk eine Geschichte erzählen sollte. Jedes unserer Produkte wird mit größter Sorgfalt und viel Liebe zum Detail handgefertigt, um Emotionen auszudrücken und Herzen zu berühren.", "Wir verwenden nur hochwertige Materialien und arbeiten mit Leidenschaft daran, Ihre Vorstellungen in wunderschöne, greifbare Erinnerungen zu verwandeln. Entdecken Sie die Magie, die in jedem Stück von Mein Herzstück steckt."]}
|
||||
showBorder={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -149,25 +110,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Einzigartige Handarbeit",
|
||||
description: "Jedes Stück ist ein Original, mit Leidenschaft und Sorgfalt von Hand gefertigt, um Individualität zu garantieren.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-celebrating-birthday-office_23-2149334842.jpg",
|
||||
imageAlt: "Unique handmade gift box",
|
||||
},
|
||||
title: "Einzigartige Handarbeit", description: "Jedes Stück ist ein Original, mit Leidenschaft und Sorgfalt von Hand gefertigt, um Individualität zu garantieren.", imageSrc: "http://img.b2bpic.net/free-photo/person-celebrating-birthday-office_23-2149334842.jpg", imageAlt: "Unique handmade gift box"},
|
||||
{
|
||||
title: "Höchste Qualität",
|
||||
description: "Wir wählen nur die besten Materialien aus, um langlebige und wunderschöne Produkte zu schaffen, die begeistern.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-shape-piece-clay_23-2148271053.jpg",
|
||||
imageAlt: "Close-up of a handmade product showing quality",
|
||||
},
|
||||
title: "Höchste Qualität", description: "Wir wählen nur die besten Materialien aus, um langlebige und wunderschöne Produkte zu schaffen, die begeistern.", imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-shape-piece-clay_23-2148271053.jpg", imageAlt: "Close-up of a handmade product showing quality"},
|
||||
{
|
||||
title: "Persönliche Note",
|
||||
description: "Viele unserer Geschenke können personalisiert werden, um sie noch spezieller und bedeutungsvoller zu machen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-taking-present-out-paper-bag-suit_176474-11051.jpg",
|
||||
imageAlt: "Personalized gift with a custom message",
|
||||
},
|
||||
title: "Persönliche Note", description: "Viele unserer Geschenke können personalisiert werden, um sie noch spezieller und bedeutungsvoller zu machen.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-taking-present-out-paper-bag-suit_176474-11051.jpg", imageAlt: "Personalized gift with a custom message"},
|
||||
]}
|
||||
title="Warum Lottchens Liebe wählen?"
|
||||
title="Warum Mein Herzstück wählen?"
|
||||
description="Wir setzen auf Qualität, Kreativität und persönliche Note, um Ihnen und Ihren Liebsten das Beste zu bieten."
|
||||
/>
|
||||
</div>
|
||||
@@ -180,47 +129,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Delikate Halskette",
|
||||
price: "€49.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-christmas-decoration-wooden-table_1252-340.jpg",
|
||||
imageAlt: "Delicate handmade necklace",
|
||||
},
|
||||
id: "1", name: "Delikate Halskette", price: "€49.99", imageSrc: "http://img.b2bpic.net/free-photo/golden-christmas-decoration-wooden-table_1252-340.jpg", imageAlt: "Delicate handmade necklace"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Personalisierte Tasse",
|
||||
price: "€24.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-autumn-composition-with-handmade-cup-closeup_169016-45123.jpg",
|
||||
imageAlt: "Personalized ceramic coffee mug",
|
||||
},
|
||||
id: "2", name: "Personalisierte Tasse", price: "€24.99", imageSrc: "http://img.b2bpic.net/free-photo/cozy-autumn-composition-with-handmade-cup-closeup_169016-45123.jpg", imageAlt: "Personalized ceramic coffee mug"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Duftkerze 'Liebe'",
|
||||
price: "€19.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-whipped-cream-present_23-2148720048.jpg",
|
||||
imageAlt: "Scented candle with 'Liebe' label",
|
||||
},
|
||||
id: "3", name: "Duftkerze 'Liebe'", price: "€19.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-whipped-cream-present_23-2148720048.jpg", imageAlt: "Scented candle with 'Liebe' label"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Fotoalbum 'Erinnerungen'",
|
||||
price: "€59.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-flower-press-with-notebooks_23-2150443508.jpg",
|
||||
imageAlt: "Custom leather photo album",
|
||||
},
|
||||
id: "4", name: "Fotoalbum 'Erinnerungen'", price: "€59.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-flower-press-with-notebooks_23-2150443508.jpg", imageAlt: "Custom leather photo album"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Wandbild 'Herz'",
|
||||
price: "€34.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-vases-with-different-shapes_23-2149681142.jpg",
|
||||
imageAlt: "Small art print with a heart illustration",
|
||||
},
|
||||
id: "5", name: "Wandbild 'Herz'", price: "€34.99", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-vases-with-different-shapes_23-2149681142.jpg", imageAlt: "Small art print with a heart illustration"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Edle Pralinenbox",
|
||||
price: "€29.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-concept-with-cookies_23-2148510761.jpg",
|
||||
imageAlt: "Box of gourmet artisan chocolates",
|
||||
},
|
||||
id: "6", name: "Edle Pralinenbox", price: "€29.99", imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-concept-with-cookies_23-2148510761.jpg", imageAlt: "Box of gourmet artisan chocolates"},
|
||||
]}
|
||||
title="Unsere Herzstücke: Handgefertigte Produkte"
|
||||
description="Stöbern Sie durch unsere exklusive Auswahl an handgemachten Geschenken und finden Sie das perfekte Präsent für jeden Anlass."
|
||||
@@ -235,25 +154,15 @@ export default function LandingPage() {
|
||||
author="Sophie K. aus Berlin"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
|
||||
alt: "Sophie K.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", alt: "Sophie K."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/contemplated-serious-young-man-looking-camera_23-2148130297.jpg",
|
||||
alt: "Max P.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/contemplated-serious-young-man-looking-camera_23-2148130297.jpg", alt: "Max P."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-cutlery-restaurant_169016-21627.jpg",
|
||||
alt: "Lena M.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-cutlery-restaurant_169016-21627.jpg", alt: "Lena M."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elevated-view-thoughtful-young-man-lying-sofa_23-2148130293.jpg",
|
||||
alt: "Jonas S.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/elevated-view-thoughtful-young-man-lying-sofa_23-2148130293.jpg", alt: "Jonas S."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-man-blue-shirt-looking-camera_23-2148130311.jpg",
|
||||
alt: "Mia B.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-man-blue-shirt-looking-camera_23-2148130311.jpg", alt: "Mia B."},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -265,15 +174,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Mit Liebe verpackt",
|
||||
"Kundenliebling",
|
||||
"Herzenswunsch erfüllt",
|
||||
"Qualität, die überzeugt",
|
||||
"Unvergessliche Momente",
|
||||
"Jedes Geschenk ein Treffer",
|
||||
"Empfohlen von Freunden",
|
||||
"Einfach begeistert",
|
||||
]}
|
||||
"Mit Liebe verpackt", "Kundenliebling", "Herzenswunsch erfüllt", "Qualität, die überzeugt", "Unvergessliche Momente", "Jedes Geschenk ein Treffer", "Empfohlen von Freunden", "Einfach begeistert"]}
|
||||
title="Zahlreiche glückliche Kunden"
|
||||
description="Ihre Zufriedenheit ist unsere größte Belohnung. Schließen Sie sich unserer wachsenden Familie von Liebhabern handgefertigter Geschenke an."
|
||||
/>
|
||||
@@ -285,20 +186,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Wie kann ich ein Produkt personalisieren?",
|
||||
content: "Viele unserer Produkte bieten Personalisierungsoptionen. Auf der Produktseite finden Sie entsprechende Felder, in denen Sie Ihren Wunschtext oder andere Details eingeben können.",
|
||||
},
|
||||
id: "1", title: "Wie kann ich ein Produkt personalisieren?", content: "Viele unserer Produkte bieten Personalisierungsoptionen. Auf der Produktseite finden Sie entsprechende Felder, in denen Sie Ihren Wunschtext oder andere Details eingeben können."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Wie lange dauert die Lieferung?",
|
||||
content: "Die Lieferzeit hängt vom Produkt und dem Grad der Personalisierung ab. Standardprodukte werden innerhalb von 3-5 Werktagen versendet, personalisierte Artikel benötigen in der Regel 7-10 Werktage.",
|
||||
},
|
||||
id: "2", title: "Wie lange dauert die Lieferung?", content: "Die Lieferzeit hängt vom Produkt und dem Grad der Personalisierung ab. Standardprodukte werden innerhalb von 3-5 Werktagen versendet, personalisierte Artikel benötigen in der Regel 7-10 Werktage."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Bieten Sie auch Geschenkverpackungen an?",
|
||||
content: "Ja, wir bieten für alle unsere Produkte eine liebevolle Geschenkverpackung an. Diese Option können Sie während des Bestellvorgangs auswählen.",
|
||||
},
|
||||
id: "3", title: "Bieten Sie auch Geschenkverpackungen an?", content: "Ja, wir bieten für alle unsere Produkte eine liebevolle Geschenkverpackung an. Diese Option können Sie während des Bestellvorgangs auswählen."},
|
||||
]}
|
||||
title="Häufig gestellte Fragen"
|
||||
description="Antworten auf Ihre Fragen rund um unsere Produkte, den Bestellvorgang und die Personalisierung."
|
||||
@@ -310,16 +202,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Kontaktieren Sie uns"
|
||||
title="Lassen Sie uns Ihre Vision verwirklichen"
|
||||
description="Haben Sie eine spezielle Anfrage oder benötigen Sie Beratung? Wir sind für Sie da, um Ihre Traumgeschenke zu kreieren. Schreiben Sie uns eine Nachricht!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Nachricht senden",
|
||||
href: "mailto:info@lottchens-liebe.de",
|
||||
},
|
||||
text: "Nachricht senden", href: "mailto:info@lottchens-liebe.de"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -328,66 +217,43 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Produkte",
|
||||
items: [
|
||||
title: "Produkte", items: [
|
||||
{
|
||||
label: "Halsketten",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Halsketten", href: "#products"},
|
||||
{
|
||||
label: "Tassen",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Tassen", href: "#products"},
|
||||
{
|
||||
label: "Kerzen",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Kerzen", href: "#products"},
|
||||
{
|
||||
label: "Alben",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Alben", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Unternehmen",
|
||||
items: [
|
||||
title: "Unternehmen", items: [
|
||||
{
|
||||
label: "Über uns",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Über uns", href: "#about"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Kontakt", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Rechtliches",
|
||||
items: [
|
||||
title: "Rechtliches", items: [
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "#",
|
||||
},
|
||||
label: "Datenschutz", href: "#"},
|
||||
{
|
||||
label: "AGB",
|
||||
href: "#",
|
||||
},
|
||||
label: "AGB", href: "#"},
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
label: "Impressum", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 Lottchens Liebe. Alle Rechte vorbehalten."
|
||||
bottomLeftText="© 2024 Mein Herzstück. Alle Rechte vorbehalten."
|
||||
bottomRightText="Handgefertigt mit Liebe in Deutschland."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user