Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-02-18 15:40:30 +00:00
4 changed files with 14 additions and 14 deletions

View File

@@ -62,8 +62,8 @@ export default function BlogPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterLogoReveal
logoText="Refined Barber" logoText="Refined Barber"
leftLink={{ label: "Privacy Policy", href: "#" }} leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ label: "Terms of Service", href: "#" }} rightLink={{ text: "Terms of Service", href: "#" }}
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -10,7 +10,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TeamCardSix from '@/components/sections/team/TeamCardSix';
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 { Award, Crown, Heart, History, Home, Scissors, Sparkles, Star, Trim, TrendingUp, Users, Wand2, Zap } from "lucide-react"; import { Award, Crown, Heart, History, Home, Scissors, Sparkles, Star, Razor, TrendingUp, Users, Wand2, Zap } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -84,7 +84,7 @@ export default function LandingPage() {
title: "Classic Haircuts", description: "Timeless styles executed with precision and attention to detail. From fades to tapers, we craft the perfect cut for you." title: "Classic Haircuts", description: "Timeless styles executed with precision and attention to detail. From fades to tapers, we craft the perfect cut for you."
}, },
{ {
icon: Trim, icon: Razor,
title: "Beard Grooming", description: "Professional beard trimming, shaping, and conditioning. Maintain that distinguished look with expert care." title: "Beard Grooming", description: "Professional beard trimming, shaping, and conditioning. Maintain that distinguished look with expert care."
}, },
{ {

View File

@@ -97,8 +97,8 @@ export default function ProductPage({ params }: ProductPageProps) {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterLogoReveal
logoText="Refined Barber" logoText="Refined Barber"
leftLink={{ label: "Privacy Policy", href: "#" }} leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ label: "Terms of Service", href: "#" }} rightLink={{ text: "Terms of Service", href: "#" }}
/> />
</div> </div>
</ReactLenis> </ReactLenis>
@@ -145,8 +145,8 @@ export default function ProductPage({ params }: ProductPageProps) {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterLogoReveal
logoText="Refined Barber" logoText="Refined Barber"
leftLink={{ label: "Privacy Policy", href: "#" }} leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ label: "Terms of Service", href: "#" }} rightLink={{ text: "Terms of Service", href: "#" }}
/> />
</div> </div>
</ReactLenis> </ReactLenis>
@@ -217,8 +217,8 @@ export default function ProductPage({ params }: ProductPageProps) {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterLogoReveal
logoText="Refined Barber" logoText="Refined Barber"
leftLink={{ label: "Privacy Policy", href: "#" }} leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ label: "Terms of Service", href: "#" }} rightLink={{ text: "Terms of Service", href: "#" }}
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -47,8 +47,8 @@ export default function ShopPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterLogoReveal
logoText="Refined Barber" logoText="Refined Barber"
leftLink={{ label: "Privacy Policy", href: "#" }} leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ label: "Terms of Service", href: "#" }} rightLink={{ text: "Terms of Service", href: "#" }}
/> />
</div> </div>
</ReactLenis> </ReactLenis>
@@ -94,8 +94,8 @@ export default function ShopPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterLogoReveal
logoText="Refined Barber" logoText="Refined Barber"
leftLink={{ label: "Privacy Policy", href: "#" }} leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ label: "Terms of Service", href: "#" }} rightLink={{ text: "Terms of Service", href: "#" }}
/> />
</div> </div>
</ReactLenis> </ReactLenis>