Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-07 11:46:09 +00:00
4 changed files with 116 additions and 304 deletions

View File

@@ -20,8 +20,7 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Restaurant",
items: [
title: "Restaurant", items: [
{ label: "Dine In", href: "#services" },
{ label: "Takeaway", href: "#services" },
{ label: "Delivery", href: "#services" },
@@ -29,8 +28,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Reviews", href: "/reviews" },
{ label: "Contact", href: "/contact" },
@@ -38,8 +36,7 @@ export default function AboutPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: +33 9 54 81 86 99", href: "tel:+33954818699" },
{ label: "Email: info@casadimeco.fr", href: "mailto:info@casadimeco.fr" },
{ label: "Address: 21 Rue Raymond Teisseire, 13008", href: "#location" },
@@ -55,7 +52,7 @@ export default function AboutPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSmallSizeMediumTitles"
background="blurBottom"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -76,12 +73,12 @@ export default function AboutPage() {
tag="Italian Heritage"
tagIcon={Award}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/smiley-people-sitting-table-medium-shot_23-2149001341.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/smiley-people-sitting-table-medium-shot_23-2149001341.jpg"
imageAlt="Welcoming Casa Di Meco restaurant team"
useInvertedBackground={false}
buttons={[{ text: "Reserve Now", href: "/contact" }]}
buttons={[{ text: "Reserve Now", href: "#contact" }]}
buttonAnimation="slide-up"
containerClassName="py-20"
textBoxClassName="py-20"
titleClassName="text-4xl font-light mb-6"
descriptionClassName="text-base leading-relaxed"
/>
@@ -99,35 +96,23 @@ export default function AboutPage() {
features={[
{
id: 1,
title: "Authenticity",
description:
"We honor traditional Italian recipes and techniques. Every ingredient is carefully selected to ensure genuine, authentic flavors that transport you to Italy.",
imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-man-putting-arugula-baked-pizza-dough-with-smoked-salmon-slices_23-2148785696.jpg?_wi=4",
imageAlt: "Authentic Italian pizza preparation",
},
title: "Authenticity", description:
"We honor traditional Italian recipes and techniques. Every ingredient is carefully selected to ensure genuine, authentic flavors that transport you to Italy.", imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-man-putting-arugula-baked-pizza-dough-with-smoked-salmon-slices_23-2148785696.jpg", imageAlt: "Authentic Italian pizza preparation"},
{
id: 2,
title: "Quality",
description:
"We never compromise on quality. Fresh, premium ingredients combined with meticulous preparation ensure every pizza meets our high standards.",
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-vegetable-vegetarian-pizza-wooden-table-top-view_169016-22301.jpg?_wi=6",
imageAlt: "High-quality pizza ingredients",
},
title: "Quality", description:
"We never compromise on quality. Fresh, premium ingredients combined with meticulous preparation ensure every pizza meets our high standards.", imageSrc:
"http://img.b2bpic.net/free-photo/closeup-vegetable-vegetarian-pizza-wooden-table-top-view_169016-22301.jpg", imageAlt: "High-quality pizza ingredients"},
{
id: 3,
title: "Community",
description:
"Casa Di Meco is more than a restaurant—it's a gathering place. We're proud to serve families, friends, and travelers, creating memories around authentic food.",
imageSrc:
"http://img.b2bpic.net/free-photo/smiley-people-sitting-table-medium-shot_23-2149001341.jpg?_wi=5",
imageAlt: "Community dining at Casa Di Meco",
},
title: "Community", description:
"Casa Di Meco is more than a restaurant—it's a gathering place. We're proud to serve families, friends, and travelers, creating memories around authentic food.", imageSrc:
"http://img.b2bpic.net/free-photo/smiley-people-sitting-table-medium-shot_23-2149001341.jpg", imageAlt: "Community dining at Casa Di Meco"},
]}
containerClassName="py-20"
titleClassName="text-4xl font-light mb-6 text-center"
descriptionClassName="text-base text-center opacity-90 mb-12"
textBoxTitleClassName="text-4xl font-light mb-6 text-center"
textBoxDescriptionClassName="text-base text-center opacity-90 mb-12"
/>
</div>
@@ -143,27 +128,15 @@ export default function AboutPage() {
animationType="slide-up"
metrics={[
{
id: "experience",
value: "15+ Years",
title: "Experience",
description: "Serving authentic Italian pizza",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-taking-slice-khachapuri-georgian-cheese-bread_140725-670.jpg?_wi=3",
imageAlt: "Years of restaurant experience",
},
id: "experience", value: "15+ Years", title: "Experience", description: "Serving authentic Italian pizza", imageSrc:
"http://img.b2bpic.net/free-photo/woman-taking-slice-khachapuri-georgian-cheese-bread_140725-670.jpg", imageAlt: "Years of restaurant experience"},
{
id: "customers",
value: "10K+",
title: "Happy Customers",
description: "Monthly visitors and regulars",
imageSrc:
"http://img.b2bpic.net/free-photo/funny-brunette-girl-yellow-sweater-eating-pizza-restaurant_627829-7941.jpg?_wi=3",
imageAlt: "Satisfied customers enjoying pizza",
},
id: "customers", value: "10K+", title: "Happy Customers", description: "Monthly visitors and regulars", imageSrc:
"http://img.b2bpic.net/free-photo/funny-brunette-girl-yellow-sweater-eating-pizza-restaurant_627829-7941.jpg", imageAlt: "Satisfied customers enjoying pizza"},
]}
containerClassName="py-20"
titleClassName="text-4xl font-light mb-6 text-center"
descriptionClassName="text-base text-center opacity-90 mb-12"
textBoxTitleClassName="text-4xl font-light mb-6 text-center"
textBoxDescriptionClassName="text-base text-center opacity-90 mb-12"
/>
</div>

View File

@@ -20,8 +20,7 @@ export default function MenuPage() {
const footerColumns = [
{
title: "Restaurant",
items: [
title: "Restaurant", items: [
{ label: "Dine In", href: "#services" },
{ label: "Takeaway", href: "#services" },
{ label: "Delivery", href: "#services" },
@@ -29,8 +28,7 @@ export default function MenuPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/" },
{ label: "Reviews", href: "/" },
{ label: "Contact", href: "/" },
@@ -38,8 +36,7 @@ export default function MenuPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: +33 9 54 81 86 99", href: "tel:+33954818699" },
{ label: "Email: info@casadimeco.fr", href: "mailto:info@casadimeco.fr" },
{ label: "Address: 21 Rue Raymond Teisseire, 13008", href: "/" },
@@ -55,7 +52,7 @@ export default function MenuPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSmallSizeMediumTitles"
background="blurBottom"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -76,7 +73,7 @@ export default function MenuPage() {
tag="Full Menu"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "blurBottom" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Order Online", href: "order" },
{ text: "Call to Order", href: "tel:+33954818699" },
@@ -84,25 +81,15 @@ export default function MenuPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-putting-arugula-baked-pizza-dough-with-smoked-salmon-slices_23-2148785696.jpg?_wi=3",
imageAlt: "Authentic Italian margherita pizza with fresh basil",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-putting-arugula-baked-pizza-dough-with-smoked-salmon-slices_23-2148785696.jpg", imageAlt: "Authentic Italian margherita pizza with fresh basil"},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-slice-khachapuri-georgian-cheese-bread_140725-670.jpg?_wi=2",
imageAlt: "Specialty pizza with gourmet toppings",
},
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-slice-khachapuri-georgian-cheese-bread_140725-670.jpg", imageAlt: "Specialty pizza with gourmet toppings"},
{
imageSrc: "http://img.b2bpic.net/free-photo/two-pizzas-with-eggplant-green-peas-red-onion-top-view_127032-3367.jpg?_wi=2",
imageAlt: "Traditional four cheese pizza",
},
imageSrc: "http://img.b2bpic.net/free-photo/two-pizzas-with-eggplant-green-peas-red-onion-top-view_127032-3367.jpg", imageAlt: "Traditional four cheese pizza"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-sausage-tomato-sauce-cheese-herb-sprinkles_140725-652.jpg?_wi=2",
imageAlt: "Half and half creative pizza combination",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-sausage-tomato-sauce-cheese-herb-sprinkles_140725-652.jpg", imageAlt: "Half and half creative pizza combination"},
{
imageSrc: "http://img.b2bpic.net/free-photo/funny-brunette-girl-yellow-sweater-eating-pizza-restaurant_627829-7941.jpg?_wi=2",
imageAlt: "Fresh pizza served in cozy Italian atmosphere",
},
imageSrc: "http://img.b2bpic.net/free-photo/funny-brunette-girl-yellow-sweater-eating-pizza-restaurant_627829-7941.jpg", imageAlt: "Fresh pizza served in cozy Italian atmosphere"},
]}
ariaLabel="Casa Di Meco Menu Hero Section"
containerClassName="text-center"
@@ -122,41 +109,17 @@ export default function MenuPage() {
useInvertedBackground={false}
products={[
{
id: "margherita",
name: "Classic Margherita",
price: "€12.50",
variant: "Tomato, Fresh Mozzarella, Basil",
imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2231.jpg?_wi=2",
imageAlt: "Traditional Italian margherita pizza with fresh basil",
},
id: "margherita", name: "Classic Margherita", price: "€12.50", variant: "Tomato, Fresh Mozzarella, Basil", imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2231.jpg", imageAlt: "Traditional Italian margherita pizza with fresh basil"},
{
id: "4-cheese",
name: "Four Cheese Pizza",
price: "€14.50",
variant: "Mozzarella, Ricotta, Gorgonzola, Parmesan",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-vegetable-vegetarian-pizza-wooden-table-top-view_169016-22301.jpg?_wi=4",
imageAlt: "Four cheese pizza with premium Italian cheeses",
},
id: "4-cheese", name: "Four Cheese Pizza", price: "€14.50", variant: "Mozzarella, Ricotta, Gorgonzola, Parmesan", imageSrc: "http://img.b2bpic.net/free-photo/closeup-vegetable-vegetarian-pizza-wooden-table-top-view_169016-22301.jpg", imageAlt: "Four cheese pizza with premium Italian cheeses"},
{
id: "special-house",
name: "Special House Pizza",
price: "€16.00",
variant: "Chef's Signature Creation",
imageSrc: "http://img.b2bpic.net/free-photo/man-putting-mozzarella-pizza-dough_23-2148785686.jpg?_wi=2",
imageAlt: "House special pizza with exclusive gourmet toppings",
},
id: "special-house", name: "Special House Pizza", price: "€16.00", variant: "Chef's Signature Creation", imageSrc: "http://img.b2bpic.net/free-photo/man-putting-mozzarella-pizza-dough_23-2148785686.jpg", imageAlt: "House special pizza with exclusive gourmet toppings"},
{
id: "half-half",
name: "Half and Half Pizza",
price: "€15.00",
variant: "Two Delicious Flavors in One",
imageSrc: "http://img.b2bpic.net/free-psd/pizza-social-media-promotion-instagram-banner-post-design-template_505751-5940.jpg?_wi=3",
imageAlt: "Half and half specialty pizza with creative toppings",
},
id: "half-half", name: "Half and Half Pizza", price: "€15.00", variant: "Two Delicious Flavors in One", imageSrc: "http://img.b2bpic.net/free-psd/pizza-social-media-promotion-instagram-banner-post-design-template_505751-5940.jpg", imageAlt: "Half and half specialty pizza with creative toppings"},
]}
containerClassName="py-20"
titleClassName="text-4xl font-light mb-6 text-center"
descriptionClassName="text-base text-center opacity-90 mb-12"
textBoxTitleClassName="text-4xl font-light mb-6 text-center"
textBoxDescriptionClassName="text-base text-center opacity-90 mb-12"
/>
</div>
@@ -172,29 +135,17 @@ export default function MenuPage() {
features={[
{
id: 1,
title: "Online Order",
description: "Visit our website to browse the full menu and place your order online. Fast checkout and real-time order tracking available.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-vegetable-vegetarian-pizza-wooden-table-top-view_169016-22301.jpg?_wi=5",
imageAlt: "Online ordering on our website",
},
title: "Online Order", description: "Visit our website to browse the full menu and place your order online. Fast checkout and real-time order tracking available.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-vegetable-vegetarian-pizza-wooden-table-top-view_169016-22301.jpg", imageAlt: "Online ordering on our website"},
{
id: 2,
title: "Call Us",
description: "Prefer to speak with our team? Call us at +33 9 54 81 86 99. Our staff can answer questions and take your order.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-sitting-table-medium-shot_23-2149001341.jpg?_wi=3",
imageAlt: "Friendly customer service team taking your call",
},
title: "Call Us", description: "Prefer to speak with our team? Call us at +33 9 54 81 86 99. Our staff can answer questions and take your order.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-sitting-table-medium-shot_23-2149001341.jpg", imageAlt: "Friendly customer service team taking your call"},
{
id: 3,
title: "Visit Us",
description: "Stop by our restaurant to order, dine in, or take away. We're located at 21 Rue Raymond Teisseire, 13008 Marseille.",
imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2231.jpg?_wi=3",
imageAlt: "Visit our cozy restaurant location",
},
title: "Visit Us", description: "Stop by our restaurant to order, dine in, or take away. We're located at 21 Rue Raymond Teisseire, 13008 Marseille.", imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2231.jpg", imageAlt: "Visit our cozy restaurant location"},
]}
containerClassName="py-20"
titleClassName="text-4xl font-light mb-6 text-center"
descriptionClassName="text-base text-center opacity-90 mb-12"
textBoxTitleClassName="text-4xl font-light mb-6 text-center"
textBoxDescriptionClassName="text-base text-center opacity-90 mb-12"
/>
</div>

View File

@@ -23,8 +23,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Restaurant",
items: [
title: "Restaurant", items: [
{ label: "Dine In", href: "#services" },
{ label: "Takeaway", href: "#services" },
{ label: "Delivery", href: "#services" },
@@ -32,8 +31,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Reviews", href: "/reviews" },
{ label: "Contact", href: "/contact" },
@@ -41,8 +39,7 @@ export default function HomePage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: +33 9 54 81 86 99", href: "tel:+33954818699" },
{ label: "Email: info@casadimeco.fr", href: "mailto:info@casadimeco.fr" },
{ label: "Address: 21 Rue Raymond Teisseire, 13008", href: "#location" },
@@ -58,7 +55,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSmallSizeMediumTitles"
background="blurBottom"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -79,38 +76,28 @@ export default function HomePage() {
tag="Italian Cuisine"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "blurBottom" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Call Now", href: "tel:+33954818699" },
{ text: "Reserve a Table", href: "/contact" },
{ text: "Reserve a Table", href: "#contact" },
]}
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-man-putting-arugula-baked-pizza-dough-with-smoked-salmon-slices_23-2148785696.jpg?_wi=1",
imageAlt: "Authentic Italian margherita pizza with fresh basil",
},
"http://img.b2bpic.net/free-photo/high-angle-man-putting-arugula-baked-pizza-dough-with-smoked-salmon-slices_23-2148785696.jpg", imageAlt: "Authentic Italian margherita pizza with fresh basil"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/woman-taking-slice-khachapuri-georgian-cheese-bread_140725-670.jpg?_wi=1",
imageAlt: "Specialty pizza with gourmet toppings",
},
"http://img.b2bpic.net/free-photo/woman-taking-slice-khachapuri-georgian-cheese-bread_140725-670.jpg", imageAlt: "Specialty pizza with gourmet toppings"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/two-pizzas-with-eggplant-green-peas-red-onion-top-view_127032-3367.jpg?_wi=1",
imageAlt: "Traditional four cheese pizza",
},
"http://img.b2bpic.net/free-photo/two-pizzas-with-eggplant-green-peas-red-onion-top-view_127032-3367.jpg", imageAlt: "Traditional four cheese pizza"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-sausage-tomato-sauce-cheese-herb-sprinkles_140725-652.jpg?_wi=1",
imageAlt: "Half and half creative pizza combination",
},
"http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-sausage-tomato-sauce-cheese-herb-sprinkles_140725-652.jpg", imageAlt: "Half and half creative pizza combination"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/funny-brunette-girl-yellow-sweater-eating-pizza-restaurant_627829-7941.jpg?_wi=1",
imageAlt: "Fresh pizza served in cozy Italian atmosphere",
},
"http://img.b2bpic.net/free-photo/funny-brunette-girl-yellow-sweater-eating-pizza-restaurant_627829-7941.jpg", imageAlt: "Fresh pizza served in cozy Italian atmosphere"},
]}
ariaLabel="Casa Di Meco Hero Section"
containerClassName="text-center"
@@ -126,12 +113,12 @@ export default function HomePage() {
tag="Italian Heritage"
tagIcon={Award}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/smiley-people-sitting-table-medium-shot_23-2149001341.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/smiley-people-sitting-table-medium-shot_23-2149001341.jpg"
imageAlt="Cozy Casa Di Meco restaurant interior with warm ambiance"
useInvertedBackground={false}
buttons={[{ text: "View Menu", href: "/menu" }]}
buttonAnimation="slide-up"
containerClassName="py-20"
textBoxClassName="py-20"
titleClassName="text-4xl font-light mb-6"
descriptionClassName="text-base leading-relaxed"
/>
@@ -150,45 +137,21 @@ export default function HomePage() {
useInvertedBackground={false}
products={[
{
id: "4-cheese",
name: "Four Cheese Pizza",
price: "€14.50",
variant: "Mozzarella, Ricotta, Gorgonzola, Parmesan",
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-vegetable-vegetarian-pizza-wooden-table-top-view_169016-22301.jpg?_wi=1",
imageAlt: "Four cheese pizza with premium Italian cheeses",
},
id: "4-cheese", name: "Four Cheese Pizza", price: "€14.50", variant: "Mozzarella, Ricotta, Gorgonzola, Parmesan", imageSrc:
"http://img.b2bpic.net/free-photo/closeup-vegetable-vegetarian-pizza-wooden-table-top-view_169016-22301.jpg", imageAlt: "Four cheese pizza with premium Italian cheeses"},
{
id: "half-half",
name: "Half and Half Pizza",
price: "€15.00",
variant: "Two Delicious Flavors in One",
imageSrc:
"http://img.b2bpic.net/free-psd/pizza-social-media-promotion-instagram-banner-post-design-template_505751-5940.jpg?_wi=1",
imageAlt: "Half and half specialty pizza with creative toppings",
},
id: "half-half", name: "Half and Half Pizza", price: "€15.00", variant: "Two Delicious Flavors in One", imageSrc:
"http://img.b2bpic.net/free-psd/pizza-social-media-promotion-instagram-banner-post-design-template_505751-5940.jpg", imageAlt: "Half and half specialty pizza with creative toppings"},
{
id: "margherita",
name: "Classic Margherita",
price: "€12.50",
variant: "Tomato, Fresh Mozzarella, Basil",
imageSrc:
"http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2231.jpg?_wi=1",
imageAlt: "Traditional Italian margherita pizza with fresh basil",
},
id: "margherita", name: "Classic Margherita", price: "€12.50", variant: "Tomato, Fresh Mozzarella, Basil", imageSrc:
"http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2231.jpg", imageAlt: "Traditional Italian margherita pizza with fresh basil"},
{
id: "special-house",
name: "Special House Pizza",
price: "€16.00",
variant: "Chef's Signature Creation",
imageSrc:
"http://img.b2bpic.net/free-photo/man-putting-mozzarella-pizza-dough_23-2148785686.jpg?_wi=1",
imageAlt: "House special pizza with exclusive gourmet toppings",
},
id: "special-house", name: "Special House Pizza", price: "€16.00", variant: "Chef's Signature Creation", imageSrc:
"http://img.b2bpic.net/free-photo/man-putting-mozzarella-pizza-dough_23-2148785686.jpg", imageAlt: "House special pizza with exclusive gourmet toppings"},
]}
containerClassName="py-20"
titleClassName="text-4xl font-light mb-6 text-center"
descriptionClassName="text-base text-center opacity-90 mb-12"
textBoxTitleClassName="text-4xl font-light mb-6 text-center"
textBoxDescriptionClassName="text-base text-center opacity-90 mb-12"
/>
</div>
@@ -204,35 +167,23 @@ export default function HomePage() {
features={[
{
id: 1,
title: "Dine In",
description:
"Experience authentic Italian atmosphere with our cozy restaurant setting. Perfect for families, couples, and groups looking for a memorable meal with friends.",
imageSrc:
"http://img.b2bpic.net/free-photo/smiley-people-sitting-table-medium-shot_23-2149001341.jpg?_wi=2",
imageAlt: "Cozy restaurant interior for dine-in experience",
},
title: "Dine In", description:
"Experience authentic Italian atmosphere with our cozy restaurant setting. Perfect for families, couples, and groups looking for a memorable meal with friends.", imageSrc:
"http://img.b2bpic.net/free-photo/smiley-people-sitting-table-medium-shot_23-2149001341.jpg", imageAlt: "Cozy restaurant interior for dine-in experience"},
{
id: 2,
title: "Takeaway",
description:
"Grab your favorite pizza hot and fresh. Quick service for customers on the go. Fresh ingredients and traditional recipes, ready when you are.",
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-vegetable-vegetarian-pizza-wooden-table-top-view_169016-22301.jpg?_wi=2",
imageAlt: "Fresh pizza ready for takeaway",
},
title: "Takeaway", description:
"Grab your favorite pizza hot and fresh. Quick service for customers on the go. Fresh ingredients and traditional recipes, ready when you are.", imageSrc:
"http://img.b2bpic.net/free-photo/closeup-vegetable-vegetarian-pizza-wooden-table-top-view_169016-22301.jpg", imageAlt: "Fresh pizza ready for takeaway"},
{
id: 3,
title: "Delivery",
description:
"Enjoy authentic Casa Di Meco pizza at home. We deliver throughout Marseille with fast, reliable service to keep your pizza hot and delicious.",
imageSrc:
"http://img.b2bpic.net/free-psd/pizza-social-media-promotion-instagram-banner-post-design-template_505751-5940.jpg?_wi=2",
imageAlt: "Pizza delivery service in Marseille",
},
title: "Delivery", description:
"Enjoy authentic Casa Di Meco pizza at home. We deliver throughout Marseille with fast, reliable service to keep your pizza hot and delicious.", imageSrc:
"http://img.b2bpic.net/free-psd/pizza-social-media-promotion-instagram-banner-post-design-template_505751-5940.jpg", imageAlt: "Pizza delivery service in Marseille"},
]}
containerClassName="py-20"
titleClassName="text-4xl font-light mb-6 text-center"
descriptionClassName="text-base text-center opacity-90 mb-12"
textBoxTitleClassName="text-4xl font-light mb-6 text-center"
textBoxDescriptionClassName="text-base text-center opacity-90 mb-12"
/>
</div>
@@ -243,29 +194,17 @@ export default function HomePage() {
author="Sarah M., Local Customer"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg",
alt: "Customer testimonial avatar 1",
},
src: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg", alt: "Customer testimonial avatar 1"},
{
src: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79581.jpg",
alt: "Customer testimonial avatar 2",
},
src: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79581.jpg", alt: "Customer testimonial avatar 2"},
{
src: "http://img.b2bpic.net/free-photo/portrait-happy-caucasian-girl-with-hair-bun-looking-camera-with-cheerful-smile_273609-9044.jpg",
alt: "Customer testimonial avatar 3",
},
src: "http://img.b2bpic.net/free-photo/portrait-happy-caucasian-girl-with-hair-bun-looking-camera-with-cheerful-smile_273609-9044.jpg", alt: "Customer testimonial avatar 3"},
{
src: "http://img.b2bpic.net/free-photo/smiling-woman-with-smartphone-beer_23-2147680764.jpg",
alt: "Customer testimonial avatar 4",
},
src: "http://img.b2bpic.net/free-photo/smiling-woman-with-smartphone-beer_23-2147680764.jpg", alt: "Customer testimonial avatar 4"},
{
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg",
alt: "Customer testimonial avatar 5",
},
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg", alt: "Customer testimonial avatar 5"},
{
src: "http://img.b2bpic.net/free-photo/corporate-workers-brainstorming-together_23-2148804575.jpg",
alt: "Customer testimonial avatar 6",
},
src: "http://img.b2bpic.net/free-photo/corporate-workers-brainstorming-together_23-2148804575.jpg", alt: "Customer testimonial avatar 6"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -287,27 +226,15 @@ export default function HomePage() {
animationType="slide-up"
metrics={[
{
id: "address",
value: "21 Rue Raymond Teisseire",
title: "Address",
description: "13008 Marseille, France",
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-redhead-woman-tourist-with-city-map-explores-sightseeing-historical-landmark-walking_1258-196426.jpg",
imageAlt: "Map location of Casa Di Meco in Marseille",
},
id: "address", value: "21 Rue Raymond Teisseire", title: "Address", description: "13008 Marseille, France", imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-redhead-woman-tourist-with-city-map-explores-sightseeing-historical-landmark-walking_1258-196426.jpg", imageAlt: "Map location of Casa Di Meco in Marseille"},
{
id: "contact",
value: "+33 9 54 81 86 99",
title: "Phone",
description: "Call us for reservations and inquiries",
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-vegetable-vegetarian-pizza-wooden-table-top-view_169016-22301.jpg?_wi=3",
imageAlt: "Contact information for Casa Di Meco",
},
id: "contact", value: "+33 9 54 81 86 99", title: "Phone", description: "Call us for reservations and inquiries", imageSrc:
"http://img.b2bpic.net/free-photo/closeup-vegetable-vegetarian-pizza-wooden-table-top-view_169016-22301.jpg", imageAlt: "Contact information for Casa Di Meco"},
]}
containerClassName="py-20"
titleClassName="text-4xl font-light mb-6 text-center"
descriptionClassName="text-base text-center opacity-90 mb-12"
textBoxTitleClassName="text-4xl font-light mb-6 text-center"
textBoxDescriptionClassName="text-base text-center opacity-90 mb-12"
/>
</div>
@@ -318,15 +245,15 @@ export default function HomePage() {
tag="Final Call"
tagIcon={Zap}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-man-putting-arugula-baked-pizza-dough-with-smoked-salmon-slices_23-2148785696.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-man-putting-arugula-baked-pizza-dough-with-smoked-salmon-slices_23-2148785696.jpg"
imageAlt="Delicious Italian pizza awaiting you at Casa Di Meco"
useInvertedBackground={false}
buttons={[
{ text: "Call Now: +33 9 54 81 86 99", href: "tel:+33954818699" },
{ text: "Reserve a Table", href: "/contact" },
{ text: "Reserve a Table", href: "#contact" },
]}
buttonAnimation="slide-up"
containerClassName="py-20"
textBoxClassName="py-20"
titleClassName="text-4xl font-light mb-6"
descriptionClassName="text-lg opacity-90 mb-8"
/>

View File

@@ -20,8 +20,7 @@ export default function ReviewsPage() {
const footerColumns = [
{
title: "Restaurant",
items: [
title: "Restaurant", items: [
{ label: "Dine In", href: "#services" },
{ label: "Takeaway", href: "#services" },
{ label: "Delivery", href: "#services" },
@@ -29,8 +28,7 @@ export default function ReviewsPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Reviews", href: "/reviews" },
{ label: "Contact", href: "/contact" },
@@ -38,8 +36,7 @@ export default function ReviewsPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: +33 9 54 81 86 99", href: "tel:+33954818699" },
{ label: "Email: info@casadimeco.fr", href: "mailto:info@casadimeco.fr" },
{ label: "Address: 21 Rue Raymond Teisseire, 13008", href: "#location" },
@@ -55,7 +52,7 @@ export default function ReviewsPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSmallSizeMediumTitles"
background="blurBottom"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -76,29 +73,17 @@ export default function ReviewsPage() {
author="Marco R., Food Critic"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg",
alt: "Review avatar 1",
},
src: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg", alt: "Review avatar 1"},
{
src: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79581.jpg",
alt: "Review avatar 2",
},
src: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79581.jpg", alt: "Review avatar 2"},
{
src: "http://img.b2bpic.net/free-photo/portrait-happy-caucasian-girl-with-hair-bun-looking-camera-with-cheerful-smile_273609-9044.jpg",
alt: "Review avatar 3",
},
src: "http://img.b2bpic.net/free-photo/portrait-happy-caucasian-girl-with-hair-bun-looking-camera-with-cheerful-smile_273609-9044.jpg", alt: "Review avatar 3"},
{
src: "http://img.b2bpic.net/free-photo/smiling-woman-with-smartphone-beer_23-2147680764.jpg",
alt: "Review avatar 4",
},
src: "http://img.b2bpic.net/free-photo/smiling-woman-with-smartphone-beer_23-2147680764.jpg", alt: "Review avatar 4"},
{
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg",
alt: "Review avatar 5",
},
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg", alt: "Review avatar 5"},
{
src: "http://img.b2bpic.net/free-photo/corporate-workers-brainstorming-together_23-2148804575.jpg",
alt: "Review avatar 6",
},
src: "http://img.b2bpic.net/free-photo/corporate-workers-brainstorming-together_23-2148804575.jpg", alt: "Review avatar 6"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -120,27 +105,15 @@ export default function ReviewsPage() {
animationType="slide-up"
metrics={[
{
id: "rating",
value: "4.9/5 ⭐",
title: "Average Rating",
description: "Based on 500+ customer reviews",
imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-man-putting-arugula-baked-pizza-dough-with-smoked-salmon-slices_23-2148785696.jpg?_wi=5",
imageAlt: "Highly rated pizza restaurant",
},
id: "rating", value: "4.9/5 ⭐", title: "Average Rating", description: "Based on 500+ customer reviews", imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-man-putting-arugula-baked-pizza-dough-with-smoked-salmon-slices_23-2148785696.jpg", imageAlt: "Highly rated pizza restaurant"},
{
id: "repeat",
value: "85%",
title: "Repeat Customers",
description: "Visitors who return regularly",
imageSrc:
"http://img.b2bpic.net/free-photo/funny-brunette-girl-yellow-sweater-eating-pizza-restaurant_627829-7941.jpg?_wi=4",
imageAlt: "Loyal customer base",
},
id: "repeat", value: "85%", title: "Repeat Customers", description: "Visitors who return regularly", imageSrc:
"http://img.b2bpic.net/free-photo/funny-brunette-girl-yellow-sweater-eating-pizza-restaurant_627829-7941.jpg", imageAlt: "Loyal customer base"},
]}
containerClassName="py-20"
titleClassName="text-4xl font-light mb-6 text-center"
descriptionClassName="text-base text-center opacity-90 mb-12"
textBoxTitleClassName="text-4xl font-light mb-6 text-center"
textBoxDescriptionClassName="text-base text-center opacity-90 mb-12"
/>
</div>
@@ -157,27 +130,15 @@ export default function ReviewsPage() {
useInvertedBackground={false}
products={[
{
id: "margherita",
name: "Classic Margherita",
price: "€12.50",
variant: "Tomato, Fresh Mozzarella, Basil",
imageSrc:
"http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2231.jpg?_wi=4",
imageAlt: "Best-selling margherita pizza",
},
id: "margherita", name: "Classic Margherita", price: "€12.50", variant: "Tomato, Fresh Mozzarella, Basil", imageSrc:
"http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2231.jpg", imageAlt: "Best-selling margherita pizza"},
{
id: "4-cheese",
name: "Four Cheese Pizza",
price: "€14.50",
variant: "Mozzarella, Ricotta, Gorgonzola, Parmesan",
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-vegetable-vegetarian-pizza-wooden-table-top-view_169016-22301.jpg?_wi=7",
imageAlt: "Customer favorite cheese pizza",
},
id: "4-cheese", name: "Four Cheese Pizza", price: "€14.50", variant: "Mozzarella, Ricotta, Gorgonzola, Parmesan", imageSrc:
"http://img.b2bpic.net/free-photo/closeup-vegetable-vegetarian-pizza-wooden-table-top-view_169016-22301.jpg", imageAlt: "Customer favorite cheese pizza"},
]}
containerClassName="py-20"
titleClassName="text-4xl font-light mb-6 text-center"
descriptionClassName="text-base text-center opacity-90 mb-12"
textBoxTitleClassName="text-4xl font-light mb-6 text-center"
textBoxDescriptionClassName="text-base text-center opacity-90 mb-12"
/>
</div>