2 Commits

Author SHA1 Message Date
c9574b06e5 Update src/app/globals.css 2026-01-03 18:12:52 +00:00
41e78b0ddc Update src/app/page.tsx 2026-01-03 18:08:32 +00:00
2 changed files with 10 additions and 8 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #0a0a0a;; --background: #fafffb;;
--card: #1a1a1a;; --card: #f7fffa;;
--foreground: #fffffae6;; --foreground: #001a0a;;
--primary-cta: #fde047;; --primary-cta: #0a7039;;
--secondary-cta: #1a1a1a;; --secondary-cta: #ffffff;;
--accent: #737373;; --accent: #a8d9be;;
--background-accent: #737373;; --background-accent: #6bbf8e;;
/* 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);

View File

@@ -9,7 +9,7 @@ import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCa
import FaqBase from "@/components/sections/faq/FaqBase"; import FaqBase from "@/components/sections/faq/FaqBase";
import ContactText from "@/components/sections/contact/ContactText"; import ContactText from "@/components/sections/contact/ContactText";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import { Tag } from "lucide-react"; import { Tag, HelpCircle } from "lucide-react";
export default function BarbershopPage() { export default function BarbershopPage() {
return ( return (
@@ -256,6 +256,8 @@ export default function BarbershopPage() {
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqBase <FaqBase
tag="Help"
tagIcon={HelpCircle}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Have questions about our services, pricing, or booking? Find answers here." description="Have questions about our services, pricing, or booking? Find answers here."
textboxLayout="default" textboxLayout="default"