Merge version_2 into main #2
@@ -1419,4 +1419,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -35,7 +35,8 @@ export default function LandingPage() {
|
||||
{ name: "Location", id: "location" },
|
||||
]}
|
||||
button={{
|
||||
text: "Reserve Your Table", href: "reservations"}}
|
||||
text: "Reserve Your Table", href: "reservations"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -55,15 +56,20 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ribeye-steak-teriyaki-sauce-with-glass-burgundy_114579-2160.jpg", imageAlt: "Upscale steakhouse dining room"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ribeye-steak-teriyaki-sauce-with-glass-burgundy_114579-2160.jpg", imageAlt: "Upscale steakhouse dining room"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cuts-fried-meat-ribs-cutting-board_141793-12499.jpg?_wi=1", imageAlt: "Signature prime rib plating"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cuts-fried-meat-ribs-cutting-board_141793-12499.jpg?_wi=1", imageAlt: "Signature prime rib plating"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wine-cellar-with-old-wine-barrels_23-2149428781.jpg?_wi=1", imageAlt: "Premium whiskey collection"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wine-cellar-with-old-wine-barrels_23-2149428781.jpg?_wi=1", imageAlt: "Premium whiskey collection"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ideal-objects-prepare-cocktails_23-2148176790.jpg?_wi=1", imageAlt: "Handcrafted cocktail"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ideal-objects-prepare-cocktails_23-2148176790.jpg?_wi=1", imageAlt: "Handcrafted cocktail"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-hugging-young-cheerful-lady-table_23-2148016786.jpg", imageAlt: "Intimate dining ambiance"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-hugging-young-cheerful-lady-table_23-2148016786.jpg", imageAlt: "Intimate dining ambiance"
|
||||
},
|
||||
]}
|
||||
ariaLabel="Hero section - The Huntsman Tavern fine dining"
|
||||
/>
|
||||
@@ -79,13 +85,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Prime Rib", description: "Hand-cut, bone-in prime rib with herb-infused crust, perfectly aged and seared to your preference", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cuts-fried-meat-ribs-cutting-board_141793-12499.jpg?_wi=2", imageAlt: "Premium prime rib"},
|
||||
title: "Prime Rib", description: "Hand-cut, bone-in prime rib with herb-infused crust, perfectly aged and seared to your preference", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cuts-fried-meat-ribs-cutting-board_141793-12499.jpg?_wi=2", imageAlt: "Premium prime rib"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Handcrafted Whiskey", description: "Curated selection of bourbon, rye, and single-malt scotch, featuring rare small-batch releases", imageSrc: "http://img.b2bpic.net/free-photo/wine-cellar-with-old-wine-barrels_23-2149428781.jpg?_wi=2", imageAlt: "Whiskey selection"},
|
||||
title: "Handcrafted Whiskey", description: "Curated selection of bourbon, rye, and single-malt scotch, featuring rare small-batch releases", imageSrc: "http://img.b2bpic.net/free-photo/wine-cellar-with-old-wine-barrels_23-2149428781.jpg?_wi=2", imageAlt: "Whiskey selection"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Craft Cocktails", description: "Expert mixology combining premium spirits, house-made syrups, and artisanal techniques", imageSrc: "http://img.b2bpic.net/free-photo/ideal-objects-prepare-cocktails_23-2148176790.jpg?_wi=2", imageAlt: "Craft cocktail"},
|
||||
title: "Craft Cocktails", description: "Expert mixology combining premium spirits, house-made syrups, and artisanal techniques", imageSrc: "http://img.b2bpic.net/free-photo/ideal-objects-prepare-cocktails_23-2148176790.jpg?_wi=2", imageAlt: "Craft cocktail"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -97,11 +106,14 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "Dark wood, leather, and brass come together in a"},
|
||||
type: "text", content: "Dark wood, leather, and brass come together in a"
|
||||
},
|
||||
{
|
||||
type: "text", content: "Pacific Northwest lodge atmosphere"},
|
||||
type: "text", content: "Pacific Northwest lodge atmosphere"
|
||||
},
|
||||
{
|
||||
type: "text", content: "where refined dining meets genuine hospitality."},
|
||||
type: "text", content: "where refined dining meets genuine hospitality."
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
@@ -122,13 +134,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "An Evening to Remember", quote: "The prime rib was absolutely perfect—tender, flavorful, and expertly prepared. Our server knew the wine selection intimately. This is where we'll celebrate every special occasion.", name: "James Richardson", role: "CEO, Ellensburg Tech Solutions", imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-21797.jpg", imageAlt: "James Richardson"},
|
||||
id: "1", title: "An Evening to Remember", quote: "The prime rib was absolutely perfect—tender, flavorful, and expertly prepared. Our server knew the wine selection intimately. This is where we'll celebrate every special occasion.", name: "James Richardson", role: "CEO, Ellensburg Tech Solutions", imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-21797.jpg", imageAlt: "James Richardson"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Where Quality Meets Service", quote: "The attention to detail in every aspect—from the plating to the ambiance—is exceptional. We felt truly welcomed as regulars on our third visit.", name: "Sarah Mitchell", role: "Marketing Director, Local Events Co.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-business-woman-standing-window_1262-1069.jpg", imageAlt: "Sarah Mitchell"},
|
||||
id: "2", title: "Where Quality Meets Service", quote: "The attention to detail in every aspect—from the plating to the ambiance—is exceptional. We felt truly welcomed as regulars on our third visit.", name: "Sarah Mitchell", role: "Marketing Director, Local Events Co.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-business-woman-standing-window_1262-1069.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Perfect for Date Night", quote: "This is our go-to spot for romantic dinners. The warm lighting, intimate setting, and outstanding cocktails make every visit special.", name: "Michael & Emily Chen", role: "Engaged Couple", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-man-woman-standing-stairs_1262-1129.jpg", imageAlt: "Michael and Emily Chen"},
|
||||
id: "3", title: "Perfect for Date Night", quote: "This is our go-to spot for romantic dinners. The warm lighting, intimate setting, and outstanding cocktails make every visit special.", name: "Michael & Emily Chen", role: "Engaged Couple", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-man-woman-standing-stairs_1262-1129.jpg", imageAlt: "Michael and Emily Chen"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Impeccable Business Dining", quote: "I've hosted numerous client dinners here. The sophisticated setting and flawless execution have consistently impressed our guests.", name: "David Thompson", role: "Regional Director, Enterprise Partners", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg", imageAlt: "David Thompson"},
|
||||
id: "4", title: "Impeccable Business Dining", quote: "I've hosted numerous client dinners here. The sophisticated setting and flawless execution have consistently impressed our guests.", name: "David Thompson", role: "Regional Director, Enterprise Partners", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg", imageAlt: "David Thompson"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -145,16 +161,20 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
id: "1", icon: Star,
|
||||
title: "Guest Rating", value: "4.9★"},
|
||||
title: "Guest Rating", value: "4.5★"
|
||||
},
|
||||
{
|
||||
id: "2", icon: Users,
|
||||
title: "Reviews", value: "200+"},
|
||||
title: "Reviews", value: "200+"
|
||||
},
|
||||
{
|
||||
id: "3", icon: Award,
|
||||
title: "Years Local", value: "15+"},
|
||||
title: "Years Local", value: "15+"
|
||||
},
|
||||
{
|
||||
id: "4", icon: Heart,
|
||||
title: "Returning Guests", value: "85%"},
|
||||
title: "Returning Guests", value: "85%"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
carouselMode="buttons"
|
||||
@@ -187,16 +207,19 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/huntsmanellensburg", ariaLabel: "Facebook"},
|
||||
href: "https://facebook.com/huntsmanellensburg", ariaLabel: "Facebook"
|
||||
},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/huntsmanellensburg", ariaLabel: "Instagram"},
|
||||
href: "https://instagram.com/huntsmanellensburg", ariaLabel: "Instagram"
|
||||
},
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:+1-509-925-1234", ariaLabel: "Call us"},
|
||||
href: "tel:+1-509-925-1234", ariaLabel: "Call us"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user