Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 54ae002d71 | |||
| 714e6f6bfc | |||
| 62733925de | |||
| 8b9e7856f8 | |||
| 9452c0151e | |||
| 90390e8115 | |||
| e954c9cd12 | |||
| dc64ce1693 | |||
| fa2acfadb1 | |||
| 55a0cb2c94 | |||
| e83f4fce1c | |||
| 08340deca5 | |||
| 2fa03398f3 | |||
| f8162e8301 | |||
| 254fdbd202 | |||
| e8656490e5 |
@@ -1,59 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Nunito } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const nunito = Nunito({
|
||||
variable: "--font-nunito", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Florida Fadez Barbershop | Fort Lauderdale Fade Haircuts & Grooming", description: "Premium barbershop in Fort Lauderdale offering professional fade haircuts, beard grooming, and lineups. 4.8★ rated. Book online or call +1 561-466-6306.", keywords: "Fort Lauderdale barbershop, fade haircuts, barber near me, beard grooming, professional barber, hair styling, gateway shopping center", metadataBase: new URL("https://floridafadez.com"),
|
||||
alternates: {
|
||||
canonical: "https://floridafadez.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Florida Fadez Barbershop | Premium Fades & Fresh Cuts in Fort Lauderdale", description: "Experience premium barbershop culture at Florida Fadez. Professional fades, sharp lineups, expert beard grooming. Gateway Shopping Center. 4.8★ rated.", type: "website", siteName: "Florida Fadez Barbershop", url: "https://floridafadez.com", images: [
|
||||
{
|
||||
url: "https://floridafadez.com/og-image.jpg", alt: "Florida Fadez Barbershop - Premium Fades & Fresh Cuts"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Florida Fadez Barbershop | Fort Lauderdale", description: "Premium barbershop fades, beard grooming, and professional cuts. Book now: +1 561-466-6306", images: ["https://floridafadez.com/twitter-image.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true
|
||||
}
|
||||
};
|
||||
title: "Florida Fadez - Fort Lauderdale Barbershop", description: "Premium barbershop in Fort Lauderdale offering precision fades, sharp lineups, and professional grooming services."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${nunito.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1421,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -86,27 +86,27 @@ export default function LandingPage() {
|
||||
<div id="services" data-section="services">
|
||||
<ProductCardOne
|
||||
title="Our Premium Barbershop Services"
|
||||
description="Precision cuts and grooming services tailored to your style. Every service performed by experienced professionals."
|
||||
tag="Professional Services"
|
||||
description="Professional barber services with certified technicians boasting 6+ years of experience each. Every cut and groom is performed by highly trained professionals committed to precision and customer satisfaction."
|
||||
tag="Certified Barbers • Premium Quality"
|
||||
tagIcon={undefined}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Fade Haircuts", price: "Starting at $25", imageSrc: "http://img.b2bpic.net/free-photo/funny-worker-amusing-colleague-office-telling-joke_482257-102093.jpg", imageAlt: "Professional fade haircut styling"
|
||||
id: "1", name: "Fade Haircuts", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/funny-worker-amusing-colleague-office-telling-joke_482257-102093.jpg", imageAlt: "Professional fade haircut styling"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Classic Haircuts", price: "Starting at $20", imageSrc: "http://img.b2bpic.net/free-photo/combing-gray-hair-senior-client-barbershop_23-2148181900.jpg", imageAlt: "Classic barbershop haircut"
|
||||
id: "2", name: "Classic Haircuts", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/combing-gray-hair-senior-client-barbershop_23-2148181900.jpg", imageAlt: "Classic barbershop haircut"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Skin Fades", price: "Starting at $30", imageSrc: "http://img.b2bpic.net/free-photo/young-man-trimming-his-beard-mirror_23-2149409583.jpg", imageAlt: "Expert skin fade technique"
|
||||
id: "3", name: "Skin Fades", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/young-man-trimming-his-beard-mirror_23-2149409583.jpg", imageAlt: "Expert skin fade technique"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Beard Trim & Shape", price: "Starting at $15", imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-cutting-beard-customer_23-2147778865.jpg", imageAlt: "Professional beard grooming"
|
||||
id: "4", name: "Beard Trim & Shape", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-cutting-beard-customer_23-2147778865.jpg", imageAlt: "Professional beard grooming"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Lineups / Edge Ups", price: "Starting at $10", imageSrc: "http://img.b2bpic.net/free-photo/young-hairdresser-shaving-male-customer-s-beard-with-comb-hair-clipper-barbershop_181624-40011.jpg", imageAlt: "Sharp lineup and edge work"
|
||||
id: "5", name: "Lineups / Edge Ups", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/young-hairdresser-shaving-male-customer-s-beard-with-comb-hair-clipper-barbershop_181624-40011.jpg", imageAlt: "Sharp lineup and edge work"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Hair Styling", price: "Starting at $15", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205924.jpg", imageAlt: "Premium hair styling service"
|
||||
id: "6", name: "Hair Styling", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205924.jpg", imageAlt: "Premium hair styling service"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1c1c1c;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #15479c;
|
||||
--background-accent: #a8cce8;
|
||||
--background: #020617;
|
||||
--card: #0f172a;
|
||||
--foreground: #e2e8f0;
|
||||
--primary-cta: #c4d8f9;
|
||||
--primary-cta-text: #020617;
|
||||
--secondary-cta: #041633;
|
||||
--secondary-cta-text: #e2e8f0;
|
||||
--accent: #2d30f3;
|
||||
--background-accent: #1d4ed8;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user