Merge version_2 into main #2
@@ -1,52 +1,36 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Poppins } 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"],
|
||||
});
|
||||
import "./styles/variables.css";
|
||||
import "./styles/base.css";
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const poppins = Poppins({
|
||||
variable: "--font-poppins", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Los Compadres Barbershop | Premium Haircuts & Grooming", description: "Master barbers delivering precision haircuts, beard grooming, and traditional shaves in a welcoming community atmosphere for over 15 years.", keywords: "barbershop, haircuts, beard grooming, straight razor shave, men's grooming, barber", openGraph: {
|
||||
title: "Los Compadres Barbershop", description: "Premium barbering services with master barbers. Precision cuts, beard grooming, and traditional shaves.", type: "website", siteName: "Los Compadres Barbershop", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/male-hairdresser-combing-hair-senior-client_23-2148181882.jpg", alt: "Los Compadres Barbershop"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Los Compadres Barbershop", description: "Master barbers. Premium cuts. Timeless service.", images: ["http://img.b2bpic.net/free-photo/male-hairdresser-combing-hair-senior-client_23-2148181882.jpg"]
|
||||
}
|
||||
};
|
||||
title: "Mi Casa Restaurant - Spanish Dominican Vibe", description: "Experience authentic Spanish and Dominican cuisine at Mi Casa Restaurant. Authentic flavors, warm hospitality, and vibrant atmosphere."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${poppins.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<body className={`${inter.variable}`}>
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
if (localStorage.theme === 'dark' || (!('theme' in localStorage) && window.matchMedia('(prefers-color-scheme: dark)').matches)) {
|
||||
document.documentElement.classList.add('dark')
|
||||
} else {
|
||||
document.documentElement.classList.remove('dark')
|
||||
}
|
||||
`,
|
||||
}}
|
||||
/>
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1414,7 +1398,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Scissors, Zap } from "lucide-react";
|
||||
import { UtensilsCrossed, Flame, Music } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -27,15 +27,15 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Los Compadres"
|
||||
brandName="Mi Casa Restaurant"
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Menu", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now", href: "#contact"
|
||||
text: "Reserve Table", href: "#contact"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
@@ -43,36 +43,36 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
title="Master Barbers, Timeless Cuts"
|
||||
description="Experience the art of traditional barbering with modern precision. At Los Compadres, we deliver premium grooming services in a welcoming community atmosphere."
|
||||
title="Authentic Spanish & Dominican Flavors"
|
||||
description="Welcome to Mi Casa Restaurant, where traditional Spanish and Dominican cuisine meets warm hospitality. Experience the vibrant flavors and welcoming spirit of our restaurant in an atmosphere that feels like home."
|
||||
background={{ variant: "plain" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-hairdresser-combing-hair-senior-client_23-2148181882.jpg", alt: "Premium barbershop interior"
|
||||
src: "https://images.unsplash.com/photo-1564758867-3dac9f65f7bb?w=800&q=80", alt: "Mi Casa Restaurant interior with warm lighting and authentic décor"
|
||||
}
|
||||
]}
|
||||
avatarText="Trusted by hundreds of satisfied customers"
|
||||
avatarText="Trusted by families seeking authentic Spanish and Dominican cuisine"
|
||||
buttons={[
|
||||
{ text: "Book Your Appointment", href: "#contact" },
|
||||
{ text: "Learn More", href: "#services" }
|
||||
{ text: "Reserve a Table", href: "#contact" },
|
||||
{ text: "View Menu", href: "#services" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Hero section - Los Compadres Barbershop"
|
||||
ariaLabel="Hero section - Mi Casa Restaurant"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
tag="Our Story"
|
||||
tagIcon={Scissors}
|
||||
title="Craftsmanship Meets Community"
|
||||
description="For over 15 years, Los Compadres has been the go-to barbershop for men who value quality and tradition. Our master barbers are dedicated to delivering the perfect cut, fade, and shave every single time. We believe in building lasting relationships with our clients, one haircut at a time."
|
||||
tag="Our Heritage"
|
||||
tagIcon={UtensilsCrossed}
|
||||
title="Celebrating Spanish & Dominican Tradition"
|
||||
description="For over 20 years, Mi Casa Restaurant has been a beacon of authentic Spanish and Dominican cuisine. Our passion is bringing the warmth, flavors, and soul of our ancestral homelands to your table. Every dish is prepared with love, using time-honored recipes and the finest ingredients. We believe in creating more than just meals—we create memories and celebrate the vibrant culture that defines our restaurant."
|
||||
metrics={[
|
||||
{ value: "15+", title: "Years of Excellence" },
|
||||
{ value: "500+", title: "Happy Customers" }
|
||||
{ value: "20+", title: "Years of Tradition" },
|
||||
{ value: "1000+", title: "Happy Diners" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/child-getting-haircut-salon_23-2150462516.jpg"
|
||||
imageAlt="Los Compadres barber team"
|
||||
imageSrc="https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=800&q=80"
|
||||
imageAlt="Authentic Spanish and Dominican cuisine at Mi Casa Restaurant"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -81,22 +81,22 @@ export default function LandingPage() {
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardSix
|
||||
title="Our Premium Services"
|
||||
description="Discover our complete range of professional grooming services tailored to your style"
|
||||
tag="Services"
|
||||
tagIcon={Zap}
|
||||
title="Our Culinary Specialties"
|
||||
description="Discover our exquisite menu featuring authentic Spanish tapas, Dominican classics, and signature fusion dishes that celebrate our heritage"
|
||||
tag="Menu"
|
||||
tagIcon={Flame}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Precision Haircuts", description: "From classic cuts to modern fades, our barbers master every style. We personalize each cut to match your face shape and preferences.", imageSrc: "http://img.b2bpic.net/free-photo/attentive-barber-shaving-beard-client-barber-shop_23-2148181974.jpg", imageAlt: "Professional haircut service"
|
||||
title: "Traditional Spanish Tapas", description: "An array of authentic Spanish small plates including patatas bravas, gambas al ajillo, jamón ibérico, and pan con tomate. Perfect for sharing and experiencing the true Spanish dining culture.", imageSrc: "https://images.unsplash.com/photo-1567620905732-2d1ec7ab7445?w=800&q=80", imageAlt: "Authentic Spanish tapas and appetizers"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Beard Grooming & Design", description: "Complete beard care including shaping, trimming, and styling. We use premium products to keep your beard healthy and looking sharp.", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-barber-applying-cream-clients-beard_107420-94759.jpg", imageAlt: "Expert beard grooming"
|
||||
title: "Dominican Comfort Classics", description: "Savor beloved Dominican dishes including la bandera dominicana, mofongo with your choice of protein, and hearty stews. Each dish carries the warmth and love of Dominican home cooking.", imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=800&q=80", imageAlt: "Delicious Dominican traditional dishes"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Traditional Straight Razor Shave", description: "Experience the luxury of a classic straight razor shave. Our skilled barbers provide a close, comfortable shave with premium products.", imageSrc: "http://img.b2bpic.net/free-photo/silver-machine-haircut_140725-8078.jpg", imageAlt: "Traditional barbershop shave"
|
||||
title: "Signature Seafood Selection", description: "Experience the finest selection of fresh seafood prepared Spanish-style. From paella marinera to ceviche and grilled whole fish, our seafood offerings showcase the bounty of the ocean with authentic preparation techniques.", imageSrc: "https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=800&q=80", imageAlt: "Fresh seafood prepared Spanish-Dominican style"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -108,21 +108,21 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
title="What Our Clients Say"
|
||||
description="Real testimonials from satisfied customers who trust Los Compadres for their grooming needs"
|
||||
title="What Our Guests Say"
|
||||
description="Authentic testimonials from families and friends who have shared unforgettable meals at Mi Casa Restaurant"
|
||||
tag="Reviews"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Rodriguez", role: "Regular Customer", testimonial: "Best barbershop in town! The attention to detail is incredible. Every time I leave, my haircut is perfect and I feel like a million bucks.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-thumb-up_1368-6368.jpg", imageAlt: "Marcus Rodriguez"
|
||||
id: "1", name: "Maria González", role: "Regular Guest", testimonial: "Mi Casa feels like dining at my abuela's house! The food is absolutely authentic and every dish tastes like it was made with love. The entire family loves coming here.", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&q=80", imageAlt: "Maria González"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Chen", role: "Business Professional", testimonial: "I've been coming to Los Compadres for 5 years. The barbers are true professionals and the atmosphere is welcoming. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-afro-american-woman-smiling_23-2148336914.jpg", imageAlt: "James Chen"
|
||||
id: "2", name: "Carlos Morales", role: "Food Enthusiast", testimonial: "Finally found a restaurant that serves real Spanish and Dominican food! The tapas are incredible, the mofongo is perfect, and the service is always warm and welcoming. Highly recommended!", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&q=80", imageAlt: "Carlos Morales"
|
||||
},
|
||||
{
|
||||
id: "3", name: "David Thompson", role: "Longtime Customer", testimonial: "The quality of service here is unmatched. Whether it's a fade, beard trim, or straight razor shave, they execute flawlessly every single time.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-model-dressed-summer-clothes-trendy-girl-posing-street-funny-positive-woman-having-fun_158538-6285.jpg", imageAlt: "David Thompson"
|
||||
id: "3", name: "Isabella Santos", role: "Loyal Customer", testimonial: "The paella here is the best I've had outside of Spain. Every detail matters—from the presentation to the flavors. This is my go-to place for special celebrations and family gatherings.", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&q=80", imageAlt: "Isabella Santos"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Antonio Morales", role: "New Customer", testimonial: "Just discovered Los Compadres and I'm already a regular. The barbers really listen to what you want and deliver premium results. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-white-shirt-looking-happy_176474-17469.jpg", imageAlt: "Antonio Morales"
|
||||
id: "4", name: "Juan Rodríguez", role: "Community Member", testimonial: "Mi Casa Restaurant is more than just a place to eat—it's a gathering place where traditions come alive. The owners and staff treat you like family. I've brought everyone I know here!", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&q=80", imageAlt: "Juan Rodríguez"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -134,13 +134,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
title="Featured On"
|
||||
description="Los Compadres is trusted and recommended by leading review and discovery platforms"
|
||||
title="Featured & Recognized"
|
||||
description="Mi Casa Restaurant is trusted and featured by leading dining and review platforms"
|
||||
tag="Recognition"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Google Reviews", "Yelp", "Instagram", "Facebook", "Thumbtack", "Waze", "Apple Maps"
|
||||
"Google Reviews", "Yelp", "TripAdvisor", "Instagram", "Facebook", "OpenTable", "Zomato"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
@@ -150,11 +150,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Ready for your next perfect haircut? Book your appointment with Los Compadres today and experience premium barbering at its finest."
|
||||
text="Ready for an unforgettable dining experience? Reserve your table at Mi Casa Restaurant today and join us for an evening filled with authentic flavors, warm hospitality, and vibrant Spanish-Dominican culture."
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{ text: "Book Appointment", href: "https://booking.example.com" },
|
||||
{ text: "Call Us", href: "tel:+1234567890" }
|
||||
{ text: "Reserve Table", href: "tel:+1234567890" },
|
||||
{ text: "Contact Us", href: "mailto:info@micasarestaurant.com" }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -165,16 +165,16 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Haircuts", href: "#services" },
|
||||
{ label: "Beard Grooming", href: "#services" },
|
||||
{ label: "Straight Razor Shave", href: "#services" }
|
||||
title: "Menu", items: [
|
||||
{ label: "Spanish Tapas", href: "#services" },
|
||||
{ label: "Dominican Classics", href: "#services" },
|
||||
{ label: "Seafood Specialties", href: "#services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
title: "Restaurant", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Team", href: "#about" },
|
||||
{ label: "Our Story", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
},
|
||||
@@ -186,7 +186,7 @@ export default function LandingPage() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2025 Los Compadres Barbershop. All rights reserved."
|
||||
copyrightText="© 2025 Mi Casa Restaurant. All rights reserved. Celebrating Spanish & Dominican Heritage."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user