Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e6669016bd | |||
| 3435782578 | |||
| 2e70db331b | |||
| 95387c45f8 | |||
| 9eac0ce8b7 | |||
| 4ca45d8d10 | |||
| 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 TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
||||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -27,7 +27,7 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Haki Coiffeur"
|
brandName="Amers Hairstyle"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Leistungen", id: "services" },
|
{ name: "Leistungen", id: "services" },
|
||||||
{ name: "Preise", id: "pricing" },
|
{ name: "Preise", id: "pricing" },
|
||||||
@@ -188,7 +188,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
tag="Standort"
|
tag="Standort"
|
||||||
title="Besuchen Sie uns in Bern"
|
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" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
inputPlaceholder="Ihre E-Mail"
|
inputPlaceholder="Ihre E-Mail"
|
||||||
@@ -212,7 +212,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="Haki Coiffeur"
|
logoText="Amers Hairstyle"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Leistungen", items: [
|
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>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f7f6f7;
|
--background: #fffafa;
|
||||||
--card: #ffffff;
|
--card: #fff7f7;
|
||||||
--foreground: #250c0d;
|
--foreground: #1a0000;
|
||||||
--primary-cta: #b82b40;
|
--primary-cta: #e63946;
|
||||||
--primary-cta-text: #f7f6f7;
|
--primary-cta-text: #fffafa;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #250c0d;
|
--secondary-cta-text: #1a0000;
|
||||||
--accent: #b90941;
|
--accent: #f5c4c7;
|
||||||
--background-accent: #e8a8b6;
|
--background-accent: #f09199;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user