Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 15:55:01 +00:00
2 changed files with 65 additions and 1457 deletions

File diff suppressed because it is too large Load Diff

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>
@@ -107,11 +122,14 @@ export default function LandingPage() {
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: "#" },
],
},
@@ -213,4 +243,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}