Update src/app/page.tsx

This commit is contained in:
2026-06-10 23:35:43 +00:00
parent fa64902d40
commit 94fe58c3a2

View File

@@ -9,8 +9,6 @@ import FeatureBento from '@/components/sections/feature/FeatureBento';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Award, Facebook, Instagram, Leaf, MessageSquare, Pizza, Sandwich, Star } from "lucide-react";
export default function LandingPage() {
@@ -35,10 +33,6 @@ export default function LandingPage() {
name: "Home", id: "#home"},
{
name: "About", id: "#about"},
{
name: "Menu", id: "#menu"},
{
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ", id: "#faq"},
{
@@ -55,7 +49,7 @@ export default function LandingPage() {
tagAnimation="blur-reveal"
buttons={[
{
text: "VIEW MENU", href: "#menu"},
text: "VIEW MENU", href: "#offerings"},
{
text: "ORDER ONLINE", href: "https://www.pieous.com/order-online"},
]}
@@ -120,53 +114,6 @@ export default function LandingPage() {
/>
</div>
<div id="menu" data-section="menu">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
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"},
{
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"},
{
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"},
{
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"},
{
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"},
{
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"},
]}
title="Our Menu Highlights"
description="Savor the flavors of Italy with our most popular dishes, prepared fresh daily with passion and tradition."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
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."},
{
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."},
{
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."},
{
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."},
{
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."},
]}
title="What Our Guests Say"
description="Hear directly from our beloved customers about their unforgettable dining experiences at Pieous."
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
textboxLayout="default"
@@ -186,7 +133,7 @@ export default function LandingPage() {
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="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"
faqsAnimation="slide-up"
/>
</div>