Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-10 23:33:11 +00:00

View File

@@ -32,29 +32,17 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#home"},
id: "#home",
},
{ {
name: "About", name: "About", id: "#about"},
id: "#about",
},
{ {
name: "Menu", name: "Menu", id: "#menu"},
id: "#menu",
},
{ {
name: "Testimonials", name: "Testimonials", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "FAQ", name: "FAQ", id: "#faq"},
id: "#faq",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="PIEOUS" brandName="PIEOUS"
/> />
@@ -67,40 +55,26 @@ export default function LandingPage() {
tagAnimation="blur-reveal" tagAnimation="blur-reveal"
buttons={[ buttons={[
{ {
text: "VIEW MENU", text: "VIEW MENU", href: "#menu"},
href: "#menu",
},
{ {
text: "ORDER ONLINE", text: "ORDER ONLINE", href: "https://www.pieous.com/order-online"},
href: "https://www.pieous.com/order-online",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134249.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134249.jpg"
imageAlt="Warm and inviting interior of an Italian restaurant with a pizza oven" imageAlt="Warm and inviting interior of an Italian restaurant with a pizza oven"
showDimOverlay={true} showDimOverlay={true}
showBlur={true} showBlur={true}
textPosition="bottom" textPosition="bottom"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/one-companions_1098-13516.jpg", src: "http://img.b2bpic.net/free-photo/one-companions_1098-13516.jpg", alt: "Happy customer"},
alt: "Happy customer",
},
{ {
src: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg", src: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg", alt: "Delighted guest"},
alt: "Delighted guest",
},
{ {
src: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24363.jpg", src: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24363.jpg", alt: "Satisfied diner"},
alt: "Satisfied diner",
},
{ {
src: "http://img.b2bpic.net/free-photo/handsome-smiling-man-eat-salade-restaurant-waiting-woman-with-bouquet-roses_496169-302.jpg", src: "http://img.b2bpic.net/free-photo/handsome-smiling-man-eat-salade-restaurant-waiting-woman-with-bouquet-roses_496169-302.jpg", alt: "Smiling patron"},
alt: "Smiling patron",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg", src: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg", alt: "Content foodie"},
alt: "Content foodie",
},
]} ]}
avatarText="Loved by thousands of food enthusiasts" avatarText="Loved by thousands of food enthusiasts"
/> />
@@ -113,19 +87,13 @@ export default function LandingPage() {
metrics={[ metrics={[
{ {
icon: Award, icon: Award,
label: "Years of Passion", label: "Years of Passion", value: "10+"},
value: "10+",
},
{ {
icon: Pizza, icon: Pizza,
label: "Handmade Daily", label: "Handmade Daily", value: "Pizzas"},
value: "Pizzas",
},
{ {
icon: Star, icon: Star,
label: "Happy Customers", label: "Happy Customers", value: "Millions"},
value: "Millions",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -138,29 +106,14 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
title: "Artisan Pizzas", title: "Artisan Pizzas", description: "Authentic Neapolitan-style pizzas baked to perfection in our custom-built wood-fired oven.", bentoComponent: "reveal-icon", icon: Pizza
description: "Authentic Neapolitan-style pizzas baked to perfection in our custom-built wood-fired oven.",
bentoComponent: "reveal-icon",
icon: Pizza,
imageSrc: "http://img.b2bpic.net/free-photo/badge-reward-successful-champion-competition-concept_53876-120790.jpg",
imageAlt: "gold award icon luxury",
}, },
{ {
title: "Handcrafted Pastrami", title: "Handcrafted Pastrami", description: "Our legendary pastrami, cured and smoked in-house for days, served in classic sandwiches and platters.", bentoComponent: "reveal-icon", icon: Sandwich
description: "Our legendary pastrami, cured and smoked in-house for days, served in classic sandwiches and platters.",
bentoComponent: "reveal-icon",
icon: Sandwich,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134249.jpg?_wi=2",
imageAlt: "gold award icon luxury",
}, },
{ {
title: "Fresh & Local", title: "Fresh & Local", description: "We are committed to using the freshest, locally sourced ingredients whenever possible for unparalleled taste.", bentoComponent: "reveal-icon", icon: Leaf
description: "We are committed to using the freshest, locally sourced ingredients whenever possible for unparalleled taste.", }
bentoComponent: "reveal-icon",
icon: Leaf,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o46h7b",
imageAlt: "gold award icon luxury",
},
]} ]}
title="Signature Offerings" title="Signature Offerings"
description="Discover the heart of our kitchen from classic wood-fired pizzas to rich, handmade pastrami and artisan cheeses. Each dish crafted with the finest ingredients and traditional techniques." description="Discover the heart of our kitchen from classic wood-fired pizzas to rich, handmade pastrami and artisan cheeses. Each dish crafted with the finest ingredients and traditional techniques."
@@ -175,47 +128,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Margherita Pizza", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sliced-pizza_23-2148753763.jpg", imageAlt: "Fresh Margherita pizza with basil"},
name: "Margherita Pizza",
price: "$18",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sliced-pizza_23-2148753763.jpg",
imageAlt: "Fresh Margherita pizza with basil",
},
{ {
id: "p2", id: "p2", name: "Pepperoni Pizza", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-parmesan-cheese_23-2148753752.jpg", imageAlt: "Delicious Pepperoni pizza"},
name: "Pepperoni Pizza",
price: "$20",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-parmesan-cheese_23-2148753752.jpg",
imageAlt: "Delicious Pepperoni pizza",
},
{ {
id: "p3", id: "p3", name: "Pastrami Sandwich", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/homemade-crispbread-toast-with-cottage-cheese-green-olives-slices-cabbage-tomatoes-corn-green-pepper-cutting-board-healthy-food-concept-top-view-flat-lay_114579-1331.jpg", imageAlt: "Hearty Pastrami sandwich"},
name: "Pastrami Sandwich",
price: "$16",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-crispbread-toast-with-cottage-cheese-green-olives-slices-cabbage-tomatoes-corn-green-pepper-cutting-board-healthy-food-concept-top-view-flat-lay_114579-1331.jpg",
imageAlt: "Hearty Pastrami sandwich",
},
{ {
id: "p4", id: "p4", name: "Spaghetti Carbonara", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/close-up-baker-cutting-raw-dough-into-tagliatelle-pasta-machine_23-2147926010.jpg", imageAlt: "Creamy Spaghetti Carbonara"},
name: "Spaghetti Carbonara",
price: "$22",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-baker-cutting-raw-dough-into-tagliatelle-pasta-machine_23-2147926010.jpg",
imageAlt: "Creamy Spaghetti Carbonara",
},
{ {
id: "p5", id: "p5", name: "Caesar Salad", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/chicken-caesar-salad-picnic-table_1147-64.jpg", imageAlt: "Fresh Caesar Salad"},
name: "Caesar Salad",
price: "$14",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-caesar-salad-picnic-table_1147-64.jpg",
imageAlt: "Fresh Caesar Salad",
},
{ {
id: "p6", id: "p6", name: "Tiramisu", price: "$9", imageSrc: "http://img.b2bpic.net/free-photo/tart-with-profiteroles-top-with-whipped-cream_114579-85556.jpg", imageAlt: "Classic Italian Tiramisu dessert"},
name: "Tiramisu",
price: "$9",
imageSrc: "http://img.b2bpic.net/free-photo/tart-with-profiteroles-top-with-whipped-cream_114579-85556.jpg",
imageAlt: "Classic Italian Tiramisu dessert",
},
]} ]}
title="Our Menu Highlights" title="Our Menu Highlights"
description="Savor the flavors of Italy with our most popular dishes, prepared fresh daily with passion and tradition." description="Savor the flavors of Italy with our most popular dishes, prepared fresh daily with passion and tradition."
@@ -229,45 +152,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Sarah J.", role: "Food Blogger", testimonial: "Pieous offers the most authentic wood-fired pizza I've had outside of Italy. The crust, the sauce, the fresh mozzarella perfection!", imageSrc: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg", imageAlt: "Sarah J."},
name: "Sarah J.",
role: "Food Blogger",
testimonial: "Pieous offers the most authentic wood-fired pizza I've had outside of Italy. The crust, the sauce, the fresh mozzarella perfection!",
imageSrc: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg",
imageAlt: "Sarah J.",
},
{ {
id: "t2", id: "t2", name: "Michael C.", role: "Local Guide", testimonial: "The pastrami sandwich is a revelation! Tender, smoky, and piled high. Pieous is a true gem in the culinary scene.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149250087.jpg", imageAlt: "Michael C."},
name: "Michael C.",
role: "Local Guide",
testimonial: "The pastrami sandwich is a revelation! Tender, smoky, and piled high. Pieous is a true gem in the culinary scene.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149250087.jpg",
imageAlt: "Michael C.",
},
{ {
id: "t3", id: "t3", name: "Emily R.", role: "Restaurant Critic", testimonial: "From the moment you walk in, the aroma captivates you. Every dish is a masterpiece, a testament to their dedication to quality.", imageSrc: "http://img.b2bpic.net/free-photo/cute-friends-cafe-eatting-pizza_1157-21848.jpg", imageAlt: "Emily R."},
name: "Emily R.",
role: "Restaurant Critic",
testimonial: "From the moment you walk in, the aroma captivates you. Every dish is a masterpiece, a testament to their dedication to quality.",
imageSrc: "http://img.b2bpic.net/free-photo/cute-friends-cafe-eatting-pizza_1157-21848.jpg",
imageAlt: "Emily R.",
},
{ {
id: "t4", id: "t4", name: "David K.", role: "Regular Customer", testimonial: "Pieous is our go-to for family dinners. The kids love the pizza, and we adore the pasta and wine selection. Consistently excellent!", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-sandwiches_1098-12574.jpg", imageAlt: "David K."},
name: "David K.",
role: "Regular Customer",
testimonial: "Pieous is our go-to for family dinners. The kids love the pizza, and we adore the pasta and wine selection. Consistently excellent!",
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-sandwiches_1098-12574.jpg",
imageAlt: "David K.",
},
{ {
id: "t5", id: "t5", name: "Jessica L.", role: "Event Planner", testimonial: "We catered our last event with Pieous, and it was a huge hit! The food was fantastic, and the service was impeccable. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg", imageAlt: "Jessica L."},
name: "Jessica L.",
role: "Event Planner",
testimonial: "We catered our last event with Pieous, and it was a huge hit! The food was fantastic, and the service was impeccable. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg",
imageAlt: "Jessica L.",
},
]} ]}
title="What Our Guests Say" title="What Our Guests Say"
description="Hear directly from our beloved customers about their unforgettable dining experiences at Pieous." description="Hear directly from our beloved customers about their unforgettable dining experiences at Pieous."
@@ -280,35 +173,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "faq1", id: "faq1", title: "Do you take reservations?", content: "Yes, we highly recommend making a reservation, especially for weekend evenings. You can book a table through our website or by calling us directly."},
title: "Do you take reservations?",
content: "Yes, we highly recommend making a reservation, especially for weekend evenings. You can book a table through our website or by calling us directly.",
},
{ {
id: "faq2", id: "faq2", title: "What are your operating hours?", content: "We are open Tuesday through Sunday, from 11 AM to 9 PM. We are closed on Mondays."},
title: "What are your operating hours?",
content: "We are open Tuesday through Sunday, from 11 AM to 9 PM. We are closed on Mondays.",
},
{ {
id: "faq3", id: "faq3", title: "Do you offer vegetarian or gluten-free options?", content: "Yes, we have a variety of vegetarian dishes and can accommodate many dietary restrictions. Please inform your server about any allergies or preferences."},
title: "Do you offer vegetarian or gluten-free options?",
content: "Yes, we have a variety of vegetarian dishes and can accommodate many dietary restrictions. Please inform your server about any allergies or preferences.",
},
{ {
id: "faq4", id: "faq4", title: "Can I order online for pickup or delivery?", content: "Absolutely! We offer online ordering for both pickup and local delivery through our website. You can find the link in our menu section."},
title: "Can I order online for pickup or delivery?",
content: "Absolutely! We offer online ordering for both pickup and local delivery through our website. You can find the link in our menu section.",
},
{ {
id: "faq5", id: "faq5", title: "Do you have a private dining area for events?", content: "We have a semi-private dining area that can accommodate up to 20 guests for special events. Please contact us for more details and availability."},
title: "Do you have a private dining area for events?",
content: "We have a semi-private dining area that can accommodate up to 20 guests for special events. Please contact us for more details and availability.",
},
{ {
id: "faq6", id: "faq6", title: "What kind of wine selection do you have?", content: "Our wine list features a curated selection of Italian and international wines, carefully chosen to complement our menu. Our staff can help you with pairings."},
title: "What kind of wine selection do you have?",
content: "Our wine list features a curated selection of Italian and international wines, carefully chosen to complement our menu. Our staff can help you with pairings.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Find quick answers to the most common questions about our restaurant, menu, and services." description="Find quick answers to the most common questions about our restaurant, menu, and services."
@@ -320,21 +195,16 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
tag="Visit Us" tag="Visit Us"
tagAnimation="blur-reveal" tagAnimation="blur-reveal"
title="Make Your Reservation" title="Make Your Reservation"
description="Planning a special occasion or just a delightful meal? Book your table with us and experience authentic Italian hospitality." description="Planning a special occasion or just a delightful meal? Book your table with us and experience authentic Italian hospitality."
buttons={[ buttons={[
{ {
text: "BOOK A TABLE", text: "BOOK A TABLE", href: "https://www.pieous.com/reservations"},
href: "https://www.pieous.com/reservations",
},
{ {
text: "GET DIRECTIONS", text: "GET DIRECTIONS", href: "https://www.google.com/maps/dir/?api=1&destination=PIEOUS"},
href: "https://www.google.com/maps/dir/?api=1&destination=PIEOUS",
},
]} ]}
/> />
</div> </div>
@@ -346,19 +216,13 @@ export default function LandingPage() {
socialLinks={[ socialLinks={[
{ {
icon: Instagram, icon: Instagram,
href: "https://www.instagram.com/pieous", href: "https://www.instagram.com/pieous", ariaLabel: "Instagram"},
ariaLabel: "Instagram",
},
{ {
icon: Facebook, icon: Facebook,
href: "https://www.facebook.com/pieous", href: "https://www.facebook.com/pieous", ariaLabel: "Facebook"},
ariaLabel: "Facebook",
},
{ {
icon: MessageSquare, icon: MessageSquare,
href: "https://www.yelp.com/biz/pieous-austin", href: "https://www.yelp.com/biz/pieous-austin", ariaLabel: "Yelp"},
ariaLabel: "Yelp",
},
]} ]}
/> />
</div> </div>