Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
||||
description="An Authentic Journey"
|
||||
subdescription="Turin, Italy"
|
||||
icon={Utensils}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-hall-with-leather-armchairs-french-windows_140725-8445.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-hall-with-leather-armchairs-french-windows_140725-8445.jpg?_wi=1"
|
||||
imageAlt="Dinastia restaurant interior"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
@@ -134,7 +134,7 @@ export default function LandingPage() {
|
||||
<ProductCardFour
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Restaurant Interior", price: "Premium Ambiance", variant: "Elegant Design", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-leather-armchairs-french-windows_140725-8445.jpg", imageAlt: "Restaurant interior"
|
||||
id: "1", name: "Restaurant Interior", price: "Premium Ambiance", variant: "Elegant Design", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-leather-armchairs-french-windows_140725-8445.jpg?_wi=2", imageAlt: "Restaurant interior"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Culinary Artistry", price: "Fine Dining", variant: "Gourmet Plating", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cookie-pastries-inside-plate-light-table-biscuit-sugar-sweet-pastry-bake_140725-24487.jpg", imageAlt: "Food presentation"
|
||||
@@ -162,10 +162,10 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwo
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marco Rossi", role: "Food Critic", testimonial: "A gem of authentic Chinese cuisine. Fresh ingredients, balanced flavors, and a welcoming atmosphere that transports you to Asia.", imageSrc: "http://img.b2bpic.net/free-photo/confident-pretty-young-woman-looking-camera_1262-16156.jpg", imageAlt: "Marco Rossi", icon: Quote
|
||||
id: "1", name: "Marco Rossi", role: "Food Critic", testimonial: "A gem of authentic Chinese cuisine. Fresh ingredients, balanced flavors, and a welcoming atmosphere that transports you to Asia.", imageSrc: "http://img.b2bpic.net/free-photo/confident-pretty-young-woman-looking-camera_1262-16156.jpg?_wi=1", imageAlt: "Marco Rossi", icon: Quote
|
||||
},
|
||||
{
|
||||
id: "2", name: "Elena Bianchi", role: "Restaurant Enthusiast", testimonial: "The quality and authenticity of every dish is remarkable. The Dynasty Ribs are absolutely extraordinary. I highly recommend Dinastia.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-with-his-arms-crossed-standing-front-building_23-2148176205.jpg", imageAlt: "Elena Bianchi", icon: Quote
|
||||
id: "2", name: "Elena Bianchi", role: "Restaurant Enthusiast", testimonial: "The quality and authenticity of every dish is remarkable. The Dynasty Ribs are absolutely extraordinary. I highly recommend Dinastia.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-with-his-arms-crossed-standing-front-building_23-2148176205.jpg?_wi=1", imageAlt: "Elena Bianchi", icon: Quote
|
||||
},
|
||||
{
|
||||
id: "3", name: "Giovanni Ferrari", role: "Sommelier", testimonial: "Exceptional cuisine paired with excellent service. This is the finest Chinese restaurant in Turin. A true culinary experience.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-business-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-10038.jpg", imageAlt: "Giovanni Ferrari", icon: Quote
|
||||
@@ -174,10 +174,10 @@ export default function LandingPage() {
|
||||
id: "4", name: "Lucia Moretti", role: "Event Planner", testimonial: "We hosted our corporate dinner at Dinastia. The presentation, flavors, and professional service exceeded all expectations. Simply perfect.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-man-standing-room-white-shirt_1157-13679.jpg", imageAlt: "Lucia Moretti", icon: Quote
|
||||
},
|
||||
{
|
||||
id: "5", name: "Andrea Conti", role: "Travel Writer", testimonial: "An absolute must-visit destination in Turin. The authentic preparation methods and premium ingredients make every bite memorable.", imageSrc: "http://img.b2bpic.net/free-photo/confident-pretty-young-woman-looking-camera_1262-16156.jpg", imageAlt: "Andrea Conti", icon: Quote
|
||||
id: "5", name: "Andrea Conti", role: "Travel Writer", testimonial: "An absolute must-visit destination in Turin. The authentic preparation methods and premium ingredients make every bite memorable.", imageSrc: "http://img.b2bpic.net/free-photo/confident-pretty-young-woman-looking-camera_1262-16156.jpg?_wi=2", imageAlt: "Andrea Conti", icon: Quote
|
||||
},
|
||||
{
|
||||
id: "6", name: "Sophie Blanc", role: "Business Owner", testimonial: "Dinastia is our go-to place for special occasions. The ambiance, food quality, and attentive service are consistently outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-with-his-arms-crossed-standing-front-building_23-2148176205.jpg", imageAlt: "Sophie Blanc", icon: Quote
|
||||
id: "6", name: "Sophie Blanc", role: "Business Owner", testimonial: "Dinastia is our go-to place for special occasions. The ambiance, food quality, and attentive service are consistently outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-with-his-arms-crossed-standing-front-building_23-2148176205.jpg?_wi=2", imageAlt: "Sophie Blanc", icon: Quote
|
||||
}
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
|
||||
Reference in New Issue
Block a user