Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c9767b9d5 | |||
| 3b117dee56 | |||
| fa91693c59 | |||
| ad550780de | |||
| b38855c9fe | |||
| 9894936f9f | |||
| 53d592561c | |||
| edc2bcd266 | |||
| 220026851b | |||
| c50f882793 | |||
| 7bbd3cc944 | |||
| 60cd640487 | |||
| 416d889416 | |||
| 9634819526 | |||
| 42c086fc85 | |||
| 0d61207c25 |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="A Legacy of Style Since 1950"
|
||||
@@ -58,19 +58,8 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Call Now", href: "tel:5555402747"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/retro-world-theatre-day-scenes-with-backstage_23-2151211363.jpg", imageAlt: "Luxurious barbershop interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-shaving-objects_23-2148122044.jpg", imageAlt: "Precision barber tools"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-chair_23-2149220561.jpg", imageAlt: "Masterful grooming in action"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205856.jpg", imageAlt: "Classic barber chair"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-electric-trimmer-dressing-table_107420-94802.jpg", imageAlt: "Steel tools on leather"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/retro-world-theatre-day-scenes-with-backstage_23-2151211363.jpg"
|
||||
imageAlt="Luxurious barbershop interior"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #F5F2EC;
|
||||
--card: #FFFFFF;
|
||||
--foreground: #0D0D0D;
|
||||
--primary-cta: #C6A15B;
|
||||
--primary-cta-text: #FFFFFF;
|
||||
--secondary-cta: #0D0D0D;
|
||||
--secondary-cta-text: #FFFFFF;
|
||||
--accent: #2B2B2B;
|
||||
--background-accent: #DED9D0;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user