Compare commits
18 Commits
version_2
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
| 2202efcf25 | |||
| d73573e8ea | |||
| d90bb295ec | |||
| 12cf7e7de6 | |||
| 71fb350229 | |||
| f17306cbe3 | |||
| c9574b06e5 | |||
| 41e78b0ddc | |||
| 07ee19284a | |||
| 79960c4d0a | |||
| cad6916602 | |||
| 443344d2b5 | |||
| eb763101c3 | |||
| b58359c794 | |||
| 95322a45fc | |||
| 48043eb037 | |||
| 08a724db12 | |||
| 317ca03a8a |
@@ -4,13 +4,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #fffcfc;;
|
||||
--card: #fffafa;;
|
||||
--foreground: #220000;;
|
||||
--primary-cta: #c1121f;;
|
||||
--background: #fafffb;;
|
||||
--card: #f7fffa;;
|
||||
--foreground: #001a0a;;
|
||||
--primary-cta: #0a7039;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #f0b8bc;;
|
||||
--background-accent: #e07a82;;
|
||||
--accent: #a8d9be;;
|
||||
--background-accent: #6bbf8e;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
@@ -9,7 +9,7 @@ import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCa
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { Tag } from "lucide-react";
|
||||
import { Tag, HelpCircle, Zap } from "lucide-react";
|
||||
|
||||
export default function BarbershopPage() {
|
||||
return (
|
||||
@@ -46,6 +46,7 @@ export default function BarbershopPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
tag="Premium Grooming"
|
||||
tagIcon={Zap}
|
||||
title="Master Your Look"
|
||||
description="Experience precision barbering with our team of skilled professionals. Crafted cuts, classic shaves, and complete grooming solutions."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767461718181-733b3cgz.jpg"
|
||||
@@ -56,8 +57,8 @@ export default function BarbershopPage() {
|
||||
href: "contact"
|
||||
},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "services"
|
||||
text: "Call Now",
|
||||
onClick: () => window.open("tel:+1234567890", "_self")
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -95,7 +96,11 @@ export default function BarbershopPage() {
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Menu",
|
||||
text: "Browse All Services",
|
||||
href: "contact"
|
||||
},
|
||||
{
|
||||
text: "Schedule Your Service Now",
|
||||
href: "contact"
|
||||
}
|
||||
]}
|
||||
@@ -216,6 +221,8 @@ export default function BarbershopPage() {
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
tag="Help"
|
||||
tagIcon={HelpCircle}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our services, pricing, or booking? Find answers here."
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user