Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 384a6e02c8 | |||
| e6669016bd | |||
| 3435782578 | |||
| e8d7afe17d | |||
| 2e70db331b | |||
| 60ce69641d | |||
| 95387c45f8 | |||
| 4361dabe24 | |||
| 9eac0ce8b7 | |||
| a9e3b15914 | |||
| 4ca45d8d10 | |||
| 1bbad2cc7c | |||
| f7321edff0 | |||
| d71bee2aea | |||
| c3a582e7c0 | |||
| c96aaf1631 | |||
| 5bfc9bb426 |
1415
src/app/layout.tsx
1415
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -9,7 +9,7 @@ import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
|
||||
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import { CheckCircle, Quote, Sparkles } from "lucide-react";
|
||||
import { CheckCircle, Quote, Sparkles, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -27,7 +27,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Haki Coiffeur"
|
||||
brandName="Amers Hairstyle"
|
||||
navItems={[
|
||||
{ name: "Leistungen", id: "services" },
|
||||
{ name: "Preise", id: "pricing" },
|
||||
@@ -188,7 +188,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
tag="Standort"
|
||||
title="Besuchen Sie uns in Bern"
|
||||
description="Haki Coiffeur ist zentral in Bern erreichbar. Öffnungszeiten: Mo–Fr 09:00–18:00, Sa 08:00–16:00, So geschlossen."
|
||||
description="Amers Hairstyle ist zentral in Bern erreichbar. Öffnungszeiten: Mo–Fr 09:00–18:00, Sa 08:00–16:00, So geschlossen."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Ihre E-Mail"
|
||||
@@ -212,7 +212,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Haki Coiffeur"
|
||||
logoText="Amers Hairstyle"
|
||||
columns={[
|
||||
{
|
||||
title: "Leistungen", items: [
|
||||
@@ -261,7 +261,7 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 Haki Coiffeur Bern. Alle Rechte vorbehalten."
|
||||
copyrightText="© 2025 Amers Hairstyle Bern. Alle Rechte vorbehalten."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--card: #ffffff;
|
||||
--foreground: #250c0d;
|
||||
--primary-cta: #b82b40;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--background: #fffafa;
|
||||
--card: #fff7f7;
|
||||
--foreground: #1a0000;
|
||||
--primary-cta: #e63946;
|
||||
--primary-cta-text: #fffafa;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #250c0d;
|
||||
--accent: #b90941;
|
||||
--background-accent: #e8a8b6;
|
||||
--secondary-cta-text: #1a0000;
|
||||
--accent: #f5c4c7;
|
||||
--background-accent: #f09199;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user