Merge version_1 into main #2
173
src/app/page.tsx
173
src/app/page.tsx
@@ -10,7 +10,7 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import { Award, Star, Utensils } from "lucide-react";
|
||||
import { Award, Star, Utensils, ArrowRight } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "experience",
|
||||
},
|
||||
name: "Experience", id: "experience"},
|
||||
{
|
||||
name: "Reservations",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Reservations", id: "contact"},
|
||||
]}
|
||||
brandName="T. Paul's Supper Club"
|
||||
/>
|
||||
@@ -54,45 +46,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Astoria’s Hidden Gem for Elevated Dining"
|
||||
description="Exceptional food. Artful atmosphere. Unforgettable nights. Experience the finest supper club in the Pacific Northwest."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Your Table", href: "#contact"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=1",
|
||||
imageAlt: "Cinematic bar shot",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", imageAlt: "Cinematic bar shot"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=2",
|
||||
imageAlt: "Cocktail pour",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", imageAlt: "Cocktail pour"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=3",
|
||||
imageAlt: "Steak marsala",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", imageAlt: "Steak marsala"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=4",
|
||||
imageAlt: "Halibut entree",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", imageAlt: "Halibut entree"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=5",
|
||||
imageAlt: "Atmospheric lounge",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", imageAlt: "Atmospheric lounge"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=6",
|
||||
imageAlt: "Table setting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", imageAlt: "Table setting"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -102,14 +77,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Fantastic food, great atmosphere",
|
||||
"Outstanding quality service",
|
||||
"True hidden gem in Astoria",
|
||||
"Portions generous worth every penny",
|
||||
"Memorable dining experience",
|
||||
"Best steakhouse in town",
|
||||
"Excellent cocktail menu",
|
||||
]}
|
||||
"Fantastic food, great atmosphere", "Outstanding quality service", "True hidden gem in Astoria", "Portions generous worth every penny", "Memorable dining experience", "Best steakhouse in town", "Excellent cocktail menu"]}
|
||||
title="Why Guests Love T. Paul's"
|
||||
description="Don't just take our word for it—join the local tradition that has been delighting diners since 2000."
|
||||
/>
|
||||
@@ -123,41 +91,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Steak Marsala",
|
||||
price: "$38",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-medallion-with-sauce-vegetables-white-plate-table_140725-11510.jpg",
|
||||
},
|
||||
id: "1", name: "Steak Marsala", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-medallion-with-sauce-vegetables-white-plate-table_140725-11510.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Parmesan Crusted Halibut",
|
||||
price: "$42",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-mussels-with-scallops-herbs-butter-sauce-salt-pepper-table_140725-10938.jpg",
|
||||
},
|
||||
id: "2", name: "Parmesan Crusted Halibut", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/grilled-mussels-with-scallops-herbs-butter-sauce-salt-pepper-table_140725-10938.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Crab Mac & Cheese",
|
||||
price: "$28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-delicious-unique-dish-beautifully-designed-served_181624-19185.jpg",
|
||||
},
|
||||
id: "3", name: "Crab Mac & Cheese", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-delicious-unique-dish-beautifully-designed-served_181624-19185.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Artichoke Dip",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-baked-vegetables-ham-sandwiches_7502-7403.jpg",
|
||||
},
|
||||
id: "4", name: "Artichoke Dip", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/healthy-baked-vegetables-ham-sandwiches_7502-7403.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fusion Chowder",
|
||||
price: "$22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-food-arrangement_23-2148847470.jpg",
|
||||
},
|
||||
id: "5", name: "Fusion Chowder", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-food-arrangement_23-2148847470.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Craft Cocktails",
|
||||
price: "$16",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bartender-mixing-drink_181624-25500.jpg",
|
||||
},
|
||||
id: "6", name: "Craft Cocktails", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/bartender-mixing-drink_181624-25500.jpg"},
|
||||
]}
|
||||
title="Signature Dishes"
|
||||
description="Indulge in our curated selection of high-margin favorites and house specials."
|
||||
@@ -170,28 +114,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Cozy Atmosphere",
|
||||
description: "Intimate lounge areas perfect for date nights.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg?_wi=1",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Cozy Atmosphere", description: "Intimate lounge areas perfect for date nights.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Artistic Decor",
|
||||
description: "Eclectic, curated interior design.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg?_wi=2",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Artistic Decor", description: "Eclectic, curated interior design.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Exceptional Service",
|
||||
description: "Staff that treats you like royalty.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg?_wi=3",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Exceptional Service", description: "Staff that treats you like royalty.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Live Music Moments",
|
||||
description: "Occasional performances that enrich your night.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg?_wi=4",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Live Music Moments", description: "Occasional performances that enrich your night.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg", buttonIcon: ArrowRight,
|
||||
},
|
||||
]}
|
||||
title="The Art of the Supper Club"
|
||||
@@ -206,19 +138,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
label: "Since",
|
||||
value: "2000",
|
||||
},
|
||||
label: "Since", value: "2000"},
|
||||
{
|
||||
icon: Utensils,
|
||||
label: "Ingredients",
|
||||
value: "Fresh Local",
|
||||
},
|
||||
label: "Ingredients", value: "Fresh Local"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Portions",
|
||||
value: "Generous",
|
||||
},
|
||||
label: "Portions", value: "Generous"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -231,16 +157,10 @@ export default function LandingPage() {
|
||||
description="Experience T. Paul's Supper Club in Astoria. We look forward to hosting you."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg"
|
||||
@@ -252,42 +172,27 @@ export default function LandingPage() {
|
||||
logoText="T. Paul's Supper Club"
|
||||
columns={[
|
||||
{
|
||||
title: "Visit Us",
|
||||
items: [
|
||||
title: "Visit Us", items: [
|
||||
{
|
||||
label: "Astoria, Oregon",
|
||||
href: "#",
|
||||
},
|
||||
label: "Astoria, Oregon", href: "#"},
|
||||
{
|
||||
label: "Directions",
|
||||
href: "#",
|
||||
},
|
||||
label: "Directions", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Policies",
|
||||
items: [
|
||||
title: "Policies", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user