8 Commits

Author SHA1 Message Date
91c70d0ff8 Update src/app/page.tsx 2026-03-03 16:03:16 +00:00
0536ff5ceb Update src/app/layout.tsx 2026-03-03 16:03:09 +00:00
d2928c6120 Merge version_2 into main
Merge version_2 into main
2026-03-03 15:55:00 +00:00
49a1d71be4 Update src/app/page.tsx 2026-03-03 15:54:55 +00:00
e0069e3ce0 Update src/app/layout.tsx 2026-03-03 15:54:54 +00:00
e160404874 Merge version_1 into main
Merge version_1 into main
2026-03-03 15:54:03 +00:00
ae25e70e3e Merge version_1 into main
Merge version_1 into main
2026-03-03 15:50:13 +00:00
a5d237a74a Merge version_1 into main
Merge version_1 into main
2026-03-03 15:45:06 +00:00
2 changed files with 77 additions and 74 deletions

View File

@@ -1,54 +1,28 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Mulish } from "next/font/google";
import { Geist, Geist_Mono } 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 geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const mulish = Mulish({
variable: "--font-mulish", subsets: ["latin"],
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
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: {
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"],
},
};
title: "Clique Club - Restaurant in Clarksburg, WV", description: "Family-owned lounge serving hearty meals, strong service, and unforgettable ribeye sandwiches in Clarksburg, WV."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1416,7 +1390,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -32,7 +32,8 @@ export default function LandingPage() {
{ name: "Visit", id: "visit" },
]}
button={{
text: "Call Now", href: "tel:(304) 622-9411"}}
text: "Call Now", href: "tel:(304) 622-9411"
}}
animateOnLoad={true}
/>
</div>
@@ -45,29 +46,39 @@ export default function LandingPage() {
background={{ variant: "plain" }}
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={[
{
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={[
{
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>
@@ -82,17 +93,21 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Regular Customer", company: "Local Community", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1"},
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"
},
{
id: "2", name: "Michael Chen", role: "Food Enthusiast", company: "Clarksburg Dining", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2"},
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"
},
{
id: "3", name: "Emily Rodriguez", role: "Family Dining", company: "Weekend Visitors", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3"},
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"
},
{
id: "4", name: "David Kim", role: "Business Meetings", company: "Local Professional", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4"},
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"
},
]}
/>
</div>
@@ -100,18 +115,21 @@ export default function LandingPage() {
<div id="menu" data-section="menu">
<ProductCardThree
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"
useInvertedBackground={false}
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
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>
@@ -128,13 +146,17 @@ export default function LandingPage() {
mediaAnimation="slide-up"
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>
@@ -151,17 +173,22 @@ export default function LandingPage() {
mediaAnimation="slide-up"
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={[
{
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>
@@ -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."
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" }}
useInvertedBackground={false}
@@ -198,7 +227,8 @@ export default function LandingPage() {
title: "Contact", items: [
{ 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: "#" },
],
},