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 type { Metadata } from "next";
|
||||||
import { Halant } from "next/font/google";
|
|
||||||
import { Inter } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
import { Nunito } from "next/font/google";
|
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
|
|
||||||
const halant = Halant({
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
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"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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"),
|
title: "Florida Fadez - Fort Lauderdale Barbershop", description: "Premium barbershop in Fort Lauderdale offering precision fades, sharp lineups, and professional grooming services."};
|
||||||
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
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}>) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en">
|
||||||
<ServiceWrapper>
|
<body className={inter.className}>{children}
|
||||||
<body
|
|
||||||
className={`${halant.variable} ${inter.variable} ${nunito.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
@@ -1421,7 +1382,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -86,27 +86,27 @@ export default function LandingPage() {
|
|||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
title="Our Premium Barbershop Services"
|
title="Our Premium Barbershop Services"
|
||||||
description="Precision cuts and grooming services tailored to your style. Every service performed by experienced professionals."
|
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="Professional Services"
|
tag="Certified Barbers • Premium Quality"
|
||||||
tagIcon={undefined}
|
tagIcon={undefined}
|
||||||
products={[
|
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"
|
gridVariant="three-columns-all-equal-width"
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5f5f5;
|
--background: #020617;
|
||||||
--card: #ffffff;
|
--card: #0f172a;
|
||||||
--foreground: #1c1c1c;
|
--foreground: #e2e8f0;
|
||||||
--primary-cta: #1c1c1c;
|
--primary-cta: #c4d8f9;
|
||||||
--primary-cta-text: #f5f5f5;
|
--primary-cta-text: #020617;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #041633;
|
||||||
--secondary-cta-text: #1c1c1c;
|
--secondary-cta-text: #e2e8f0;
|
||||||
--accent: #15479c;
|
--accent: #2d30f3;
|
||||||
--background-accent: #a8cce8;
|
--background-accent: #1d4ed8;
|
||||||
|
|
||||||
/* 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