Merge version_1 into main #2
243
src/app/page.tsx
243
src/app/page.tsx
@@ -32,21 +32,13 @@ 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: "Sorten",
|
||||
id: "features",
|
||||
},
|
||||
name: "Sorten", id: "features"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="Eisparadies Osnabrück"
|
||||
/>
|
||||
@@ -58,79 +50,40 @@ export default function LandingPage() {
|
||||
description="Authentische, hausgemachte Eiscreme aus den feinsten Zutaten. Täglich frisch für Sie zubereitet – genießen Sie den Geschmack purer Freude."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Tim G",
|
||||
handle: "Osnabrück",
|
||||
testimonial: "Sehr leckeres Eis zu günstigen Preisen. Wir kommen sehr gerne wieder.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-people-outdoors-holding-ice-cream-cones_23-2149431422.jpg?_wi=1",
|
||||
imageAlt: "artisanal ice cream cone warm aesthetic",
|
||||
},
|
||||
name: "Tim G", handle: "Osnabrück", testimonial: "Sehr leckeres Eis zu günstigen Preisen. Wir kommen sehr gerne wieder.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-people-outdoors-holding-ice-cream-cones_23-2149431422.jpg", imageAlt: "artisanal ice cream cone warm aesthetic"},
|
||||
{
|
||||
name: "Pia Itani",
|
||||
handle: "Osnabrück",
|
||||
testimonial: "Das beste Eis! Weit und breit! Super coole Sorten, sehr familiär!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-redhead-curly-lady-sitting-cafe_171337-16570.jpg?_wi=1",
|
||||
imageAlt: "artisanal ice cream cone warm aesthetic",
|
||||
},
|
||||
name: "Pia Itani", handle: "Osnabrück", testimonial: "Das beste Eis! Weit und breit! Super coole Sorten, sehr familiär!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-redhead-curly-lady-sitting-cafe_171337-16570.jpg", imageAlt: "artisanal ice cream cone warm aesthetic"},
|
||||
{
|
||||
name: "Max M.",
|
||||
handle: "Osnabrück",
|
||||
testimonial: "Unglaublich cremig und intensiv. Mein Favorit in der ganzen Stadt.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vanilla-chocolate-chips-extreme-close-up-ice-cream_23-2148430680.jpg?_wi=1",
|
||||
imageAlt: "artisanal ice cream cone warm aesthetic",
|
||||
},
|
||||
name: "Max M.", handle: "Osnabrück", testimonial: "Unglaublich cremig und intensiv. Mein Favorit in der ganzen Stadt.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vanilla-chocolate-chips-extreme-close-up-ice-cream_23-2148430680.jpg", imageAlt: "artisanal ice cream cone warm aesthetic"},
|
||||
{
|
||||
name: "Sarah L.",
|
||||
handle: "Osnabrück",
|
||||
testimonial: "Sehr gute Auswahl, besonders die Fruchtsorten sind erfrischend.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/one-chocolate-candy-fork-covered-by-white-cream-slowly-falling-down_633478-1757.jpg?_wi=1",
|
||||
imageAlt: "artisanal ice cream cone warm aesthetic",
|
||||
},
|
||||
name: "Sarah L.", handle: "Osnabrück", testimonial: "Sehr gute Auswahl, besonders die Fruchtsorten sind erfrischend.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/one-chocolate-candy-fork-covered-by-white-cream-slowly-falling-down_633478-1757.jpg", imageAlt: "artisanal ice cream cone warm aesthetic"},
|
||||
{
|
||||
name: "Tom B.",
|
||||
handle: "Osnabrück",
|
||||
testimonial: "Absolut empfehlenswert, auch im Winter einen Besuch wert!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strawberry-ice-cream_658428-303.jpg?_wi=1",
|
||||
imageAlt: "artisanal ice cream cone warm aesthetic",
|
||||
},
|
||||
name: "Tom B.", handle: "Osnabrück", testimonial: "Absolut empfehlenswert, auch im Winter einen Besuch wert!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strawberry-ice-cream_658428-303.jpg", imageAlt: "artisanal ice cream cone warm aesthetic"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Sorten entdecken",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Sorten entdecken", href: "#features"},
|
||||
{
|
||||
text: "Kontakt",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Kontakt", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-people-outdoors-holding-ice-cream-cones_23-2149431422.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-people-outdoors-holding-ice-cream-cones_23-2149431422.jpg"
|
||||
imageAlt="Köstliches hausgemachtes Eis"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/colorful-ice-cream-cones-with-easter-eggs-pink-background-vanilla-pastel-toning-minimalism-flat-lay_1220-1206.jpg",
|
||||
alt: "Kunde 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/colorful-ice-cream-cones-with-easter-eggs-pink-background-vanilla-pastel-toning-minimalism-flat-lay_1220-1206.jpg", alt: "Kunde 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-girl-holding-ice-cream_23-2149119399.jpg",
|
||||
alt: "Kunde 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-girl-holding-ice-cream_23-2149119399.jpg", alt: "Kunde 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-happy-couple-with-ice-cream_23-2148311196.jpg",
|
||||
alt: "Kunde 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-happy-couple-with-ice-cream_23-2148311196.jpg", alt: "Kunde 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-blurred-girl-laughing-with-ice-cream_23-2148311209.jpg",
|
||||
alt: "Kunde 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-blurred-girl-laughing-with-ice-cream_23-2148311209.jpg", alt: "Kunde 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/appetizing-ice-cream-cone-female-hands_169016-48662.jpg",
|
||||
alt: "Kunde 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/appetizing-ice-cream-cone-female-hands_169016-48662.jpg", alt: "Kunde 5"},
|
||||
]}
|
||||
avatarText="Mehr als 1.000 begeisterte Eisliebhaber"
|
||||
/>
|
||||
@@ -141,9 +94,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Unsere Philosophie"
|
||||
description={[
|
||||
"Wir bei Eisparadies Osnabrück glauben, dass echtes Eis ohne künstliche Aromen auskommen sollte. Deshalb verwenden wir nur hochwertige Zutaten und traditionelle Handwerkskunst.",
|
||||
"Besuchen Sie uns in der Landrat-von-Ostman-Straße und erleben Sie, wie echtes Eis schmecken muss. Unser familiärer Service sorgt dafür, dass sich jeder Gast willkommen fühlt.",
|
||||
]}
|
||||
"Wir bei Eisparadies Osnabrück glauben, dass echtes Eis ohne künstliche Aromen auskommen sollte. Deshalb verwenden wir nur hochwertige Zutaten und traditionelle Handwerkskunst.", "Besuchen Sie uns in der Landrat-von-Ostman-Straße und erleben Sie, wie echtes Eis schmecken muss. Unser familiärer Service sorgt dafür, dass sich jeder Gast willkommen fühlt."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -154,55 +105,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Klassische Cremes",
|
||||
description: "Bourbon-Vanille, Schokolade und Stracciatella, die nach Kindheit schmecken.",
|
||||
icon: Sparkles,
|
||||
title: "Klassische Cremes", description: "Bourbon-Vanille, Schokolade und Stracciatella, die nach Kindheit schmecken.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vanilla-chocolate-chips-extreme-close-up-ice-cream_23-2148430680.jpg?_wi=2",
|
||||
imageAlt: "Vanilleeis",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vanilla-chocolate-chips-extreme-close-up-ice-cream_23-2148430680.jpg", imageAlt: "Vanilleeis"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-ice-cream-winter-time_23-2149618910.jpg",
|
||||
imageAlt: "Vanilleeis",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-ice-cream-winter-time_23-2149618910.jpg", imageAlt: "Vanilleeis"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-people-outdoors-holding-ice-cream-cones_23-2149431422.jpg?_wi=3",
|
||||
imageAlt: "vanilla bean ice cream scoop",
|
||||
},
|
||||
{
|
||||
title: "Schoko-Träume",
|
||||
description: "Intensives Kakaovergnügen für wahre Schokoladen-Liebhaber.",
|
||||
icon: Zap,
|
||||
title: "Schoko-Träume", description: "Intensives Kakaovergnügen für wahre Schokoladen-Liebhaber.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/one-chocolate-candy-fork-covered-by-white-cream-slowly-falling-down_633478-1757.jpg?_wi=2",
|
||||
imageAlt: "Schokoladeneis",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/one-chocolate-candy-fork-covered-by-white-cream-slowly-falling-down_633478-1757.jpg", imageAlt: "Schokoladeneis"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-ice-cream-table_23-2148514037.jpg",
|
||||
imageAlt: "Schokoladeneis",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-ice-cream-table_23-2148514037.jpg", imageAlt: "Schokoladeneis"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-redhead-curly-lady-sitting-cafe_171337-16570.jpg?_wi=2",
|
||||
imageAlt: "vanilla bean ice cream scoop",
|
||||
},
|
||||
{
|
||||
title: "Fruchtige Sorbets",
|
||||
description: "Erfrischend, leicht und zu 100% aus echten Früchten gezaubert.",
|
||||
icon: Star,
|
||||
title: "Fruchtige Sorbets", description: "Erfrischend, leicht und zu 100% aus echten Früchten gezaubert.", icon: Star,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strawberry-ice-cream_658428-303.jpg?_wi=2",
|
||||
imageAlt: "Fruchteis",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strawberry-ice-cream_658428-303.jpg", imageAlt: "Fruchteis"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert-with-strawberries_23-2149412362.jpg",
|
||||
imageAlt: "Fruchteis",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert-with-strawberries_23-2149412362.jpg", imageAlt: "Fruchteis"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-2838.jpg?_wi=1",
|
||||
imageAlt: "vanilla bean ice cream scoop",
|
||||
},
|
||||
]}
|
||||
title="Unsere Eis-Klassiker & Neuheiten"
|
||||
@@ -218,45 +145,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Tim G",
|
||||
role: "Kunde",
|
||||
company: "Osnabrück",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-2838.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Tim G", role: "Kunde", company: "Osnabrück", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-2838.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pia Itani",
|
||||
role: "Kunde",
|
||||
company: "Osnabrück",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-female-dressed-white-dress-sunglasses-cute-teenage-girl-eating-ice-cream-street_613910-12203.jpg",
|
||||
},
|
||||
id: "2", name: "Pia Itani", role: "Kunde", company: "Osnabrück", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-female-dressed-white-dress-sunglasses-cute-teenage-girl-eating-ice-cream-street_613910-12203.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Max M.",
|
||||
role: "Kunde",
|
||||
company: "Osnabrück",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/appetizing-ice-cream-cone-female-hands_169016-48488.jpg",
|
||||
},
|
||||
id: "3", name: "Max M.", role: "Kunde", company: "Osnabrück", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/appetizing-ice-cream-cone-female-hands_169016-48488.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah L.",
|
||||
role: "Kunde",
|
||||
company: "Osnabrück",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-senior-woman-posing_23-2149012629.jpg",
|
||||
},
|
||||
id: "4", name: "Sarah L.", role: "Kunde", company: "Osnabrück", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-senior-woman-posing_23-2149012629.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Tom B.",
|
||||
role: "Kunde",
|
||||
company: "Osnabrück",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/love-concept-with-happy-couple-spending-time-together_23-2149068911.jpg",
|
||||
},
|
||||
id: "5", name: "Tom B.", role: "Kunde", company: "Osnabrück", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/love-concept-with-happy-couple-spending-time-together_23-2149068911.jpg"},
|
||||
]}
|
||||
title="Was unsere Kunden sagen"
|
||||
description="Kundenzufriedenheit steht bei uns an erster Stelle. Danke für die Unterstützung!"
|
||||
@@ -270,22 +172,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Eissorten aktuell",
|
||||
value: "24+",
|
||||
icon: Award,
|
||||
id: "1", title: "Eissorten aktuell", value: "24+", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Jahre Erfahrung",
|
||||
value: "10+",
|
||||
icon: Award,
|
||||
id: "2", title: "Jahre Erfahrung", value: "10+", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Zufriedene Kunden",
|
||||
value: "1000+",
|
||||
icon: Award,
|
||||
id: "3", title: "Zufriedene Kunden", value: "1000+", icon: Award,
|
||||
},
|
||||
]}
|
||||
title="Unsere Eis-Statistik"
|
||||
@@ -299,20 +192,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Haben Sie im Winter geöffnet?",
|
||||
content: "Ja, wir haben auch im Winter mit angepasstem Angebot geöffnet.",
|
||||
},
|
||||
id: "1", title: "Haben Sie im Winter geöffnet?", content: "Ja, wir haben auch im Winter mit angepasstem Angebot geöffnet."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Sind die Zutaten natürlich?",
|
||||
content: "Wir verwenden nur hochwertige, natürliche Zutaten ohne künstliche Aromen.",
|
||||
},
|
||||
id: "2", title: "Sind die Zutaten natürlich?", content: "Wir verwenden nur hochwertige, natürliche Zutaten ohne künstliche Aromen."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Bieten Sie veganes Eis an?",
|
||||
content: "Ja, unsere Fruchtsorbets sind fast alle rein pflanzlich.",
|
||||
},
|
||||
id: "3", title: "Bieten Sie veganes Eis an?", content: "Ja, unsere Fruchtsorbets sind fast alle rein pflanzlich."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-two-ice-creams_23-2149426697.jpg"
|
||||
imageAlt="Eisparadies FAQ"
|
||||
@@ -327,20 +211,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Kontakt"
|
||||
title="Kommen Sie vorbei"
|
||||
description="Landrat-von-Ostman-Straße 1, 49076 Osnabrück. Wir freuen uns auf Ihren Besuch!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Route planen",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
text: "Route planen", href: "https://maps.google.com"},
|
||||
{
|
||||
text: "Anrufen",
|
||||
href: "tel:054144015067",
|
||||
},
|
||||
text: "Anrufen", href: "tel:054144015067"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -351,29 +230,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Über uns",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Über uns", href: "#about"},
|
||||
{
|
||||
label: "Sorten",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Sorten", href: "#features"},
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Kontakt", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
label: "Impressum", href: "#"},
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "#",
|
||||
},
|
||||
label: "Datenschutz", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user