Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-04 20:43:50 +00:00
2 changed files with 29 additions and 17 deletions

View File

@@ -27,7 +27,8 @@ export const metadata: Metadata = {
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: [
{
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: {
@@ -1419,4 +1420,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -8,7 +8,7 @@ import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/F
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
import ContactCTA from "@/components/sections/contact/ContactCTA";
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() {
return (
@@ -60,7 +60,8 @@ export default function LandingPage() {
<TextSplitAbout
title="Our Story"
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}
showBorder={true}
buttons={[{ text: "Explore More", href: "#contact" }]}
@@ -77,16 +78,20 @@ export default function LandingPage() {
features={[
{
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,
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,
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,
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"
animationType="slide-up"
@@ -107,23 +112,29 @@ export default function LandingPage() {
useInvertedBackground={false}
tagAnimation="slide-up"
buttons={[
{ text: "Reserve Now", href: "#contact" },
{ text: "Call Us", href: "tel:+33468453703" },
{ text: "Réserver Maintenant", href: "#contact" },
{ text: "Nous Appeler", href: "tel:+33468453703" },
]}
buttonAnimation="slide-up"
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}
/>
@@ -177,4 +188,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}