Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 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">
<FooterLogoReveal
logoText="Refined Barber"
leftLink={{ label: "Privacy Policy", href: "#" }}
rightLink={{ label: "Terms of Service", href: "#" }}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>
</div>
</ReactLenis>

View File

@@ -10,7 +10,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import TeamCardSix from '@/components/sections/team/TeamCardSix';
import ContactText from '@/components/sections/contact/ContactText';
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() {
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."
},
{
icon: Trim,
icon: Razor,
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">
<FooterLogoReveal
logoText="Refined Barber"
leftLink={{ label: "Privacy Policy", href: "#" }}
rightLink={{ label: "Terms of Service", href: "#" }}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>
</div>
</ReactLenis>
@@ -145,8 +145,8 @@ export default function ProductPage({ params }: ProductPageProps) {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Refined Barber"
leftLink={{ label: "Privacy Policy", href: "#" }}
rightLink={{ label: "Terms of Service", href: "#" }}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>
</div>
</ReactLenis>
@@ -217,8 +217,8 @@ export default function ProductPage({ params }: ProductPageProps) {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Refined Barber"
leftLink={{ label: "Privacy Policy", href: "#" }}
rightLink={{ label: "Terms of Service", href: "#" }}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>
</div>
</ReactLenis>

View File

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