4 Commits

Author SHA1 Message Date
1dc246f9f5 Merge version_3 into main
Merge version_3 into main
2026-03-04 20:43:50 +00:00
e9cc042f5c Update src/app/page.tsx 2026-03-04 20:43:46 +00:00
65a397610a Update src/app/layout.tsx 2026-03-04 20:43:45 +00:00
88e8293daa Merge version_2 into main
Merge version_2 into main
2026-03-04 20:41:40 +00:00
2 changed files with 29 additions and 17 deletions

View File

@@ -27,7 +27,8 @@ export const metadata: Metadata = {
openGraph: { openGraph: {
title: "Trésor de Terre | Authentic Grill Cuisine", description: "Experience premium grilled dishes in the heart of Narbonne. Reservation & takeaway available.", type: "website", siteName: "Trésor de Terre", images: [ title: "Trésor de Terre | Authentic Grill Cuisine", description: "Experience premium grilled dishes in the heart of Narbonne. Reservation & takeaway available.", type: "website", siteName: "Trésor de Terre", images: [
{ {
url: "http://img.b2bpic.net/free-photo/grilled-steak-with-rosemary-salt-black-slate-plate_9975-124541.jpg", alt: "Gourmet grilled meat at Trésor de Terre"}, url: "http://img.b2bpic.net/free-photo/grilled-steak-with-rosemary-salt-black-slate-plate_9975-124541.jpg", alt: "Gourmet grilled meat at Trésor de Terre"
},
], ],
}, },
twitter: { twitter: {

View File

@@ -8,7 +8,7 @@ import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/F
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
import ContactCTA from "@/components/sections/contact/ContactCTA"; import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase"; import FooterBase from "@/components/sections/footer/FooterBase";
import { Flame, Users, MapPin, Star, MessageCircle, Phone } from "lucide-react"; import { Flame, Users, MapPin, Star, MessageCircle, Phone, Calendar, Smartphone } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -60,7 +60,8 @@ export default function LandingPage() {
<TextSplitAbout <TextSplitAbout
title="Our Story" title="Our Story"
description={[ description={[
"Trésor de Terre celebrates the richness of authentic grill cuisine, combining the finest local ingredients with traditional cooking methods passed down through generations.", "Every plate tells a story of passion for grilling, attention to detail, and a commitment to creating memorable dining moments for our guests."]} "Trésor de Terre celebrates the richness of authentic grill cuisine, combining the finest local ingredients with traditional cooking methods passed down through generations.", "Every plate tells a story of passion for grilling, attention to detail, and a commitment to creating memorable dining moments for our guests."
]}
useInvertedBackground={false} useInvertedBackground={false}
showBorder={true} showBorder={true}
buttons={[{ text: "Explore More", href: "#contact" }]} buttons={[{ text: "Explore More", href: "#contact" }]}
@@ -77,16 +78,20 @@ export default function LandingPage() {
features={[ features={[
{ {
icon: Flame, icon: Flame,
title: "Authentic Grilling", description: "Traditional techniques with premium ingredients selected daily for optimal flavor and quality."}, title: "Authentic Grilling", description: "Traditional techniques with premium ingredients selected daily for optimal flavor and quality."
},
{ {
icon: Users, icon: Users,
title: "Warm Hospitality", description: "Our welcoming team ensures every guest feels valued and cared for throughout their dining experience."}, title: "Warm Hospitality", description: "Our welcoming team ensures every guest feels valued and cared for throughout their dining experience."
},
{ {
icon: MapPin, icon: MapPin,
title: "Prime Location", description: "Conveniently located in central Narbonne for easy access and memorable evening outings."}, title: "Prime Location", description: "Conveniently located in central Narbonne for easy access and memorable evening outings."
},
{ {
icon: Star, icon: Star,
title: "Award-Winning Taste", description: "Consistently praised for exceptional quality and authentic flavors that keep guests returning."}, title: "Award-Winning Taste", description: "Consistently praised for exceptional quality and authentic flavors that keep guests returning."
},
]} ]}
textboxLayout="default" textboxLayout="default"
animationType="slide-up" animationType="slide-up"
@@ -107,23 +112,29 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "Reserve Now", href: "#contact" }, { text: "Réserver Maintenant", href: "#contact" },
{ text: "Call Us", href: "tel:+33468453703" }, { text: "Nous Appeler", href: "tel:+33468453703" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
testimonials={[ testimonials={[
{ {
id: "1", name: "Marie Dupont", handle: "Local Resident", testimonial: "Excellent grill dishes and welcoming service. One of the best places to eat in Narbonne. The steaks are perfectly cooked every time!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1", imageAlt: "Marie Dupont"}, id: "1", name: "Marie Dupont", handle: "Local Resident", testimonial: "Excellent grill dishes and welcoming service. One of the best places to eat in Narbonne. The steaks are perfectly cooked every time!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1", imageAlt: "Marie Dupont"
},
{ {
id: "2", name: "Jean Moreau", handle: "Tourist", testimonial: "Outstanding experience! The ambiance is warm and inviting, and the food is absolutely delicious. Highly recommend to anyone visiting Narbonne.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Jean Moreau"}, id: "2", name: "Jean Moreau", handle: "Tourist", testimonial: "Outstanding experience! The ambiance is warm and inviting, and the food is absolutely delicious. Highly recommend to anyone visiting Narbonne.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Jean Moreau"
},
{ {
id: "3", name: "Sophie Laurent", handle: "Food Enthusiast", testimonial: "Authentic flavors and premium quality ingredients. Every bite is perfection. Trésor de Terre is my favorite restaurant in the region.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2", imageAlt: "Sophie Laurent"}, id: "3", name: "Sophie Laurent", handle: "Food Enthusiast", testimonial: "Authentic flavors and premium quality ingredients. Every bite is perfection. Trésor de Terre is my favorite restaurant in the region.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2", imageAlt: "Sophie Laurent"
},
{ {
id: "4", name: "Pierre Blanc", handle: "Regular Customer", testimonial: "Perfect for celebrations and special occasions. The staff makes you feel like family, and the grill specialties are consistently exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Pierre Blanc"}, id: "4", name: "Pierre Blanc", handle: "Regular Customer", testimonial: "Perfect for celebrations and special occasions. The staff makes you feel like family, and the grill specialties are consistently exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Pierre Blanc"
},
{ {
id: "5", name: "Catherine Vincent", handle: "Visitor", testimonial: "Beautiful restaurant with wonderful atmosphere. The meat is tender and flavorful, cooked with true passion. Will definitely return!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=3", imageAlt: "Catherine Vincent"}, id: "5", name: "Catherine Vincent", handle: "Visitor", testimonial: "Beautiful restaurant with wonderful atmosphere. The meat is tender and flavorful, cooked with true passion. Will definitely return!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=3", imageAlt: "Catherine Vincent"
},
{ {
id: "6", name: "Marc Rossini", handle: "Restaurant Critic", testimonial: "A gem in Narbonne! The combination of quality, service, and authentic cuisine makes this restaurant stand out from the rest.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Marc Rossini"}, id: "6", name: "Marc Rossini", handle: "Restaurant Critic", testimonial: "A gem in Narbonne! The combination of quality, service, and authentic cuisine makes this restaurant stand out from the rest.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Marc Rossini"
},
]} ]}
speed={40} speed={40}
/> />