diff --git a/src/app/page.tsx b/src/app/page.tsx index 003318d..4baf859 100644 --- a/src/app/page.tsx +++ b/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() { @@ -54,45 +46,28 @@ export default function LandingPage() {
@@ -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: "#"}, ], }, ]}