Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
363
src/app/page.tsx
363
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { Award, BookOpen, Cherry, Flame, Heart, Leaf, MessageCircle, Pizza, Rocket, Sparkles, Star, Utensils } from "lucide-react";
|
||||
import { Award, BookOpen, Cherry, Flame, Heart, Leaf, MessageCircle, Pizza, Rocket, Sparkles, Star, Utensils, Smiley } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,29 +33,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Our Story", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Menu", id: "#products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Dar Artisan Pizzeria"
|
||||
/>
|
||||
@@ -67,76 +55,42 @@ export default function LandingPage() {
|
||||
description="Crafted with passion, baked to perfection. Taste the tradition in every irresistible slice at Dar Artisan Pizzeria."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@foodie_sarah",
|
||||
testimonial: "The best pizza I've had in Dubai! The crust is amazing and the toppings are so fresh. A must-try!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-partying-with-food_23-2149525599.jpg",
|
||||
},
|
||||
name: "Sarah J.", handle: "@foodie_sarah", testimonial: "The best pizza I've had in Dubai! The crust is amazing and the toppings are so fresh. A must-try!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-partying-with-food_23-2149525599.jpg"},
|
||||
{
|
||||
name: "Ahmed K.",
|
||||
handle: "@dubai_eats",
|
||||
testimonial: "Truly artisan! You can taste the quality in every bite. My go-to place for authentic Italian pizza.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-delighted-hungry-young-man-eating-two-slices-pizza-being-fond-junk-food-wearing-red-t-shirt-enjoying-tasty-food_176532-10193.jpg",
|
||||
},
|
||||
name: "Ahmed K.", handle: "@dubai_eats", testimonial: "Truly artisan! You can taste the quality in every bite. My go-to place for authentic Italian pizza.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-delighted-hungry-young-man-eating-two-slices-pizza-being-fond-junk-food-wearing-red-t-shirt-enjoying-tasty-food_176532-10193.jpg"},
|
||||
{
|
||||
name: "Layla M.",
|
||||
handle: "@pizza_lover_dxb",
|
||||
testimonial: "Incredible service and even better pizza. The wood-fired taste is simply divine. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-satisfied-teenage-girl-with-dark-healthy-skin-enjoys-delicious-meal-holds-piece-pizza_273609-18724.jpg",
|
||||
},
|
||||
name: "Layla M.", handle: "@pizza_lover_dxb", testimonial: "Incredible service and even better pizza. The wood-fired taste is simply divine. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-satisfied-teenage-girl-with-dark-healthy-skin-enjoys-delicious-meal-holds-piece-pizza_273609-18724.jpg"},
|
||||
{
|
||||
name: "Omar S.",
|
||||
handle: "@gourmet_guy",
|
||||
testimonial: "Dar Artisan Pizzeria sets the bar high. Every pizza is a work of art. My family loves it!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg",
|
||||
},
|
||||
name: "Omar S.", handle: "@gourmet_guy", testimonial: "Dar Artisan Pizzeria sets the bar high. Every pizza is a work of art. My family loves it!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg"},
|
||||
{
|
||||
name: "Fatima N.",
|
||||
handle: "@dxb_foodblog",
|
||||
testimonial: "From the moment you walk in, you feel the passion. The pizzas are outstanding, fresh and full of flavor.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-working-as-waiter_23-2149409821.jpg",
|
||||
},
|
||||
name: "Fatima N.", handle: "@dxb_foodblog", testimonial: "From the moment you walk in, you feel the passion. The pizzas are outstanding, fresh and full of flavor.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-working-as-waiter_23-2149409821.jpg"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Our Menu", href: "#products"},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Order Online", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-chef-male-kitchen_23-2148471868.jpg",
|
||||
alt: "Chef avatar 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-chef-male-kitchen_23-2148471868.jpg", alt: "Chef avatar 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/content-woman-with-clipboard-managing-coffee-shop-business_1098-20957.jpg",
|
||||
alt: "Chef avatar 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/content-woman-with-clipboard-managing-coffee-shop-business_1098-20957.jpg", alt: "Chef avatar 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg",
|
||||
alt: "Customer avatar 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg", alt: "Customer avatar 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-blonde-woman_273609-11843.jpg",
|
||||
alt: "Customer avatar 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-blonde-woman_273609-11843.jpg", alt: "Customer avatar 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-male-cook-chef-uniform-crossing-hands-yellow-background_141793-37779.jpg",
|
||||
alt: "Smiling middle-aged male cook in chef uniform crossing hands on yellow background",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-male-cook-chef-uniform-crossing-hands-yellow-background_141793-37779.jpg", alt: "Smiling middle-aged male cook in chef uniform crossing hands on yellow background"},
|
||||
]}
|
||||
avatarText="Loved by over 100+ happy customers"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235798.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235798.jpg"
|
||||
imageAlt="Gourmet artisan pizza with fresh ingredients"
|
||||
showDimOverlay={false}
|
||||
showBlur={true}
|
||||
@@ -153,17 +107,11 @@ export default function LandingPage() {
|
||||
description="At Dar Artisan Pizzeria, we believe in the timeless art of pizza making. Our journey began with a simple desire: to bring authentic, wood-fired Italian pizza to Dubai. We painstakingly source the finest ingredients, from rich San Marzano tomatoes to creamy buffalo mozzarella, and combine them with our secretly guarded dough recipe. Baked in a traditional wood-fired oven, each pizza embodies generations of culinary passion and precision."
|
||||
metrics={[
|
||||
{
|
||||
value: "10+",
|
||||
title: "Years of Tradition",
|
||||
},
|
||||
value: "10+", title: "Years of Tradition"},
|
||||
{
|
||||
value: "100+",
|
||||
title: "Authentic Recipes",
|
||||
},
|
||||
value: "100+", title: "Authentic Recipes"},
|
||||
{
|
||||
value: "5000+",
|
||||
title: "Happy Customers Served",
|
||||
},
|
||||
value: "5000+", title: "Happy Customers Served"},
|
||||
]}
|
||||
tag="Our Heritage"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134281.jpg"
|
||||
@@ -181,79 +129,52 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Authentic Wood-Fired Taste",
|
||||
description: "Our custom-built, wood-fired oven imparts a smoky aroma and a perfectly crispy, blistered crust that defines true artisan pizza.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-person-kneading-dough_23-2147749558.jpg",
|
||||
imageAlt: "Chef kneading pizza dough by hand",
|
||||
},
|
||||
title: "Authentic Wood-Fired Taste", description: "Our custom-built, wood-fired oven imparts a smoky aroma and a perfectly crispy, blistered crust that defines true artisan pizza.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-person-kneading-dough_23-2147749558.jpg", imageAlt: "Chef kneading pizza dough by hand"},
|
||||
items: [
|
||||
{
|
||||
icon: Flame,
|
||||
text: "Real Wood Heat",
|
||||
},
|
||||
text: "Real Wood Heat"},
|
||||
{
|
||||
icon: Award,
|
||||
text: "Perfect Crust",
|
||||
},
|
||||
text: "Perfect Crust"},
|
||||
{
|
||||
icon: Smiley,
|
||||
text: "Unique Flavor",
|
||||
},
|
||||
text: "Unique Flavor"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235798.jpg?_wi=2",
|
||||
imageAlt: "chef kneading pizza dough by hand",
|
||||
},
|
||||
{
|
||||
title: "Finest Hand-Picked Ingredients",
|
||||
description: "We partner with local farmers and trusted Italian suppliers to ensure only the freshest, highest-quality ingredients make it to your plate.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-preserves-box_23-2148626016.jpg",
|
||||
imageAlt: "Fresh vibrant pizza ingredients display",
|
||||
},
|
||||
title: "Finest Hand-Picked Ingredients", description: "We partner with local farmers and trusted Italian suppliers to ensure only the freshest, highest-quality ingredients make it to your plate.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-preserves-box_23-2148626016.jpg", imageAlt: "Fresh vibrant pizza ingredients display"},
|
||||
items: [
|
||||
{
|
||||
icon: Leaf,
|
||||
text: "Fresh & Organic",
|
||||
},
|
||||
text: "Fresh & Organic"},
|
||||
{
|
||||
icon: Heart,
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
text: "Locally Sourced"},
|
||||
{
|
||||
icon: Cherry,
|
||||
text: "Premium Quality",
|
||||
},
|
||||
text: "Premium Quality"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-male-kitchen_23-2148471868.jpg",
|
||||
imageAlt: "chef kneading pizza dough by hand",
|
||||
},
|
||||
{
|
||||
title: "Master Pizzaiolos Craftsmanship",
|
||||
description: "Our skilled pizzaiolos, trained in traditional Italian methods, blend art and science to create masterpieces that delight every palate.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-spreading-tomato-sauce-pizza-bread-parchment-paper_23-2148120110.jpg",
|
||||
imageAlt: "Chef garnishing pizza with fresh basil",
|
||||
},
|
||||
title: "Master Pizzaiolos Craftsmanship", description: "Our skilled pizzaiolos, trained in traditional Italian methods, blend art and science to create masterpieces that delight every palate.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-spreading-tomato-sauce-pizza-bread-parchment-paper_23-2148120110.jpg", imageAlt: "Chef garnishing pizza with fresh basil"},
|
||||
items: [
|
||||
{
|
||||
icon: Pizza,
|
||||
text: "Expertly Made",
|
||||
},
|
||||
text: "Expertly Made"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Handcrafted Perfection",
|
||||
},
|
||||
text: "Handcrafted Perfection"},
|
||||
{
|
||||
icon: Star,
|
||||
text: "Generational Recipes",
|
||||
},
|
||||
text: "Generational Recipes"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-woman-with-clipboard-managing-coffee-shop-business_1098-20957.jpg",
|
||||
imageAlt: "chef kneading pizza dough by hand",
|
||||
},
|
||||
]}
|
||||
title="The Dar Artisan Difference"
|
||||
@@ -272,65 +193,23 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Classic",
|
||||
name: "Margherita",
|
||||
price: "AED 55",
|
||||
rating: 5,
|
||||
reviewCount: "87",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cheese-pizza-round-formed-inside-plate-dark-blue-surface_140725-49043.jpg",
|
||||
imageAlt: "Classic Margherita Pizza",
|
||||
},
|
||||
id: "p1", brand: "Classic", name: "Margherita", price: "AED 55", rating: 5,
|
||||
reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cheese-pizza-round-formed-inside-plate-dark-blue-surface_140725-49043.jpg", imageAlt: "Classic Margherita Pizza"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Spicy",
|
||||
name: "Pepperoni",
|
||||
price: "AED 65",
|
||||
rating: 4,
|
||||
reviewCount: "72",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/round-pepperoni-pizza-table_140725-892.jpg",
|
||||
imageAlt: "Spicy Pepperoni Pizza",
|
||||
},
|
||||
id: "p2", brand: "Spicy", name: "Pepperoni", price: "AED 65", rating: 4,
|
||||
reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/round-pepperoni-pizza-table_140725-892.jpg", imageAlt: "Spicy Pepperoni Pizza"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Vegetarian",
|
||||
name: "Bianca",
|
||||
price: "AED 60",
|
||||
rating: 5,
|
||||
reviewCount: "51",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pie-apple_74190-1154.jpg",
|
||||
imageAlt: "White Pizza with Ricotta and Spinach",
|
||||
},
|
||||
id: "p3", brand: "Vegetarian", name: "Bianca", price: "AED 60", rating: 5,
|
||||
reviewCount: "51", imageSrc: "http://img.b2bpic.net/free-photo/pie-apple_74190-1154.jpg", imageAlt: "White Pizza with Ricotta and Spinach"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Gourmet",
|
||||
name: "Truffle Mushroom",
|
||||
price: "AED 85",
|
||||
rating: 5,
|
||||
reviewCount: "43",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-parmesan-cheese_23-2148753754.jpg",
|
||||
imageAlt: "Luxury Truffle Mushroom Pizza",
|
||||
},
|
||||
id: "p4", brand: "Gourmet", name: "Truffle Mushroom", price: "AED 85", rating: 5,
|
||||
reviewCount: "43", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-parmesan-cheese_23-2148753754.jpg", imageAlt: "Luxury Truffle Mushroom Pizza"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Garden Fresh",
|
||||
name: "Vegetariana",
|
||||
price: "AED 58",
|
||||
rating: 4,
|
||||
reviewCount: "68",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-pizza_23-2148574218.jpg",
|
||||
imageAlt: "Colorful Fresh Vegetable Pizza",
|
||||
},
|
||||
id: "p5", brand: "Garden Fresh", name: "Vegetariana", price: "AED 58", rating: 4,
|
||||
reviewCount: "68", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-pizza_23-2148574218.jpg", imageAlt: "Colorful Fresh Vegetable Pizza"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Bold",
|
||||
name: "Diavola",
|
||||
price: "AED 70",
|
||||
rating: 5,
|
||||
reviewCount: "39",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salami-pizza-olives-cheese-pepper-top-view_141793-2417.jpg",
|
||||
imageAlt: "Spicy Diavola Pizza",
|
||||
},
|
||||
id: "p6", brand: "Bold", name: "Diavola", price: "AED 70", rating: 5,
|
||||
reviewCount: "39", imageSrc: "http://img.b2bpic.net/free-photo/salami-pizza-olives-cheese-pepper-top-view_141793-2417.jpg", imageAlt: "Spicy Diavola Pizza"},
|
||||
]}
|
||||
title="Our Signature Pizzas"
|
||||
description="Explore our exquisite range of handcrafted pizzas, each a masterpiece of flavor designed to transport you straight to Italy."
|
||||
@@ -346,40 +225,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Emily R.",
|
||||
handle: "@emily_reviews",
|
||||
testimonial: "The best pizza I’ve ever tasted! The dough is perfectly crispy, and the fresh ingredients truly shine through. A delightful experience!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg",
|
||||
},
|
||||
id: "t1", name: "Emily R.", handle: "@emily_reviews", testimonial: "The best pizza I’ve ever tasted! The dough is perfectly crispy, and the fresh ingredients truly shine through. A delightful experience!", imageSrc: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark L.",
|
||||
handle: "@mark_foodie",
|
||||
testimonial: "Exceptional quality and flavor. Every pizza feels like it's crafted with passion. Dar Artisan Pizzeria is my new favorite spot.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-father-son-doing-armwrestling_23-2148404195.jpg",
|
||||
},
|
||||
id: "t2", name: "Mark L.", handle: "@mark_foodie", testimonial: "Exceptional quality and flavor. Every pizza feels like it's crafted with passion. Dar Artisan Pizzeria is my new favorite spot.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-father-son-doing-armwrestling_23-2148404195.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sophia G.",
|
||||
handle: "@sophia_eats",
|
||||
testimonial: "Absolutely fantastic! The atmosphere is cozy, and the staff are incredibly friendly. The truffle pizza is a game-changer!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roommates-sharing-meal-together_23-2149112170.jpg",
|
||||
},
|
||||
id: "t3", name: "Sophia G.", handle: "@sophia_eats", testimonial: "Absolutely fantastic! The atmosphere is cozy, and the staff are incredibly friendly. The truffle pizza is a game-changer!", imageSrc: "http://img.b2bpic.net/free-photo/roommates-sharing-meal-together_23-2149112170.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David C.",
|
||||
handle: "@gourmet_david",
|
||||
testimonial: "A true culinary gem. The commitment to authentic artisan techniques makes all the difference. Highly recommended for pizza lovers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-little-girl-looks-pizza-with-appetite_169016-18646.jpg",
|
||||
},
|
||||
id: "t4", name: "David C.", handle: "@gourmet_david", testimonial: "A true culinary gem. The commitment to authentic artisan techniques makes all the difference. Highly recommended for pizza lovers.", imageSrc: "http://img.b2bpic.net/free-photo/happy-little-girl-looks-pizza-with-appetite_169016-18646.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica B.",
|
||||
handle: "@jessica_travels",
|
||||
testimonial: "Visiting Dar Artisan Pizzeria was a highlight of my trip to Dubai. The margherita was perfection. I wish I could take it home with me!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-female-has-curly-hair-chats-online-social-networks-with-friends-uses-modern-electronic-gadget-internet-sits-coffee-shop-with-exotic-drink-dish-technology-concept_273609-2193.jpg",
|
||||
},
|
||||
id: "t5", name: "Jessica B.", handle: "@jessica_travels", testimonial: "Visiting Dar Artisan Pizzeria was a highlight of my trip to Dubai. The margherita was perfection. I wish I could take it home with me!", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-female-has-curly-hair-chats-online-social-networks-with-friends-uses-modern-electronic-gadget-internet-sits-coffee-shop-with-exotic-drink-dish-technology-concept_273609-2193.jpg"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Our 4.7-star rating with over 100 reviews speaks volumes. Hear directly from our happy customers about their Dar Artisan Pizzeria experience."
|
||||
@@ -395,14 +249,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Dubai Foodies",
|
||||
"Taste of Dubai",
|
||||
"UAE Eats",
|
||||
"Gourmet Weekly",
|
||||
"Emirates Dining Guide",
|
||||
"Artisan Food Network",
|
||||
"Dubai Lifestyle Magazine",
|
||||
]}
|
||||
"Dubai Foodies", "Taste of Dubai", "UAE Eats", "Gourmet Weekly", "Emirates Dining Guide", "Artisan Food Network", "Dubai Lifestyle Magazine"]}
|
||||
title="As Seen In"
|
||||
description="Proudly featured and recognized by leading culinary publications and local food guides across Dubai and the UAE."
|
||||
tag="Our Recognition"
|
||||
@@ -418,25 +265,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer vegetarian and vegan options?",
|
||||
content: "Yes, we have a variety of delicious vegetarian pizzas and can accommodate most vegan requests. Please inform our staff when ordering.",
|
||||
},
|
||||
id: "q1", title: "Do you offer vegetarian and vegan options?", content: "Yes, we have a variety of delicious vegetarian pizzas and can accommodate most vegan requests. Please inform our staff when ordering."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I make a reservation?",
|
||||
content: "Absolutely! We highly recommend making a reservation, especially during peak hours, to ensure you get a table. You can call us or use our online booking form.",
|
||||
},
|
||||
id: "q2", title: "Can I make a reservation?", content: "Absolutely! We highly recommend making a reservation, especially during peak hours, to ensure you get a table. You can call us or use our online booking form."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer delivery or takeout?",
|
||||
content: "Yes, we offer both! You can order directly from our website for delivery or stop by for a convenient takeout option.",
|
||||
},
|
||||
id: "q3", title: "Do you offer delivery or takeout?", content: "Yes, we offer both! You can order directly from our website for delivery or stop by for a convenient takeout option."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Are your pizzas halal?",
|
||||
content: "All our meat products are sourced from certified halal suppliers, ensuring all our pizzas are halal-friendly.",
|
||||
},
|
||||
id: "q4", title: "Are your pizzas halal?", content: "All our meat products are sourced from certified halal suppliers, ensuring all our pizzas are halal-friendly."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-young-man-holding-fresh-carrot-green-broccoli-kitchen_23-2147863614.jpg"
|
||||
imageAlt="Friendly chef preparing pizza dough"
|
||||
@@ -454,22 +289,15 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready for an unforgettable pizza experience? Visit us, call us, or order online today!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Make a Reservation",
|
||||
href: "#",
|
||||
},
|
||||
text: "Make a Reservation", href: "#"},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#",
|
||||
},
|
||||
text: "Order Online", href: "#"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Directions", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -479,62 +307,37 @@ export default function LandingPage() {
|
||||
logoText="Dar Artisan Pizzeria"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Margherita",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Margherita", href: "#products"},
|
||||
{
|
||||
label: "Pepperoni",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Pepperoni", href: "#products"},
|
||||
{
|
||||
label: "Vegetarian",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Vegetarian", href: "#products"},
|
||||
{
|
||||
label: "Gourmet",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Gourmet", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
{
|
||||
label: "Location",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Location", href: "#contact"},
|
||||
{
|
||||
label: "Order Now",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Order Now", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user