diff --git a/src/app/page.tsx b/src/app/page.tsx index ac007b0..32fa243 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Termin telefonisch vereinbaren", href: "contact" }, { text: "Termin anfragen", href: "contact" }, ]} - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-girl-dark-sweater-standing-near-lamps_114579-81884.jpg" imageAlt="Moderner, heller Friseursalon mit schwarzen Stühlen und eleganter Beleuchtung" mediaAnimation="slide-up" @@ -78,17 +78,17 @@ export default function LandingPage() { tag="Services" products={[ { - id: "1", name: "Damenhaarschnitt", price: "ab 35 €", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230920.jpg?_wi=1", imageAlt: "Damenhaarschnitt Service"}, + id: "1", name: "Damenhaarschnitt", price: "ab 35 €", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230920.jpg", imageAlt: "Damenhaarschnitt Service"}, { - id: "2", name: "Herrenhaarschnitt", price: "ab 20 €", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-mobile-phone-getting-her-hair-done_23-2148108775.jpg?_wi=1", imageAlt: "Herrenhaarschnitt Service"}, + id: "2", name: "Herrenhaarschnitt", price: "ab 20 €", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-mobile-phone-getting-her-hair-done_23-2148108775.jpg", imageAlt: "Herrenhaarschnitt Service"}, { - id: "3", name: "Kinderhaarschnitt", price: "ab 15 €", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230920.jpg?_wi=2", imageAlt: "Kinderhaarschnitt Service"}, + id: "3", name: "Kinderhaarschnitt", price: "ab 15 €", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230920.jpg", imageAlt: "Kinderhaarschnitt Service"}, { - id: "4", name: "Färben & Strähnen", price: "ab 45 €", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-mobile-phone-getting-her-hair-done_23-2148108775.jpg?_wi=2", imageAlt: "Färben und Strähnen Service"}, + id: "4", name: "Färben & Strähnen", price: "ab 45 €", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-mobile-phone-getting-her-hair-done_23-2148108775.jpg", imageAlt: "Färben und Strähnen Service"}, { - id: "5", name: "Styling", price: "ab 25 €", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230920.jpg?_wi=3", imageAlt: "Styling Service"}, + id: "5", name: "Styling", price: "ab 25 €", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230920.jpg", imageAlt: "Styling Service"}, { - id: "6", name: "Individuelle Beratung", price: "kostenlos", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-mobile-phone-getting-her-hair-done_23-2148108775.jpg?_wi=3", imageAlt: "Individuelle Beratung"}, + id: "6", name: "Individuelle Beratung", price: "kostenlos", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-mobile-phone-getting-her-hair-done_23-2148108775.jpg", imageAlt: "Individuelle Beratung"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -174,7 +174,7 @@ export default function LandingPage() { tagIcon={Phone} title="Termin jetzt vereinbaren" description="Rufen Sie uns an oder nutzen Sie unser Kontaktformular für Ihre Terminanfrage. Wir freuen uns, Sie kennenzulernen!" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="Ihre E-Mail-Adresse" buttonText="Anfrage senden"