Merge version_1 into main #2
@@ -32,9 +32,7 @@ export default function AboutPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "📞 Jetzt anrufen",
|
||||
href: "tel:+49711123456",
|
||||
}}
|
||||
text: "📞 Jetzt anrufen", href: "tel:+49711123456"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -47,19 +45,14 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "📞 Jetzt anrufen",
|
||||
href: "tel:+49711123456",
|
||||
},
|
||||
text: "📞 Jetzt anrufen", href: "tel:+49711123456"},
|
||||
{
|
||||
text: "🌲 Baum reservieren",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "🌲 Baum reservieren", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-shot-breathtaking-tall-trees-middle-sequoia-national-park-california-usa_181624-47269.jpg"
|
||||
imageAlt="sustainable tree farm plantation germany"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -67,20 +60,14 @@ export default function AboutPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Hochwertige BIO-Tannen mit ",
|
||||
},
|
||||
type: "text", content: "Hochwertige BIO-Tannen mit "},
|
||||
{
|
||||
type: "text",
|
||||
content: "Leidenschaft gezüchtet",
|
||||
},
|
||||
type: "text", content: "Leidenschaft gezüchtet"},
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Mehr erfahren",
|
||||
href: "#",
|
||||
},
|
||||
text: "Mehr erfahren", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -93,12 +80,9 @@ export default function AboutPage() {
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Kontaktieren Sie uns",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Kontaktieren Sie uns", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -106,54 +90,33 @@ export default function AboutPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Südheimer Platz, 70199 Stuttgart",
|
||||
href: "#",
|
||||
},
|
||||
label: "Südheimer Platz, 70199 Stuttgart", href: "#"},
|
||||
{
|
||||
label: "Tel: +49 (0)711 123456",
|
||||
href: "tel:+49711123456",
|
||||
},
|
||||
label: "Tel: +49 (0)711 123456", href: "tel:+49711123456"},
|
||||
{
|
||||
label: "Email: info@cziczis.de",
|
||||
href: "mailto:info@cziczis.de",
|
||||
},
|
||||
label: "Email: info@cziczis.de", href: "mailto:info@cziczis.de"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
label: "Impressum", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -33,9 +33,7 @@ export default function ContactPage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "📞 Jetzt anrufen",
|
||||
href: "tel:+49711123456",
|
||||
}}
|
||||
text: "📞 Jetzt anrufen", href: "tel:+49711123456"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -47,16 +45,11 @@ export default function ContactPage() {
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "📞 Jetzt anrufen: +49 (0)711 123456",
|
||||
href: "tel:+49711123456",
|
||||
},
|
||||
text: "📞 Jetzt anrufen: +49 (0)711 123456", href: "tel:+49711123456"},
|
||||
{
|
||||
text: "✉️ E-Mail senden",
|
||||
href: "mailto:info@cziczis.de",
|
||||
},
|
||||
text: "✉️ E-Mail senden", href: "mailto:info@cziczis.de"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -65,16 +58,12 @@ export default function ContactPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Besuchen Sie uns vor Ort oder rufen Sie uns an – wir sind für Sie da!",
|
||||
},
|
||||
type: "text", content: "Besuchen Sie uns vor Ort oder rufen Sie uns an – wir sind für Sie da!"},
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Google Maps öffnen",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
text: "Google Maps öffnen", href: "https://maps.google.com"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -172,33 +161,24 @@ export default function ContactPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Südheimer Platz 15, 70199 Stuttgart",
|
||||
href: "#",
|
||||
},
|
||||
label: "Südheimer Platz 15, 70199 Stuttgart", href: "#"},
|
||||
{
|
||||
label: "Tel: +49 (0)711 123456",
|
||||
href: "tel:+49711123456",
|
||||
},
|
||||
label: "Tel: +49 (0)711 123456", href: "tel:+49711123456"},
|
||||
{
|
||||
label: "Email: info@cziczis.de",
|
||||
href: "mailto:info@cziczis.de",
|
||||
},
|
||||
label: "Email: info@cziczis.de", href: "mailto:info@cziczis.de"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Impressum", href: "#" },
|
||||
|
||||
161
src/app/page.tsx
161
src/app/page.tsx
@@ -36,9 +36,7 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "📞 Jetzt anrufen",
|
||||
href: "tel:+49711123456",
|
||||
}}
|
||||
text: "📞 Jetzt anrufen", href: "tel:+49711123456"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -51,19 +49,14 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "📞 Jetzt anrufen",
|
||||
href: "tel:+49711123456",
|
||||
},
|
||||
text: "📞 Jetzt anrufen", href: "tel:+49711123456"},
|
||||
{
|
||||
text: "🌲 Baum reservieren",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "🌲 Baum reservieren", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/christmas-background-with-wreath-fir-tree-cinnamon_1048-7160.jpg"
|
||||
imageAlt="beautiful christmas trees outdoor display"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -79,55 +72,25 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Mueller",
|
||||
role: "Mutter",
|
||||
company: "Stuttgart",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg?_wi=1",
|
||||
imageAlt: "happy customer smiling portrait professional",
|
||||
},
|
||||
id: "1", name: "Sarah Mueller", role: "Mutter", company: "Stuttgart", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg", imageAlt: "happy customer smiling portrait professional"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Schmidt",
|
||||
role: "Hausbesitzer",
|
||||
company: "Stuttgart-West",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-woman-with-curly-hair-wearing-turtleneck-sweater-beckoning-come-here-gesture-with-hand-inviting-welcoming-happy-smiling_839833-29564.jpg?_wi=1",
|
||||
imageAlt: "satisfied customer smiling portrait photo",
|
||||
},
|
||||
id: "2", name: "Michael Schmidt", role: "Hausbesitzer", company: "Stuttgart-West", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-woman-with-curly-hair-wearing-turtleneck-sweater-beckoning-come-here-gesture-with-hand-inviting-welcoming-happy-smiling_839833-29564.jpg", imageAlt: "satisfied customer smiling portrait photo"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Julia Becker",
|
||||
role: "Büroleiterin",
|
||||
company: "Südheimer Platz",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-car-showroom-saleswoman-ready-assist-customers_482257-124534.jpg?_wi=1",
|
||||
imageAlt: "customer service representative portrait photo",
|
||||
},
|
||||
id: "3", name: "Julia Becker", role: "Büroleiterin", company: "Südheimer Platz", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-car-showroom-saleswoman-ready-assist-customers_482257-124534.jpg", imageAlt: "customer service representative portrait photo"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Thomas Wagner",
|
||||
role: "Geschäftsführer",
|
||||
company: "Stuttgart-Mitte",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-taking-selfie_23-2148142674.jpg?_wi=1",
|
||||
imageAlt: "professional business portrait headshot",
|
||||
},
|
||||
id: "4", name: "Thomas Wagner", role: "Geschäftsführer", company: "Stuttgart-Mitte", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-taking-selfie_23-2148142674.jpg", imageAlt: "professional business portrait headshot"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5.0 ⭐",
|
||||
label: "Google Bewertung",
|
||||
},
|
||||
value: "5.0 ⭐", label: "Google Bewertung"},
|
||||
{
|
||||
value: "95%",
|
||||
label: "Kundenzufriedenheit",
|
||||
},
|
||||
value: "95%", label: "Kundenzufriedenheit"},
|
||||
{
|
||||
value: "20+",
|
||||
label: "Jahre Erfahrung",
|
||||
},
|
||||
value: "20+", label: "Jahre Erfahrung"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -136,20 +99,14 @@ export default function HomePage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "CziCzis – ",
|
||||
},
|
||||
type: "text", content: "CziCzis – "},
|
||||
{
|
||||
type: "text",
|
||||
content: "hochwertige BIO-Tannen aus Stuttgart",
|
||||
},
|
||||
type: "text", content: "hochwertige BIO-Tannen aus Stuttgart"},
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Mehr über uns erfahren",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Mehr über uns erfahren", href: "/about"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -166,28 +123,16 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "🌲 Nordmanntannen",
|
||||
description: "Premium-Tannen aus Bio-Anbau, robust und langlebig für die ganze Weihnachtszeit.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Leaf,
|
||||
title: "🌲 Nordmanntannen", description: "Premium-Tannen aus Bio-Anbau, robust und langlebig für die ganze Weihnachtszeit.", bentoComponent: "reveal-icon", icon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "🌱 BIO-zertifiziert",
|
||||
description: "Alle unsere Bäume sind BIO-zertifiziert und frei von chemischen Düngemitteln.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Shield,
|
||||
title: "🌱 BIO-zertifiziert", description: "Alle unsere Bäume sind BIO-zertifiziert und frei von chemischen Düngemitteln.", bentoComponent: "reveal-icon", icon: Shield,
|
||||
},
|
||||
{
|
||||
title: "👥 Persönliche Beratung",
|
||||
description: "Unser freundliches Team berät Sie gerne vor Ort bei der Auswahl des perfekten Baums.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
title: "👥 Persönliche Beratung", description: "Unser freundliches Team berät Sie gerne vor Ort bei der Auswahl des perfekten Baums.", bentoComponent: "reveal-icon", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "🚚 Große Auswahl",
|
||||
description: "Vom kleinen Tischbaum bis zum großen Wohnzimmerriesen – wir haben die richtige Größe für Sie.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Package,
|
||||
title: "🚚 Große Auswahl", description: "Vom kleinen Tischbaum bis zum großen Wohnzimmerriesen – wir haben die richtige Größe für Sie.", bentoComponent: "reveal-icon", icon: Package,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -200,15 +145,9 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "500+",
|
||||
description: "Zufriedene Familien haben sich in diesem Jahr für unsere Bäume entschieden.",
|
||||
},
|
||||
id: "1", value: "500+", description: "Zufriedene Familien haben sich in diesem Jahr für unsere Bäume entschieden."},
|
||||
{
|
||||
id: "2",
|
||||
value: "100%",
|
||||
description: "Unserer Tannen kommen aus nachhaltigem Anbau im Umland von Stuttgart.",
|
||||
},
|
||||
id: "2", value: "100%", description: "Unserer Tannen kommen aus nachhaltigem Anbau im Umland von Stuttgart."},
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
metricsAnimation="slide-up"
|
||||
@@ -222,16 +161,11 @@ export default function HomePage() {
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "📞 Jetzt anrufen: +49 (0)711 123456",
|
||||
href: "tel:+49711123456",
|
||||
},
|
||||
text: "📞 Jetzt anrufen: +49 (0)711 123456", href: "tel:+49711123456"},
|
||||
{
|
||||
text: "✉️ Anfrage senden",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "✉️ Anfrage senden", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -239,54 +173,33 @@ export default function HomePage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Südheimer Platz, 70199 Stuttgart",
|
||||
href: "#",
|
||||
},
|
||||
label: "Südheimer Platz, 70199 Stuttgart", href: "#"},
|
||||
{
|
||||
label: "Tel: +49 (0)711 123456",
|
||||
href: "tel:+49711123456",
|
||||
},
|
||||
label: "Tel: +49 (0)711 123456", href: "tel:+49711123456"},
|
||||
{
|
||||
label: "Email: info@cziczis.de",
|
||||
href: "mailto:info@cziczis.de",
|
||||
},
|
||||
label: "Email: info@cziczis.de", href: "mailto:info@cziczis.de"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
label: "Impressum", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -19,24 +19,21 @@ export default function ProductsPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Trees", href: "/products" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Südheimer Platz, 70199 Stuttgart", href: "#" },
|
||||
{ label: "Tel: +49 (0)711 123456", href: "tel:+49711123456" },
|
||||
{ label: "Email: info@cziczis.de", href: "mailto:info@cziczis.de" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Impressum", href: "#" },
|
||||
@@ -65,9 +62,7 @@ export default function ProductsPage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "📞 Jetzt anrufen",
|
||||
href: "tel:+49711123456",
|
||||
}}
|
||||
text: "📞 Jetzt anrufen", href: "tel:+49711123456"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -83,7 +78,6 @@ export default function ProductsPage() {
|
||||
{ text: "🌲 Baum reservieren", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -98,32 +92,20 @@ export default function ProductsPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "🌲 Nordmanntannen",
|
||||
description:
|
||||
"Premium-Tannen aus Bio-Anbau, robust und langlebig für die ganze Weihnachtszeit.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Leaf,
|
||||
title: "🌲 Nordmanntannen", description:
|
||||
"Premium-Tannen aus Bio-Anbau, robust und langlebig für die ganze Weihnachtszeit.", bentoComponent: "reveal-icon", icon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "🌱 BIO-zertifiziert",
|
||||
description:
|
||||
"Alle unsere Bäume sind BIO-zertifiziert und frei von chemischen Düngemitteln.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Shield,
|
||||
title: "🌱 BIO-zertifiziert", description:
|
||||
"Alle unsere Bäume sind BIO-zertifiziert und frei von chemischen Düngemitteln.", bentoComponent: "reveal-icon", icon: Shield,
|
||||
},
|
||||
{
|
||||
title: "👥 Persönliche Beratung",
|
||||
description:
|
||||
"Unser freundliches Team berät Sie gerne vor Ort bei der Auswahl des perfekten Baums.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
title: "👥 Persönliche Beratung", description:
|
||||
"Unser freundliches Team berät Sie gerne vor Ort bei der Auswahl des perfekten Baums.", bentoComponent: "reveal-icon", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "🚚 Große Auswahl",
|
||||
description:
|
||||
"Vom kleinen Tischbaum bis zum großen Wohnzimmerriesen – wir haben die richtige Größe für Sie.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Package,
|
||||
title: "🚚 Große Auswahl", description:
|
||||
"Vom kleinen Tischbaum bis zum großen Wohnzimmerriesen – wir haben die richtige Größe für Sie.", bentoComponent: "reveal-icon", icon: Package,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -139,7 +121,6 @@ export default function ProductsPage() {
|
||||
{ text: "📞 Preis erfragen", href: "tel:+49711123456" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -18,24 +18,21 @@ export default function ReviewsPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Trees", href: "/products" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Südheimer Platz, 70199 Stuttgart", href: "#" },
|
||||
{ label: "Tel: +49 (0)711 123456", href: "tel:+49711123456" },
|
||||
{ label: "Email: info@cziczis.de", href: "mailto:info@cziczis.de" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Impressum", href: "#" },
|
||||
@@ -64,9 +61,7 @@ export default function ReviewsPage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "📞 Jetzt anrufen",
|
||||
href: "tel:+49711123456",
|
||||
}}
|
||||
text: "📞 Jetzt anrufen", href: "tel:+49711123456"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -82,7 +77,6 @@ export default function ReviewsPage() {
|
||||
{ text: "✉️ Anfrage senden", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -98,59 +92,29 @@ export default function ReviewsPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Mueller",
|
||||
role: "Mutter",
|
||||
company: "Stuttgart",
|
||||
rating: 5,
|
||||
id: "1", name: "Sarah Mueller", role: "Mutter", company: "Stuttgart", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg?_wi=2",
|
||||
imageAlt: "happy customer smiling portrait professional",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg", imageAlt: "happy customer smiling portrait professional"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Schmidt",
|
||||
role: "Hausbesitzer",
|
||||
company: "Stuttgart-West",
|
||||
rating: 5,
|
||||
id: "2", name: "Michael Schmidt", role: "Hausbesitzer", company: "Stuttgart-West", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-hispanic-woman-with-curly-hair-wearing-turtleneck-sweater-beckoning-come-here-gesture-with-hand-inviting-welcoming-happy-smiling_839833-29564.jpg?_wi=2",
|
||||
imageAlt: "satisfied customer smiling portrait photo",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/young-hispanic-woman-with-curly-hair-wearing-turtleneck-sweater-beckoning-come-here-gesture-with-hand-inviting-welcoming-happy-smiling_839833-29564.jpg", imageAlt: "satisfied customer smiling portrait photo"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Julia Becker",
|
||||
role: "Büroleiterin",
|
||||
company: "Südheimer Platz",
|
||||
rating: 5,
|
||||
id: "3", name: "Julia Becker", role: "Büroleiterin", company: "Südheimer Platz", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiling-car-showroom-saleswoman-ready-assist-customers_482257-124534.jpg?_wi=2",
|
||||
imageAlt: "customer service representative portrait photo",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiling-car-showroom-saleswoman-ready-assist-customers_482257-124534.jpg", imageAlt: "customer service representative portrait photo"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Thomas Wagner",
|
||||
role: "Geschäftsführer",
|
||||
company: "Stuttgart-Mitte",
|
||||
rating: 5,
|
||||
id: "4", name: "Thomas Wagner", role: "Geschäftsführer", company: "Stuttgart-Mitte", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/brunette-businesswoman-taking-selfie_23-2148142674.jpg?_wi=2",
|
||||
imageAlt: "professional business portrait headshot",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/brunette-businesswoman-taking-selfie_23-2148142674.jpg", imageAlt: "professional business portrait headshot"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5.0 ⭐",
|
||||
label: "Google Bewertung",
|
||||
},
|
||||
value: "5.0 ⭐", label: "Google Bewertung"},
|
||||
{
|
||||
value: "95%",
|
||||
label: "Kundenzufriedenheit",
|
||||
},
|
||||
value: "95%", label: "Kundenzufriedenheit"},
|
||||
{
|
||||
value: "20+",
|
||||
label: "Jahre Erfahrung",
|
||||
},
|
||||
value: "20+", label: "Jahre Erfahrung"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -162,17 +126,11 @@ export default function ReviewsPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "500+",
|
||||
description:
|
||||
"Zufriedene Familien haben sich in diesem Jahr für unsere Bäume entschieden.",
|
||||
},
|
||||
id: "1", value: "500+", description:
|
||||
"Zufriedene Familien haben sich in diesem Jahr für unsere Bäume entschieden."},
|
||||
{
|
||||
id: "2",
|
||||
value: "100%",
|
||||
description:
|
||||
"Unserer Tannen kommen aus nachhaltigem Anbau im Umland von Stuttgart.",
|
||||
},
|
||||
id: "2", value: "100%", description:
|
||||
"Unserer Tannen kommen aus nachhaltigem Anbau im Umland von Stuttgart."},
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
metricsAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user