Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 91c70d0ff8 | |||
| 0536ff5ceb | |||
| d2928c6120 | |||
| 49a1d71be4 | |||
| e0069e3ce0 | |||
| e160404874 | |||
| ae25e70e3e | |||
| a5d237a74a |
@@ -1,54 +1,28 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Halant } from "next/font/google";
|
import { Geist, Geist_Mono } from "next/font/google";
|
||||||
import { Inter } from "next/font/google";
|
|
||||||
import { Mulish } from "next/font/google";
|
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
|
|
||||||
const halant = Halant({
|
const geist = Geist({
|
||||||
variable: "--font-halant", subsets: ["latin"],
|
variable: "--font-geist-sans", subsets: ["latin"],
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const inter = Inter({
|
const geistMono = Geist_Mono({
|
||||||
variable: "--font-inter", subsets: ["latin"],
|
variable: "--font-geist-mono", subsets: ["latin"],
|
||||||
});
|
|
||||||
|
|
||||||
const mulish = Mulish({
|
|
||||||
variable: "--font-mulish", subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Clique Club Restaurant | Best Dining in Clarksburg, WV", description: "Clique Club - Family-owned restaurant in Clarksburg, WV. 4.4★ rating, famous ribeye sandwiches, fresh pasta & steak salads. Dine-in & takeout. Call (304) 622-9411.", keywords: "restaurant Clarksburg WV, best lunch Clarksburg, ribeye sandwich, steak salad, lounge restaurant, family dining", robots: {
|
title: "Clique Club - Restaurant in Clarksburg, WV", description: "Family-owned lounge serving hearty meals, strong service, and unforgettable ribeye sandwiches in Clarksburg, WV."};
|
||||||
index: true,
|
|
||||||
follow: true,
|
|
||||||
},
|
|
||||||
openGraph: {
|
|
||||||
title: "Clique Club Restaurant | Clarksburg, WV", description: "Discover Clarksburg's hidden gem - Clique Club. Family-owned lounge restaurant with amazing food and warm service. 4.4★ (255 reviews).", type: "website", siteName: "Clique Club Restaurant", images: [
|
|
||||||
{
|
|
||||||
url: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", alt: "Clique Club dining room"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
twitter: {
|
|
||||||
card: "summary_large_image", title: "Clique Club - Clarksburg's Favorite Restaurant", description: "Family-owned lounge serving hearty meals & unforgettable ribeye sandwiches. Call (304) 622-9411", images: ["http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg"],
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
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={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||||
<body
|
{children}
|
||||||
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
@@ -1416,7 +1390,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
100
src/app/page.tsx
100
src/app/page.tsx
@@ -32,7 +32,8 @@ export default function LandingPage() {
|
|||||||
{ name: "Visit", id: "visit" },
|
{ name: "Visit", id: "visit" },
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Call Now", href: "tel:(304) 622-9411"}}
|
text: "Call Now", href: "tel:(304) 622-9411"
|
||||||
|
}}
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -45,29 +46,39 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
leftCarouselItems={[
|
leftCarouselItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=1", imageAlt: "Clique Club dining area with warm ambiance"},
|
imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=1", imageAlt: "Clique Club dining area with warm ambiance"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14211.jpg?_wi=1", imageAlt: "Famous Clique Club ribeye sandwich"},
|
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14211.jpg?_wi=1", imageAlt: "Famous Clique Club ribeye sandwich"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-salad-with-arugula-tomatoes-breadstick-with-sesame-seeds_140725-540.jpg?_wi=1", imageAlt: "Hearty steak salad"},
|
imageSrc: "http://img.b2bpic.net/free-photo/beef-salad-with-arugula-tomatoes-breadstick-with-sesame-seeds_140725-540.jpg?_wi=1", imageAlt: "Hearty steak salad"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=2", imageAlt: "Cozy dining atmosphere"},
|
imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=2", imageAlt: "Cozy dining atmosphere"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
rightCarouselItems={[
|
rightCarouselItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-dish-with-meatball_23-2148149197.jpg?_wi=1", imageAlt: "Fresh spaghetti dish"},
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-dish-with-meatball_23-2148149197.jpg?_wi=1", imageAlt: "Fresh spaghetti dish"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=3", imageAlt: "Restaurant interior"},
|
imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=3", imageAlt: "Restaurant interior"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14211.jpg?_wi=2", imageAlt: "Ribeye sandwich specialty"},
|
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14211.jpg?_wi=2", imageAlt: "Ribeye sandwich specialty"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-salad-with-arugula-tomatoes-breadstick-with-sesame-seeds_140725-540.jpg?_wi=2", imageAlt: "Steak salad on plate"},
|
imageSrc: "http://img.b2bpic.net/free-photo/beef-salad-with-arugula-tomatoes-breadstick-with-sesame-seeds_140725-540.jpg?_wi=2", imageAlt: "Steak salad on plate"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Now: (304) 622-9411", href: "tel:(304) 622-9411"},
|
text: "Call Now: (304) 622-9411", href: "tel:(304) 622-9411"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: "Reserve a Table", href: "#reservation"},
|
text: "Reserve a Table", href: "#reservation"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -82,17 +93,21 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Sarah Johnson", role: "Regular Customer", company: "Local Community", rating: 5,
|
id: "1", name: "Sarah Johnson", role: "Regular Customer", company: "Best ribeye sandwich I've ever had!", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1"},
|
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Michael Chen", role: "Food Enthusiast", company: "Clarksburg Dining", rating: 5,
|
id: "2", name: "Michael Chen", role: "Food Enthusiast", company: "The pasta is cooked to perfection every time", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2"},
|
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Emily Rodriguez", role: "Family Dining", company: "Weekend Visitors", rating: 5,
|
id: "3", name: "Emily Rodriguez", role: "Family Dining", company: "Family atmosphere is unbeatable", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3"},
|
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "David Kim", role: "Business Meetings", company: "Local Professional", rating: 5,
|
id: "4", name: "David Kim", role: "Business Meetings", company: "Exceptional service and fresh ingredients", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4"},
|
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -100,18 +115,21 @@ export default function LandingPage() {
|
|||||||
<div id="menu" data-section="menu">
|
<div id="menu" data-section="menu">
|
||||||
<ProductCardThree
|
<ProductCardThree
|
||||||
title="Our Most Popular Dishes"
|
title="Our Most Popular Dishes"
|
||||||
description="Fresh ingredients, hearty portions, and unbeatable value. These customer favorites keep people coming back."
|
description="Premium dishes under $15—quality you can afford. Handpicked favorites that deliver exceptional value."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Ribeye Sandwich on Garlic Bread", price: "$14.95", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14211.jpg?_wi=3", imageAlt: "Delicious ribeye sandwich on garlic bread"},
|
id: "1", name: "Ribeye Sandwich on Garlic Bread", price: "$14.95", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14211.jpg?_wi=3", imageAlt: "Delicious ribeye sandwich on garlic bread"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Steak Salad", price: "$12.95", imageSrc: "http://img.b2bpic.net/free-photo/beef-salad-with-arugula-tomatoes-breadstick-with-sesame-seeds_140725-540.jpg?_wi=3", imageAlt: "Fresh and hearty steak salad"},
|
id: "2", name: "Steak Salad", price: "$12.95", imageSrc: "http://img.b2bpic.net/free-photo/beef-salad-with-arugula-tomatoes-breadstick-with-sesame-seeds_140725-540.jpg?_wi=3", imageAlt: "Fresh and hearty steak salad"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Spaghetti", price: "$11.95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-dish-with-meatball_23-2148149197.jpg?_wi=2", imageAlt: "Traditional spaghetti with sauce"},
|
id: "3", name: "Spaghetti", price: "$11.95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-dish-with-meatball_23-2148149197.jpg?_wi=2", imageAlt: "Traditional spaghetti with sauce"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -128,13 +146,17 @@ export default function LandingPage() {
|
|||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "Family-Owned", description: "Three generations of service and dedication to our community"},
|
title: "Family-Owned", description: "Three generations of service and dedication to our community"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Consistent Quality", description: "Fresh ingredients and chef-prepared meals every day"},
|
title: "Consistent Quality", description: "Fresh ingredients and chef-prepared meals every day"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Strong Local Support", description: "Packed even on Monday - trusted by locals"},
|
title: "Strong Local Support", description: "Packed even on Monday - trusted by locals"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Welcoming Staff", description: "Every guest is treated like family"},
|
title: "Welcoming Staff", description: "Every guest is treated like family"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -151,17 +173,22 @@ export default function LandingPage() {
|
|||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "📍 Address", description: "1610 E Pike St, Clarksburg, WV 26301"},
|
title: "📍 Address", description: "1610 E Pike St, Clarksburg, WV 26301"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "📞 Phone", description: "(304) 622-9411 - Call for reservations or takeout"},
|
title: "📞 Phone", description: "(304) 622-9411 - Call for reservations or takeout"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "🕐 Hours", description: "Open Daily at 11 AM"},
|
title: "🕐 Hours", description: "Open Daily at 11 AM"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "🍽️ Options", description: "Dine-in ✓ | Takeout ✓ | Delivery ✗"},
|
title: "🍽️ Options", description: "Dine-in ✓ | Takeout ✓ | Delivery ✗"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get Directions", href: "https://maps.google.com/?q=1610+E+Pike+St+Clarksburg+WV+26301"},
|
text: "Get Directions", href: "https://maps.google.com/?q=1610+E+Pike+St+Clarksburg+WV+26301"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -173,9 +200,11 @@ export default function LandingPage() {
|
|||||||
description="Call us now or fill out the form below to reserve your table at Clique Club. Our team will make sure you have the perfect dining experience."
|
description="Call us now or fill out the form below to reserve your table at Clique Club. Our team will make sure you have the perfect dining experience."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call (304) 622-9411", href: "tel:(304) 622-9411"},
|
text: "Call (304) 622-9411", href: "tel:(304) 622-9411"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: "Send Message", href: "#contact-form"},
|
text: "Send Message", href: "#contact-form"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -198,7 +227,8 @@ export default function LandingPage() {
|
|||||||
title: "Contact", items: [
|
title: "Contact", items: [
|
||||||
{ label: "Call: (304) 622-9411", href: "tel:(304) 622-9411" },
|
{ label: "Call: (304) 622-9411", href: "tel:(304) 622-9411" },
|
||||||
{
|
{
|
||||||
label: "1610 E Pike St, Clarksburg, WV", href: "https://maps.google.com/?q=1610+E+Pike+St+Clarksburg+WV+26301"},
|
label: "1610 E Pike St, Clarksburg, WV", href: "https://maps.google.com/?q=1610+E+Pike+St+Clarksburg+WV+26301"
|
||||||
|
},
|
||||||
{ label: "Open Daily at 11 AM", href: "#" },
|
{ label: "Open Daily at 11 AM", href: "#" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user