Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-07 15:50:40 +00:00

View File

@@ -31,27 +31,17 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Reviews",
id: "reviews",
},
name: "Reviews", id: "reviews"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Kingston Ale House"
button={{
text: "Reserve",
href: "#contact",
}}
text: "Reserve", href: "#contact"}}
/>
</div>
@@ -59,107 +49,59 @@ export default function LandingPage() {
<HeroSplitTestimonial
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Waterfront Dining. Elevated."
description="Experience premium seafood, handcrafted cocktails, and unforgettable views at Kingston's favorite ale house."
testimonials={[
{
name: "James L.",
handle: "@jamesl",
testimonial: "The best fish and chips in Kingston. The view is unbeatable at sunset.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg?_wi=1",
imageAlt: "upscale waterfront restaurant interior evening",
},
name: "James L.", handle: "@jamesl", testimonial: "The best fish and chips in Kingston. The view is unbeatable at sunset.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg", imageAlt: "upscale waterfront restaurant interior evening"},
{
name: "Sarah W.",
handle: "@sw_eats",
testimonial: "Incredible service and a truly warm atmosphere. Will be coming back.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=1",
imageAlt: "happy diner portrait",
},
name: "Sarah W.", handle: "@sw_eats", testimonial: "Incredible service and a truly warm atmosphere. Will be coming back.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "happy diner portrait"},
{
name: "Mark D.",
handle: "@markd",
testimonial: "Sophisticated but welcoming. The chowder is to die for!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-boy-cafe_23-2148436233.jpg?_wi=1",
imageAlt: "satisfied customer dining",
},
name: "Mark D.", handle: "@markd", testimonial: "Sophisticated but welcoming. The chowder is to die for!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-boy-cafe_23-2148436233.jpg", imageAlt: "satisfied customer dining"},
{
name: "Elena R.",
handle: "@elena_travels",
testimonial: "Absolutely gorgeous patio. Perfect spot for date night.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg?_wi=1",
imageAlt: "happy elderly couple dining",
},
name: "Elena R.", handle: "@elena_travels", testimonial: "Absolutely gorgeous patio. Perfect spot for date night.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg", imageAlt: "happy elderly couple dining"},
{
name: "Tom B.",
handle: "@tomb",
testimonial: "Great local brews and a menu that hits the spot every single time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-holding-huge-fish-hand_273609-12453.jpg?_wi=1",
imageAlt: "food critic portrait",
},
name: "Tom B.", handle: "@tomb", testimonial: "Great local brews and a menu that hits the spot every single time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-holding-huge-fish-hand_273609-12453.jpg", imageAlt: "food critic portrait"},
]}
buttons={[
{
text: "Reserve a Table",
href: "#contact",
},
text: "Reserve a Table", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg",
alt: "Diner 1",
},
src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", alt: "Diner 1"},
{
src: "http://img.b2bpic.net/free-photo/front-view-cute-boy-cafe_23-2148436233.jpg",
alt: "Diner 2",
},
src: "http://img.b2bpic.net/free-photo/front-view-cute-boy-cafe_23-2148436233.jpg", alt: "Diner 2"},
{
src: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg",
alt: "Diner 3",
},
src: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg", alt: "Diner 3"},
{
src: "http://img.b2bpic.net/free-photo/female-holding-huge-fish-hand_273609-12453.jpg",
alt: "Diner 4",
},
src: "http://img.b2bpic.net/free-photo/female-holding-huge-fish-hand_273609-12453.jpg", alt: "Diner 4"},
{
src: "http://img.b2bpic.net/free-photo/photo-woman-with-stylish-haircut-round-big-earrings-white-t-shirt-light-denim-jacket-smiling-pink_197531-19230.jpg",
alt: "Diner 5",
},
src: "http://img.b2bpic.net/free-photo/photo-woman-with-stylish-haircut-round-big-earrings-white-t-shirt-light-denim-jacket-smiling-pink_197531-19230.jpg", alt: "Diner 5"},
]}
marqueeItems={[
{
type: "text-icon",
text: "Sustainable Seafood",
icon: Fish,
type: "text-icon", text: "Sustainable Seafood", icon: Fish,
},
{
type: "text-icon",
text: "Locally Sourced",
icon: Leaf,
type: "text-icon", text: "Locally Sourced", icon: Leaf,
},
{
type: "text-icon",
text: "Craft Ales",
icon: Wine,
type: "text-icon", text: "Craft Ales", icon: Wine,
},
{
type: "text-icon",
text: "Waterfront Views",
icon: Waves,
type: "text-icon", text: "Waterfront Views", icon: Waves,
},
{
type: "text-icon",
text: "Open Daily",
icon: Clock,
type: "text-icon", text: "Open Daily", icon: Clock,
},
]}
/>
@@ -172,34 +114,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "f1",
label: "Quality",
title: "Fresh Seafood",
items: [
"Halibut",
"Clams",
"Coastal Classics",
],
id: "f1", label: "Quality", title: "Fresh Seafood", items: [
"Halibut", "Clams", "Coastal Classics"],
},
{
id: "f2",
label: "Drinks",
title: "Craft Cocktails",
items: [
"Signature Mixes",
"Local Brews",
"Premium Wines",
],
id: "f2", label: "Drinks", title: "Craft Cocktails", items: [
"Signature Mixes", "Local Brews", "Premium Wines"],
},
{
id: "f3",
label: "Vibe",
title: "Scenic Patio",
items: [
"Waterfront Views",
"Outdoor Dining",
"Relaxed Atmosphere",
],
id: "f3", label: "Vibe", title: "Scenic Patio", items: [
"Waterfront Views", "Outdoor Dining", "Relaxed Atmosphere"],
},
]}
title="Exceptional Highlights"
@@ -215,47 +139,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Halibut Fish & Chips",
price: "$24.95",
variant: "Signature",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg?_wi=3",
},
id: "p1", name: "Halibut Fish & Chips", price: "$24.95", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg"},
{
id: "p2",
name: "Seafood Chowder",
price: "$12.50",
variant: "Classic",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg?_wi=4",
},
id: "p2", name: "Seafood Chowder", price: "$12.50", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg"},
{
id: "p3",
name: "Coconut Shrimp",
price: "$18.75",
variant: "Appetizer",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg?_wi=5",
},
id: "p3", name: "Coconut Shrimp", price: "$18.75", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg"},
{
id: "p4",
name: "Prime Rib Dip",
price: "$22.00",
variant: "Main",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg?_wi=6",
},
id: "p4", name: "Prime Rib Dip", price: "$22.00", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg"},
{
id: "p5",
name: "Oyster Platter",
price: "$28.00",
variant: "Fresh",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg?_wi=7",
},
id: "p5", name: "Oyster Platter", price: "$28.00", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg"},
{
id: "p6",
name: "Seasonal Catch",
price: "$32.00",
variant: "Daily",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg?_wi=8",
},
id: "p6", name: "Seasonal Catch", price: "$32.00", variant: "Daily", imageSrc: "http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg"},
]}
title="Featured Menu"
description="Handcrafted culinary delights using fresh, local ingredients."
@@ -269,68 +163,38 @@ export default function LandingPage() {
description="The Kingston Ale House is a beloved local spot known for great food, friendly service, and a relaxed coastal vibe. We believe in elevating the classics."
metrics={[
{
value: "10+",
title: "Years Serving",
},
value: "10+", title: "Years Serving"},
{
value: "50+",
title: "Local Purveyors",
},
value: "50+", title: "Local Purveyors"},
{
value: "100%",
title: "Customer Joy",
},
value: "100%", title: "Customer Joy"},
]}
imageSrc="http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg?_wi=9"
imageSrc="http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah Miller",
handle: "@sarah",
testimonial: "Incredible seafood and lovely views.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=2",
},
id: "t1", name: "Sarah Miller", handle: "@sarah", testimonial: "Incredible seafood and lovely views.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg"},
{
id: "t2",
name: "John Doe",
handle: "@john",
testimonial: "My go-to spot for cocktails.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-boy-cafe_23-2148436233.jpg?_wi=2",
},
id: "t2", name: "John Doe", handle: "@john", testimonial: "My go-to spot for cocktails.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-boy-cafe_23-2148436233.jpg"},
{
id: "t3",
name: "Emily Chen",
handle: "@emily",
testimonial: "Friendly staff, delicious local fare.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg?_wi=2",
},
id: "t3", name: "Emily Chen", handle: "@emily", testimonial: "Friendly staff, delicious local fare.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg"},
{
id: "t4",
name: "David Smith",
handle: "@david",
testimonial: "Best patio seating in the city.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-holding-huge-fish-hand_273609-12453.jpg?_wi=2",
},
id: "t4", name: "David Smith", handle: "@david", testimonial: "Best patio seating in the city.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-holding-huge-fish-hand_273609-12453.jpg"},
{
id: "t5",
name: "Chloe Jones",
handle: "@chloe",
testimonial: "Consistently great experience.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/photo-woman-with-stylish-haircut-round-big-earrings-white-t-shirt-light-denim-jacket-smiling-pink_197531-19230.jpg",
},
id: "t5", name: "Chloe Jones", handle: "@chloe", testimonial: "Consistently great experience.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/photo-woman-with-stylish-haircut-round-big-earrings-white-t-shirt-light-denim-jacket-smiling-pink_197531-19230.jpg"},
]}
showRating={true}
title="Guest Testimonials"
@@ -342,12 +206,11 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "canvas-reveal",
}}
variant: "canvas-reveal"}}
tag="Visit Us"
title="Reserve Your Experience"
description="11225 NE State Hwy 104, Kingston, WA | (360) 881-0412 | Open Daily 11:30 AM"
imageSrc="http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg?_wi=10"
imageSrc="http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg"
inputPlaceholder="Email us for reservations"
buttonText="Get Directions"
/>
@@ -355,41 +218,27 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg?_wi=11"
imageSrc="http://img.b2bpic.net/free-photo/stylish-festive-table-setting-with-scandinavian-decor-details-wooden-surface_169016-10950.jpg"
logoText="Kingston Ale House"
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Reviews",
href: "#reviews",
},
label: "Reviews", href: "#reviews"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Directions",
href: "#contact",
},
label: "Directions", href: "#contact"},
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
],
},
]}