Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 93f7951471 | |||
| ded9d7881d | |||
| 0c5814be12 | |||
| fa1deae9a9 |
267
src/app/page.tsx
267
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "projects",
|
||||
},
|
||||
name: "Projects", id: "projects"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Rebuildo"
|
||||
/>
|
||||
@@ -56,94 +48,53 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Ihr digitaler Auftritt, neu definiert."
|
||||
description="Wir modernisieren lokale Unternehmen in der Schweiz. Professionelle Websites für Restaurants, Handwerker und Läden – zeitgemäss, schnell und effektiv."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Urs Müller",
|
||||
handle: "@bäckerei-müller",
|
||||
testimonial: "Dank Rebuildo haben wir endlich eine Website, auf der Kunden unser Menü sehen können.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-standing-with-crossed-arms-blouse-cardigan-looking-cheery-front-view_176474-109592.jpg",
|
||||
},
|
||||
name: "Urs Müller", handle: "@bäckerei-müller", testimonial: "Dank Rebuildo haben wir endlich eine Website, auf der Kunden unser Menü sehen können.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-standing-with-crossed-arms-blouse-cardigan-looking-cheery-front-view_176474-109592.jpg"},
|
||||
{
|
||||
name: "Sarah Müller",
|
||||
handle: "@coiffeur-chic",
|
||||
testimonial: "Der gesamte Prozess war unkompliziert und sehr schnell.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-african-man-white-shirt_171337-7992.jpg",
|
||||
},
|
||||
name: "Sarah Müller", handle: "@coiffeur-chic", testimonial: "Der gesamte Prozess war unkompliziert und sehr schnell.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-african-man-white-shirt_171337-7992.jpg"},
|
||||
{
|
||||
name: "Markus Huber",
|
||||
handle: "@schreinerei-huber",
|
||||
testimonial: "Endlich werden wir auch online gefunden, top Qualität.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg",
|
||||
},
|
||||
name: "Markus Huber", handle: "@schreinerei-huber", testimonial: "Endlich werden wir auch online gefunden, top Qualität.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg"},
|
||||
{
|
||||
name: "Elena Rossi",
|
||||
handle: "@baeckerei-rossi",
|
||||
testimonial: "Modernes Design und sehr professionell umgesetzt.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-blond-haired-woman-portrait_53876-139738.jpg",
|
||||
},
|
||||
name: "Elena Rossi", handle: "@baeckerei-rossi", testimonial: "Modernes Design und sehr professionell umgesetzt.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-blond-haired-woman-portrait_53876-139738.jpg"},
|
||||
{
|
||||
name: "Thomas Weber",
|
||||
handle: "@weber-bau",
|
||||
testimonial: "Rebuildo hat unsere Erwartungen übertroffen.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-haired-male-copy-space-background_23-2148401489.jpg",
|
||||
},
|
||||
name: "Thomas Weber", handle: "@weber-bau", testimonial: "Rebuildo hat unsere Erwartungen übertroffen.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-haired-male-copy-space-background_23-2148401489.jpg"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/overhead-view-digital-tablet-with-coffee-earphone-pen-holders-gray-desk_23-2148052597.jpg"
|
||||
imageAlt="modern office desk laptop"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-portrait-successful-goodlooking-young-professional-headhunter-female-entrepreneur-office-worker-beige-blazer-look-away-cross-hands-chest-confident-manage-own-business_197531-30576.jpg",
|
||||
alt: "Portrait 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-portrait-successful-goodlooking-young-professional-headhunter-female-entrepreneur-office-worker-beige-blazer-look-away-cross-hands-chest-confident-manage-own-business_197531-30576.jpg", alt: "Portrait 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3776.jpg",
|
||||
alt: "Portrait 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3776.jpg", alt: "Portrait 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/model-man_158595-3785.jpg",
|
||||
alt: "Portrait 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/model-man_158595-3785.jpg", alt: "Portrait 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-female-with-glasses_23-2148415937.jpg",
|
||||
alt: "Portrait 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-female-with-glasses_23-2148415937.jpg", alt: "Portrait 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-indigenous-businesswoman_23-2151201367.jpg",
|
||||
alt: "Portrait 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-indigenous-businesswoman_23-2151201367.jpg", alt: "Portrait 5"},
|
||||
]}
|
||||
avatarText="Über 50+ zufriedene Unternehmen in der ganzen Schweiz"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Modernes Webdesign",
|
||||
},
|
||||
type: "text", text: "Modernes Webdesign"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Lokale SEO-Optimierung",
|
||||
},
|
||||
type: "text", text: "Lokale SEO-Optimierung"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Blitzschnelle Websites",
|
||||
},
|
||||
type: "text", text: "Blitzschnelle Websites"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Swiss Hosting",
|
||||
},
|
||||
type: "text", text: "Swiss Hosting"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Individueller Service",
|
||||
},
|
||||
type: "text", text: "Individueller Service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -165,20 +116,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Neue Website",
|
||||
description: "Wir erstellen Ihren kompletten digitalen Erstauftritt von Grund auf.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-coffee-shop-cafe-concept_53876-30132.jpg",
|
||||
},
|
||||
title: "Neue Website", description: "Wir erstellen Ihren kompletten digitalen Erstauftritt von Grund auf.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-coffee-shop-cafe-concept_53876-30132.jpg"},
|
||||
{
|
||||
title: "Modernisierung",
|
||||
description: "Wir bringen Ihre veraltete Seite auf den aktuellen technischen Stand.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/web-template-website-design-concept_53876-125608.jpg",
|
||||
},
|
||||
title: "Modernisierung", description: "Wir bringen Ihre veraltete Seite auf den aktuellen technischen Stand.", imageSrc: "http://img.b2bpic.net/free-photo/web-template-website-design-concept_53876-125608.jpg"},
|
||||
{
|
||||
title: "Lokale Optimierung",
|
||||
description: "Wir sorgen dafür, dass Sie in Ihrer Region gefunden werden.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artificial-intelligence-startup-coworkers-doing-brainstorming-optimizing-code_482257-125922.jpg",
|
||||
},
|
||||
title: "Lokale Optimierung", description: "Wir sorgen dafür, dass Sie in Ihrer Region gefunden werden.", imageSrc: "http://img.b2bpic.net/free-photo/artificial-intelligence-startup-coworkers-doing-brainstorming-optimizing-code_482257-125922.jpg"},
|
||||
]}
|
||||
title="Unsere Leistungen"
|
||||
description="Massgeschneiderte Webdesign-Lösungen für Ihr Geschäft."
|
||||
@@ -192,26 +134,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Responsive",
|
||||
description: "Perfekt auf jedem Gerät.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-woman-smiling_23-2148407645.jpg",
|
||||
},
|
||||
id: "m1", value: "100%", title: "Responsive", description: "Perfekt auf jedem Gerät.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-woman-smiling_23-2148407645.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Swiss",
|
||||
title: "Qualität",
|
||||
description: "Lokaler Service aus der Schweiz.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-blue-lights-visual-effects_23-2149419525.jpg",
|
||||
},
|
||||
id: "m2", value: "Swiss", title: "Qualität", description: "Lokaler Service aus der Schweiz.", imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-blue-lights-visual-effects_23-2149419525.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Fast",
|
||||
title: "Performance",
|
||||
description: "Schnelle Ladezeiten für Erfolg.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg",
|
||||
},
|
||||
id: "m3", value: "Fast", title: "Performance", description: "Schnelle Ladezeiten für Erfolg.", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg"},
|
||||
]}
|
||||
title="Warum Rebuildo?"
|
||||
description="Ihre Vorteile für eine erfolgreiche Zusammenarbeit."
|
||||
@@ -221,37 +148,20 @@ export default function LandingPage() {
|
||||
<div id="projects" data-section="projects">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split"
|
||||
buttons={[{text: "Jetzt Projekt anfragen", href: "#contact"}]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Gastronomie",
|
||||
name: "Bäckerei Muster",
|
||||
price: "Modernisiert",
|
||||
rating: 5,
|
||||
reviewCount: "Projekt 1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/startup-business-people-working-laptop-copy-space_53876-163255.jpg",
|
||||
},
|
||||
id: "p1", brand: "Gastronomie", name: "Bäckerei Muster", price: "Modernisiert", rating: 5,
|
||||
reviewCount: "Projekt 1", imageSrc: "http://img.b2bpic.net/free-photo/startup-business-people-working-laptop-copy-space_53876-163255.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Handwerk",
|
||||
name: "Schreinerei Huber",
|
||||
price: "Neu erstellt",
|
||||
rating: 5,
|
||||
reviewCount: "Projekt 2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blooming-floral-arts-crafts-nature_53876-124885.jpg",
|
||||
},
|
||||
id: "p2", brand: "Handwerk", name: "Schreinerei Huber", price: "Neu erstellt", rating: 5,
|
||||
reviewCount: "Projekt 2", imageSrc: "http://img.b2bpic.net/free-photo/blooming-floral-arts-crafts-nature_53876-124885.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Dienstleistung",
|
||||
name: "Coiffeur Chic",
|
||||
price: "Neu erstellt",
|
||||
rating: 5,
|
||||
reviewCount: "Projekt 3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-food-healthy-lifestyle-organic_53876-123820.jpg",
|
||||
},
|
||||
id: "p3", brand: "Dienstleistung", name: "Coiffeur Chic", price: "Neu erstellt", rating: 5,
|
||||
reviewCount: "Projekt 3", imageSrc: "http://img.b2bpic.net/free-photo/fresh-food-healthy-lifestyle-organic_53876-123820.jpg"},
|
||||
]}
|
||||
title="Beispiel-Projekte"
|
||||
description="Erfolgreiche Modernisierungen lokaler Betriebe."
|
||||
@@ -265,59 +175,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Müller",
|
||||
role: "Inhaberin",
|
||||
company: "Coiffeur Chic",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-relaxed-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder_74855-15162.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Müller", role: "Inhaberin", company: "Coiffeur Chic", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-relaxed-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder_74855-15162.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Markus Huber",
|
||||
role: "Meister",
|
||||
company: "Schreinerei Huber",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businessman-standing-front-glass-building_23-2147941467.jpg",
|
||||
},
|
||||
id: "2", name: "Markus Huber", role: "Meister", company: "Schreinerei Huber", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businessman-standing-front-glass-building_23-2147941467.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rossi",
|
||||
role: "Chefin",
|
||||
company: "Bäckerei Müller",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg",
|
||||
},
|
||||
id: "3", name: "Elena Rossi", role: "Chefin", company: "Bäckerei Müller", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Thomas Weber",
|
||||
role: "Inhaber",
|
||||
company: "Weber Bau",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-attractive-female-cafe-staff-wear-uniform-apron-smiling-cheerful-welcome-cafe-reataurant-with-confident-happiness-with-positive-service-mind-after-lockdown-is-shopfront-entrance_609648-62.jpg",
|
||||
},
|
||||
id: "4", name: "Thomas Weber", role: "Inhaber", company: "Weber Bau", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-attractive-female-cafe-staff-wear-uniform-apron-smiling-cheerful-welcome-cafe-reataurant-with-confident-happiness-with-positive-service-mind-after-lockdown-is-shopfront-entrance_609648-62.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Julia Keller",
|
||||
role: "Geschäftsführerin",
|
||||
company: "Keller Floristik",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman_1098-16876.jpg",
|
||||
},
|
||||
id: "5", name: "Julia Keller", role: "Geschäftsführerin", company: "Keller Floristik", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman_1098-16876.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "50+",
|
||||
label: "Projekte",
|
||||
},
|
||||
value: "50+", label: "Projekte"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Zufriedenheit",
|
||||
},
|
||||
value: "100%", label: "Zufriedenheit"},
|
||||
{
|
||||
value: "CH",
|
||||
label: "Schweiz-Fokus",
|
||||
},
|
||||
value: "CH", label: "Schweiz-Fokus"},
|
||||
]}
|
||||
title="Was Kunden sagen"
|
||||
description="Erfolge unserer Partner in der Schweiz."
|
||||
@@ -330,20 +209,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Wie lange dauert eine neue Website?",
|
||||
content: "Normalerweise 2-4 Wochen.",
|
||||
},
|
||||
id: "f1", title: "Wie lange dauert eine neue Website?", content: "Der gesamte Prozess ist bei uns straff organisiert: Nach einem Erstgespräch erstellen wir ein Konzept, designen die Seite und setzen sie technisch um. Meistens sind unsere Kunden innerhalb von 2 bis 4 Wochen voll einsatzbereit online."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Was kostet eine Website?",
|
||||
content: "Das kommt auf den Umfang an, wir bieten faire Pauschalen.",
|
||||
},
|
||||
id: "f2", title: "Was kostet eine Website?", content: "Wir setzen auf faire Pauschalpreise statt versteckter Zusatzkosten. In unseren Pauschalangeboten sind bereits das responsive Webdesign, die technische Einrichtung, die Suchmaschinen-Grundoptimierung und eine erste inhaltliche Aufbereitung enthalten."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Werden meine Daten in der Schweiz gehostet?",
|
||||
content: "Ja, das ist unser Standard.",
|
||||
},
|
||||
id: "f3", title: "Werden meine Daten in der Schweiz gehostet?", content: "Ja, das ist unser Standard. Sicherheit und regionale Nähe sind uns wichtig, daher hosten wir sämtliche Daten ausschliesslich auf Servern in der Schweiz, um höchste Performance und Datenschutz zu gewährleisten."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-hands-holding-post-its_23-2149930951.jpg"
|
||||
title="Häufige Fragen"
|
||||
@@ -357,8 +227,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Kontakt"
|
||||
title="Starten wir Ihr Projekt"
|
||||
description="Kontaktieren Sie uns heute für ein kostenloses Erstgespräch."
|
||||
@@ -370,29 +239,19 @@ export default function LandingPage() {
|
||||
logoText="Rebuildo"
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "Startseite",
|
||||
href: "/",
|
||||
},
|
||||
label: "Startseite", href: "/"},
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Kontakt", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Rechtliches",
|
||||
items: [
|
||||
title: "Rechtliches", items: [
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
label: "Impressum", href: "#"},
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "#",
|
||||
},
|
||||
label: "Datenschutz", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -401,4 +260,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user