Update src/app/page.tsx
This commit is contained in:
@@ -15,16 +15,16 @@ import { Award, CheckCircle, Clock, DollarSign, Edit, Gauge, HelpCircle, Lightbu
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="large"
|
||||
background="noiseDiagonalGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="extrabold"
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="none"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
tag="Websites für kleine Unternehmen"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "downward-rays-animated-grid" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Jetzt Website kaufen", href: "#packages" },
|
||||
{ text: "Beispiele ansehen", href: "#industries" }
|
||||
@@ -103,7 +103,7 @@ export default function LandingPage() {
|
||||
description="Wählen Sie das perfekte Paket für Ihre Bedürfnisse. Alle Pakete enthalten Hosting, Domain und E-Mail-Support."
|
||||
textboxLayout="default"
|
||||
animationType="scale-rotate"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter", title: "Starter", price: "299 €", period: "Einmalig", features: [
|
||||
@@ -168,7 +168,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="opacity"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "fast", title: "In 48h online", description: "Ihre Website ist innerhalb von zwei Tagen live. Schneller als traditionelle Agenturen, genauso professionell und zuverlässig.", media: { imageSrc: "http://img.b2bpic.net/free-vector/bicycle-delivery-concept-flat-style_23-2148167861.jpg", imageAlt: "fast speed clock timer quick rapid" },
|
||||
@@ -215,7 +215,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Maria Schmidt", role: "Inhaberin", testimonial: "Mit SiteForge hatte ich innerhalb von zwei Tagen meine eigene Website online. Die Terminbuchung funktioniert perfekt, und meine Kunden finden mich jetzt online. Absolut empfehlenswert!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageAlt: "professional woman portrait business headshot", icon: Star
|
||||
@@ -242,7 +242,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "Wie lange dauert es, bis meine Website online ist?", content: "Ihre Website ist innerhalb von 48 Stunden online. Sie müssen nur Ihre Branche auswählen, das Design anpassen und bestätigen. Danach kümmern wir uns um den Rest – Hosting, Domain, SSL-Zertifikat und Deployment."
|
||||
|
||||
Reference in New Issue
Block a user