Merge version_2 into main #4
@@ -1,55 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Inter_Tight } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const interTight = Inter_Tight({
|
||||
variable: "--font-inter-tight", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
import "./styles/variables.css";
|
||||
import "./styles/base.css";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Antiquitäten Ankauf & Verkauf | Faire Preise seit 20 Jahren", description: "Seriöser Antiquitätenhandel: Ankauf und Verkauf von Möbeln, Kunst, Schmuck und Sammlerstücken. Kostenlose Bewertung, faire Preise, diskrete Abwicklung.", keywords: "Antiquitäten ankauf, Antiquitätenhandel, Antiquitätenverkauf, Möbelankauf, Kunstankauf, Schmuckankauf, Raritäten", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Antiquitäten Ankauf & Verkauf | Über 20 Jahre Erfahrung", description: "Vertrauensvoller Antiquitätenhandel mit fairer Bewertung und schneller Abwicklung. Jetzt kostenlose Expertenbewertung anfragen!", type: "website", siteName: "Antiquitäten Ankauf", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg", alt: "Luxuriös eingerichtetes Wohnzimmer mit Antiquitäten"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Antiquitäten Ankauf & Verkauf | Faire Preise", description: "Professioneller Antiquitätenhandel seit über 20 Jahren. Kostenlose Bewertung, faire Preise, diskrete Abwicklung.", images: ["http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg"],
|
||||
},
|
||||
};
|
||||
title: "Antiquitäten Ankauf", description: "Seriöser Antiquitätenankauf mit über 20 Jahren Expertise"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${interTight.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charSet="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
</head>
|
||||
<body>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1417,7 +1384,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
144
src/app/page.tsx
144
src/app/page.tsx
@@ -8,9 +8,9 @@ import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
||||
import MediaAbout from "@/components/sections/about/MediaAbout";
|
||||
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import { Award, Camera, CheckCircle, Zap } from "lucide-react";
|
||||
import { Award, Camera, CheckCircle, Zap, Mail, Phone } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,12 +30,12 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
brandName="Antiquitäten Ankauf"
|
||||
navItems={[
|
||||
{ name: "Startseite", id: "home" },
|
||||
{ name: "Ankauf", id: "ankauf" },
|
||||
{ name: "Antiquitäten", id: "antiquitaeten" },
|
||||
{ name: "Galerie", id: "galerie" },
|
||||
{ name: "Über uns", id: "about" },
|
||||
{ name: "Kontakt", id: "contact" },
|
||||
{ name: "Startseite", id: "/" },
|
||||
{ name: "Ankauf", id: "#ankauf" },
|
||||
{ name: "Antiquitäten", id: "#antiquitaeten" },
|
||||
{ name: "Galerie", id: "#galerie" },
|
||||
{ name: "Über uns", id: "#about" },
|
||||
{ name: "Kontakt", id: "#contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -50,26 +50,34 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-closeup-shot-flower-bouquet-vase-table-near-elegant-armchair_181624-2457.jpg?_wi=1", imageAlt: "Antike Möbel"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-closeup-shot-flower-bouquet-vase-table-near-elegant-armchair_181624-2457.jpg?_wi=1", imageAlt: "Antike Möbel"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-rose-tea-bowl-wooden-empty-frame_140725-12274.jpg?_wi=1", imageAlt: "Gemälde und Kunst"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-rose-tea-bowl-wooden-empty-frame_140725-12274.jpg?_wi=1", imageAlt: "Gemälde und Kunst"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silver-jewelry-box-with-jewels_23-2149400857.jpg?_wi=1", imageAlt: "Schmuck und Silber"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silver-jewelry-box-with-jewels_23-2149400857.jpg?_wi=1", imageAlt: "Schmuck und Silber"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-set-flower-patterned-plates-table_140725-12916.jpg?_wi=1", imageAlt: "Porzellan"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-set-flower-patterned-plates-table_140725-12916.jpg?_wi=1", imageAlt: "Porzellan"
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-book-gold-time-object_1150-1622.jpg?_wi=1", imageAlt: "Antike Uhren"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-book-gold-time-object_1150-1622.jpg?_wi=1", imageAlt: "Antike Uhren"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vintage-objects-still-life_23-2150348557.jpg?_wi=1", imageAlt: "Sammlerstücke"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vintage-objects-still-life_23-2150348557.jpg?_wi=1", imageAlt: "Sammlerstücke"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/peles-castle-interior-romania_1268-20814.jpg?_wi=1", imageAlt: "Kronleuchter"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/peles-castle-interior-romania_1268-20814.jpg?_wi=1", imageAlt: "Kronleuchter"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/texture-intricate-floral-pattern-short-pile-rug_7502-10024.jpg?_wi=1", imageAlt: "Teppiche"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/texture-intricate-floral-pattern-short-pile-rug_7502-10024.jpg?_wi=1", imageAlt: "Teppiche"
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Kostenlose Bewertung", href: "contact" },
|
||||
{ text: "Kostenlose Bewertung", href: "#contact" },
|
||||
{ text: "Jetzt anrufen", href: "#" },
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
@@ -83,13 +91,17 @@ export default function LandingPage() {
|
||||
description="Vier Gründe, die uns zum idealen Partner für Ihren Antiquitätenverkauf machen"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", title: "20+ Jahre Erfahrung", subtitle: "Kompetenz und Vertrauen seit Jahrzehnten", category: "Expertise", value: "2000+"},
|
||||
id: "1", title: "20+ Jahre Erfahrung", subtitle: "Kompetenz und Vertrauen seit Jahrzehnten", category: "Expertise", value: "2000+"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Faire Marktpreise", subtitle: "Transparente Bewertung nach aktuellen Marktstandards", category: "Fairness", value: "100%"},
|
||||
id: "2", title: "Faire Marktpreise", subtitle: "Transparente Bewertung nach aktuellen Marktstandards", category: "Fairness", value: "100%"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Diskrete Abwicklung", subtitle: "Vertrauliche und sichere Behandlung Ihrer Objekte", category: "Sicherheit", value: "Garantiert"},
|
||||
id: "3", title: "Diskrete Abwicklung", subtitle: "Vertrauliche und sichere Behandlung Ihrer Objekte", category: "Sicherheit", value: "Garantiert"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Schnelle Bewertung", subtitle: "Sofort-Angebot innerhalb von 24 Stunden", category: "Schnelligkeit", value: "24h"},
|
||||
id: "4", title: "Schnelle Bewertung", subtitle: "Sofort-Angebot innerhalb von 24 Stunden", category: "Schnelligkeit", value: "24h"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -104,22 +116,28 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Antiquitäten", name: "Antike Möbel", price: "Variabel", rating: 5,
|
||||
reviewCount: "Vielfältig", imageSrc: "http://img.b2bpic.net/free-photo/wide-closeup-shot-flower-bouquet-vase-table-near-elegant-armchair_181624-2457.jpg?_wi=2", imageAlt: "Antike Möbel"},
|
||||
reviewCount: "Vielfältig", imageSrc: "http://img.b2bpic.net/free-photo/wide-closeup-shot-flower-bouquet-vase-table-near-elegant-armchair_181624-2457.jpg?_wi=2", imageAlt: "Antike Möbel"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Kunstsammlungen", name: "Gemälde & Kunst", price: "Premium", rating: 5,
|
||||
reviewCount: "Hochwertig", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rose-tea-bowl-wooden-empty-frame_140725-12274.jpg?_wi=2", imageAlt: "Gemälde und Kunstwerke"},
|
||||
reviewCount: "Hochwertig", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rose-tea-bowl-wooden-empty-frame_140725-12274.jpg?_wi=2", imageAlt: "Gemälde und Kunstwerke"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Schmuck", name: "Schmuck & Silber", price: "Wertvoll", rating: 5,
|
||||
reviewCount: "Kostbar", imageSrc: "http://img.b2bpic.net/free-photo/silver-jewelry-box-with-jewels_23-2149400857.jpg?_wi=2", imageAlt: "Schmuck und Silberware"},
|
||||
reviewCount: "Kostbar", imageSrc: "http://img.b2bpic.net/free-photo/silver-jewelry-box-with-jewels_23-2149400857.jpg?_wi=2", imageAlt: "Schmuck und Silberware"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Keramik", name: "Porzellan", price: "Kostbar", rating: 5,
|
||||
reviewCount: "Exquisit", imageSrc: "http://img.b2bpic.net/free-photo/side-view-set-flower-patterned-plates-table_140725-12916.jpg?_wi=2", imageAlt: "Feines Porzellan"},
|
||||
reviewCount: "Exquisit", imageSrc: "http://img.b2bpic.net/free-photo/side-view-set-flower-patterned-plates-table_140725-12916.jpg?_wi=2", imageAlt: "Feines Porzellan"
|
||||
},
|
||||
{
|
||||
id: "5", brand: "Zeitstücke", name: "Uhren", price: "Premium", rating: 5,
|
||||
reviewCount: "Rare", imageSrc: "http://img.b2bpic.net/free-photo/golden-book-gold-time-object_1150-1622.jpg?_wi=2", imageAlt: "Antike Uhren"},
|
||||
reviewCount: "Rare", imageSrc: "http://img.b2bpic.net/free-photo/golden-book-gold-time-object_1150-1622.jpg?_wi=2", imageAlt: "Antike Uhren"
|
||||
},
|
||||
{
|
||||
id: "6", brand: "Raritäten", name: "Sammlerstücke", price: "Einzigartig", rating: 5,
|
||||
reviewCount: "Exklusiv", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vintage-objects-still-life_23-2150348557.jpg?_wi=2", imageAlt: "Sammlerstücke und Raritäten"},
|
||||
reviewCount: "Exklusiv", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vintage-objects-still-life_23-2150348557.jpg?_wi=2", imageAlt: "Sammlerstücke und Raritäten"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -155,31 +173,40 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Möbel", name: "Antike Kommode", price: "€2.500+", rating: 5,
|
||||
reviewCount: "Selten", imageSrc: "http://img.b2bpic.net/free-photo/colorful-wooden-box-is-placed-wooden-stool-this-art-piece_1258-296245.jpg", imageAlt: "Antike Kommode"},
|
||||
reviewCount: "Selten", imageSrc: "http://img.b2bpic.net/free-photo/colorful-wooden-box-is-placed-wooden-stool-this-art-piece_1258-296245.jpg", imageAlt: "Antike Kommode"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Kunstwerk", name: "Klassisches Gemälde", price: "€5.000+", rating: 5,
|
||||
reviewCount: "Original", imageSrc: "http://img.b2bpic.net/free-photo/top-view-greenish-gold-frame-with-flowers-black-surface_141793-17696.jpg", imageAlt: "Klassisches Gemälde"},
|
||||
reviewCount: "Original", imageSrc: "http://img.b2bpic.net/free-photo/top-view-greenish-gold-frame-with-flowers-black-surface_141793-17696.jpg", imageAlt: "Klassisches Gemälde"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Silber", name: "Besteck-Service", price: "€1.200+", rating: 5,
|
||||
reviewCount: "925er", imageSrc: "http://img.b2bpic.net/free-photo/vintage-old-rustic-kitchen-utensils-forks-spoons-knifes-old-wooden-table-food-vintage-rustic-concept-top-view_1220-1148.jpg", imageAlt: "Antikes Silberbesteck"},
|
||||
reviewCount: "925er", imageSrc: "http://img.b2bpic.net/free-photo/vintage-old-rustic-kitchen-utensils-forks-spoons-knifes-old-wooden-table-food-vintage-rustic-concept-top-view_1220-1148.jpg", imageAlt: "Antikes Silberbesteck"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Uhren", name: "Taschenuhr", price: "€3.800+", rating: 5,
|
||||
reviewCount: "Mechanisch", imageSrc: "http://img.b2bpic.net/free-photo/golden-book-gold-time-object_1150-1622.jpg?_wi=3", imageAlt: "Antike Taschenuhr"},
|
||||
reviewCount: "Mechanisch", imageSrc: "http://img.b2bpic.net/free-photo/golden-book-gold-time-object_1150-1622.jpg?_wi=3", imageAlt: "Antike Taschenuhr"
|
||||
},
|
||||
{
|
||||
id: "5", brand: "Keramik", name: "Porzellanvase", price: "€1.500+", rating: 5,
|
||||
reviewCount: "Dekorativ", imageSrc: "http://img.b2bpic.net/free-photo/vase-still-life-baroque-style_23-2149659396.jpg", imageAlt: "Antike Porzellanvase"},
|
||||
reviewCount: "Dekorativ", imageSrc: "http://img.b2bpic.net/free-photo/vase-still-life-baroque-style_23-2149659396.jpg", imageAlt: "Antike Porzellanvase"
|
||||
},
|
||||
{
|
||||
id: "6", brand: "Leuchter", name: "Kristall Kronleuchter", price: "€4.200+", rating: 5,
|
||||
reviewCount: "Prachtvolle", imageSrc: "http://img.b2bpic.net/free-photo/peles-castle-interior-romania_1268-20814.jpg?_wi=2", imageAlt: "Kristall Kronleuchter"},
|
||||
reviewCount: "Prachtvolle", imageSrc: "http://img.b2bpic.net/free-photo/peles-castle-interior-romania_1268-20814.jpg?_wi=2", imageAlt: "Kristall Kronleuchter"
|
||||
},
|
||||
{
|
||||
id: "7", brand: "Möbel", name: "Spiegel mit Rahmen", price: "€800+", rating: 5,
|
||||
reviewCount: "Dekorativ", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-yellow-flowers-glass-jar-reflected-mirror_181624-13997.jpg", imageAlt: "Antiker Spiegel"},
|
||||
reviewCount: "Dekorativ", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-yellow-flowers-glass-jar-reflected-mirror_181624-13997.jpg", imageAlt: "Antiker Spiegel"
|
||||
},
|
||||
{
|
||||
id: "8", brand: "Textilien", name: "Orientteppich", price: "€3.500+", rating: 5,
|
||||
reviewCount: "Handgeknüpft", imageSrc: "http://img.b2bpic.net/free-photo/texture-intricate-floral-pattern-short-pile-rug_7502-10024.jpg?_wi=2", imageAlt: "Antiker Orientteppich"},
|
||||
reviewCount: "Handgeknüpft", imageSrc: "http://img.b2bpic.net/free-photo/texture-intricate-floral-pattern-short-pile-rug_7502-10024.jpg?_wi=2", imageAlt: "Antiker Orientteppich"
|
||||
},
|
||||
{
|
||||
id: "9", brand: "Deko", name: "Schmuckschatulle", price: "€650+", rating: 5,
|
||||
reviewCount: "Vintage", imageSrc: "http://img.b2bpic.net/free-photo/view-piano-shaped-music-box-with-bohemian-decor_23-2150545709.jpg", imageAlt: "Antike Schmuckschatulle"},
|
||||
reviewCount: "Vintage", imageSrc: "http://img.b2bpic.net/free-photo/view-piano-shaped-music-box-with-bohemian-decor_23-2150545709.jpg", imageAlt: "Antike Schmuckschatulle"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -196,7 +223,7 @@ export default function LandingPage() {
|
||||
tagIcon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mature-smiling-shoemaker-workshop-making-shoes_171337-12267.jpg"
|
||||
imageAlt="Antiquitätenhändler Porträt"
|
||||
buttons={[{ text: "Mehr erfahren", href: "#" }]}
|
||||
buttons={[{ text: "Mehr erfahren", href: "#contact" }]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -207,17 +234,23 @@ export default function LandingPage() {
|
||||
description="Lesen Sie, was zufriedene Kunden über unseren Service sagen"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Faire Bewertung und schnelle Abwicklung", quote: "Ich war beeindruckt von der professionellen Bewertung meiner Möbelsammlung. Die Preise waren fair und der Prozess unkompliziert.", name: "Klaus Mueller", role: "Privatsammler", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Klaus Mueller"},
|
||||
id: "1", title: "Faire Bewertung und schnelle Abwicklung", quote: "Ich war beeindruckt von der professionellen Bewertung meiner Möbelsammlung. Die Preise waren fair und der Prozess unkompliziert.", name: "Klaus Mueller", role: "Privatsammler", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Klaus Mueller"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Vertrauenswürdige Partner beim Verkauf", quote: "Mit über 20 Jahren Erfahrung weiß man, dass man es mit Profis zu tun hat. Empfehlung mit besten Gefühlen!", name: "Elisabeth Schmidt", role: "Kunstsammlerin", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Elisabeth Schmidt"},
|
||||
id: "2", title: "Vertrauenswürdige Partner beim Verkauf", quote: "Mit über 20 Jahren Erfahrung weiß man, dass man es mit Profis zu tun hat. Empfehlung mit besten Gefühlen!", name: "Elisabeth Schmidt", role: "Kunstsammlerin", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Elisabeth Schmidt"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Experten für wertvolle Sammlungen", quote: "Meine Taschenuhr wurde sachkundig beurteilt. Das Angebot war deutlich über meinen Erwartungen.", name: "Hans Weber", role: "Uhrenliebhaber", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3", imageAlt: "Hans Weber"},
|
||||
id: "3", title: "Experten für wertvolle Sammlungen", quote: "Meine Taschenuhr wurde sachkundig beurteilt. Das Angebot war deutlich über meinen Erwartungen.", name: "Hans Weber", role: "Uhrenliebhaber", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3", imageAlt: "Hans Weber"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Diskrete und sichere Handhabung", quote: "Der sensible Umgang mit meinen Porzellanstücken hat mich überzeugt. Absolut vertrauenswürdig!", name: "Margarete Hoffmann", role: "Sammlerin von Porzellan", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=4", imageAlt: "Margarete Hoffmann"},
|
||||
id: "4", title: "Diskrete und sichere Handhabung", quote: "Der sensible Umgang mit meinen Porzellanstücken hat mich überzeugt. Absolut vertrauenswürdig!", name: "Margarete Hoffmann", role: "Sammlerin von Porzellan", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=4", imageAlt: "Margarete Hoffmann"
|
||||
},
|
||||
{
|
||||
id: "5", title: "Top-notch Expertise und Service", quote: "Die schnelle Bewertung und faire Kommunikation haben den Verkauf meiner Kunstobjekte zu einer positiven Erfahrung gemacht.", name: "Johann Fischer", role: "Kunstmäzen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=5", imageAlt: "Johann Fischer"},
|
||||
id: "5", title: "Top-notch Expertise und Service", quote: "Die schnelle Bewertung und faire Kommunikation haben den Verkauf meiner Kunstobjekte zu einer positiven Erfahrung gemacht.", name: "Johann Fischer", role: "Kunstmäzen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=5", imageAlt: "Johann Fischer"
|
||||
},
|
||||
{
|
||||
id: "6", title: "Seriös, professionell und zuverlässig", quote: "In allen Belangen beeindruckend. Hätte ich nicht gedacht, dass der Ankauf so reibungslos funktioniert.", name: "Christiane von Braun", role: "Erbin von Antiquitäten", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=6", imageAlt: "Christiane von Braun"},
|
||||
id: "6", title: "Seriös, professionell und zuverlässig", quote: "In allen Belangen beeindruckend. Hätte ich nicht gedacht, dass der Ankauf so reibungslos funktioniert.", name: "Christiane von Braun", role: "Erbin von Antiquitäten", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=6", imageAlt: "Christiane von Braun"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -225,15 +258,22 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Bereit, Ihre Antiquitäten zu verkaufen? Kontaktieren Sie uns noch heute für eine kostenlose Bewertung. Schnell, diskret, fair."
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{ text: "Kostenlose Bewertung anfragen", href: "#" },
|
||||
{ text: "Jetzt anrufen", href: "#" },
|
||||
]}
|
||||
<ContactSplit
|
||||
tag="Kontakt"
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
title="Bereit zum Verkaufen?"
|
||||
description="Kontaktieren Sie uns noch heute für eine kostenlose Bewertung Ihrer Antiquitäten. Schnell, diskret und fair."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mature-smiling-shoemaker-workshop-making-shoes_171337-12267.jpg"
|
||||
imageAlt="Kontakt"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Ihre E-Mail-Adresse"
|
||||
buttonText="Jetzt bewerten lassen"
|
||||
termsText="Wir respektieren Ihre Privatsphäre. Ihre Daten werden vertraulich behandelt."
|
||||
onSubmit={(email) => console.log(email)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -244,16 +284,16 @@ export default function LandingPage() {
|
||||
title: "Navigation", items: [
|
||||
{ label: "Startseite", href: "/" },
|
||||
{ label: "Ankauf", href: "#ankauf" },
|
||||
{ label: "Antiquitäten", href: "#antiquitaeten" },
|
||||
{ label: "Galerie", href: "#galerie" },
|
||||
{ label: "Über uns", href: "#about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Unternehmen", items: [
|
||||
{ label: "Über uns", href: "#about" },
|
||||
{ label: "Kontakt", href: "#contact" },
|
||||
{ label: "Impressum", href: "#" },
|
||||
{ label: "Datenschutz", href: "#" },
|
||||
{ label: "AGB", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #511f1f;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #e63946;
|
||||
--background-accent: #e8a8b6;
|
||||
--background: #F2F4F3;
|
||||
--card: #E8EBEA;
|
||||
--foreground: #49111C;
|
||||
--primary-cta: #A9927D;
|
||||
--primary-cta-text: #F2F4F3;
|
||||
--secondary-cta: #F2F4F3;
|
||||
--secondary-cta-text: #49111C;
|
||||
--accent: #5E503F;
|
||||
--background-accent: #A9927D;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user