Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b466c9e65f | |||
| 476eac78dd | |||
| aa3d5a3d76 | |||
| 8313a676d2 | |||
| c4f4932fb7 | |||
| a103c39ef9 | |||
| b49e234e9a | |||
| 4a9d7dda21 | |||
| e837a437f2 | |||
| fe7dfecc44 | |||
| b3239e0d25 | |||
| 2508ebfb12 | |||
| 38ba9efff6 | |||
| db24c79477 | |||
| 7900afcbe2 |
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||||
@@ -109,16 +109,15 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TestimonialAboutCard
|
<AboutMetric
|
||||||
title="Refined Barbershop Heritage"
|
title="At Refined Barber we redefine barbering by empowering clients to look and feel their absolute best"
|
||||||
description="With over 15 years in the grooming industry, we've perfected the art of classic barbering combined with modern expertise."
|
metrics={[
|
||||||
subdescription="Our shop is a sanctuary where tradition meets innovation, delivering exceptional grooming experiences with personalized attention to every client."
|
{ icon: Users, label: "Satisfied Clients", value: "2,000+" },
|
||||||
tag="Our Story"
|
{ icon: Star, label: "5-Star Rating", value: "98%" },
|
||||||
tagIcon={History}
|
{ icon: Award, label: "Years Experience", value: "15+" },
|
||||||
icon={Award}
|
{ icon: Zap, label: "Monthly Appointments", value: "800+" }
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg"
|
]}
|
||||||
imageAlt="Refined Barbershop Heritage"
|
metricsAnimation="slide-up"
|
||||||
mediaAnimation="slide-up"
|
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-archivo), sans-serif;
|
font-family: var(--font-inter), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -24,5 +24,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-archivo), sans-serif;
|
font-family: var(--font-public-sans), sans-serif;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,21 +2,21 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #f5f4ef;;
|
/* --background: #080000;;
|
||||||
--card: #dad6cd;;
|
--card: #1e0d0d;;
|
||||||
--foreground: #2a2928;;
|
--foreground: #ffe6e6;;
|
||||||
--primary-cta: #2a2928;;
|
--primary-cta: #ff3d4a;;
|
||||||
--secondary-cta: #efe7dd;;
|
--secondary-cta: #1f0a0a;;
|
||||||
--accent: #ffffff;;
|
--accent: #7b2d2d;;
|
||||||
--background-accent: #c6b180;; */
|
--background-accent: #b8111f;; */
|
||||||
|
|
||||||
--background: #f5f4ef;;
|
--background: #080000;;
|
||||||
--card: #dad6cd;;
|
--card: #1e0d0d;;
|
||||||
--foreground: #2a2928;;
|
--foreground: #ffe6e6;;
|
||||||
--primary-cta: #2a2928;;
|
--primary-cta: #ff3d4a;;
|
||||||
--secondary-cta: #efe7dd;;
|
--secondary-cta: #1f0a0a;;
|
||||||
--accent: #ffffff;;
|
--accent: #7b2d2d;;
|
||||||
--background-accent: #c6b180;;
|
--background-accent: #b8111f;;
|
||||||
|
|
||||||
/* 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