4 Commits

Author SHA1 Message Date
f616b2a5e6 Merge version_3 into main
Merge version_3 into main
2026-02-14 11:53:35 +00:00
eea3e989c7 Update src/app/page.tsx 2026-02-14 11:53:31 +00:00
bada772823 Update src/app/features/page.tsx 2026-02-14 11:53:29 +00:00
980a2567e3 Merge version_2 into main
Merge version_2 into main
2026-02-14 11:50:37 +00:00
2 changed files with 8 additions and 25 deletions

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { CheckCircle, Flame, Wine, Clock, Leaf, Users, Heart, Award } from 'lucide-react';
@@ -39,7 +39,7 @@ export default function FeaturesPage() {
</div>
<div id="features" data-section="features">
<FeatureCardTwelve
<FeatureCardThree
title="Why Trattoria Stands Apart"
description="Discover what makes our Italian restaurant a destination for authentic cuisine and exceptional dining experiences"
tag="Our Strengths"
@@ -48,36 +48,19 @@ export default function FeaturesPage() {
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
gridVariant="uniform-all-items-equal"
features={[
{
id: "1", label: "Authenticity", title: "Traditional Italian Recipes Passed Down Through Generations", items: [
"Recipes from Tuscany, Sicily, and Piedmont", "Handmade pasta daily in our kitchen", "Imported Italian ingredients", "Authentic cooking techniques"
]
id: "1", title: "Authenticity", description: "Traditional Italian Recipes Passed Down Through Generations", imageSrc: "https://img.b2bpic.net/free-photo/raw-pasta-near-dough_23-2147749572.jpg", imageAlt: "Traditional Italian ingredients"
},
{
id: "2", label: "Quality", title: "Premium Ingredients Selected for Excellence", items: [
"Fresh produce sourced daily", "DOP-certified cheeses and cured meats", "Extra virgin olive oil from our partner farms", "Seasonal menu updates"
]
id: "2", title: "Quality", description: "Premium Ingredients Selected for Excellence", imageSrc: "https://img.b2bpic.net/free-photo/composition-with-different-pasta-high-angle_23-2148584850.jpg", imageAlt: "Premium ingredients"
},
{
id: "3", label: "Wine", title: "Over 200 Italian Wines Carefully Curated by Our Sommelier", items: [
"Personal wine pairing recommendations", "Wines from all major Italian regions", "Exclusive small-batch selections", "Wine tasting events monthly"
]
id: "3", title: "Wine Selection", description: "Over 200 Italian Wines Carefully Curated by Our Sommelier", imageSrc: "https://img.b2bpic.net/free-photo/composition-with-different-kind-pasta_23-2148584848.jpg", imageAlt: "Wine collection"
},
{
id: "4", label: "Service", title: "Exceptional Hospitality and Attention to Detail", items: [
"Trained staff fluent in Italian cuisine", "Personalized dining experience", "Dietary accommodation specialists", "Table-side preparations and presentations"
]
},
{
id: "5", label: "Atmosphere", title: "Warm, Elegant Setting That Transports You to Italy", items: [
"Rustic Italian décor with modern touches", "Intimate dining spaces", "Private event facilities available", "Live music on select evenings"
]
},
{
id: "6", label: "Heritage", title: "20+ Years of Excellence in Authentic Italian Dining", items: [
"Award-winning chef with Italian training", "Trusted by thousands of loyal guests", "Featured in regional dining guides", "Commitment to tradition and innovation"
]
id: "4", title: "Service", description: "Exceptional Hospitality and Attention to Detail", imageSrc: "https://img.b2bpic.net/free-photo/close-up-pasta-near-spices_23-2147849801.jpg", imageAlt: "Professional service"
}
]}
/>

View File

@@ -63,7 +63,7 @@ export default function LandingPage() {
imagePosition="right"
buttons={[
{ text: "Reserve Now", href: "#contact" },
{ text: "View Menu", href: "#dishes" }
{ text: "Explore Features", href: "/features" }
]}
buttonAnimation="slide-up"
/>