Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -6,7 +6,7 @@ import TextAbout from "@/components/sections/about/TextAbout";
|
||||
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import Link from "next/link";
|
||||
import { Leaf } from "lucide-react";
|
||||
import { Leaf, Lightbulb } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
@@ -54,9 +54,7 @@ export default function AboutPage() {
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Menu",
|
||||
href: "/",
|
||||
},
|
||||
text: "Explore Our Menu", href: "/"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="About Mamma Pizza section"
|
||||
@@ -68,42 +66,24 @@ export default function AboutPage() {
|
||||
title="How We Serve You"
|
||||
description="Three convenient ways to enjoy Mamma Pizza"
|
||||
tag="Service Options"
|
||||
tagIcon="Lightbulb"
|
||||
tagIcon={Lightbulb}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Dine-In Experience",
|
||||
description:
|
||||
"Enjoy authentic Italian atmosphere with friends and family in our cozy pizzeria. Warm lighting, traditional décor, and friendly staff create the perfect dining experience.",
|
||||
tag: "Dine-In",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/people-drinking-kombucha-gathering_23-2150168571.jpg",
|
||||
imageAlt: "Cozy pizzeria dining",
|
||||
},
|
||||
id: "1", title: "Dine-In Experience", description:
|
||||
"Enjoy authentic Italian atmosphere with friends and family in our cozy pizzeria. Warm lighting, traditional décor, and friendly staff create the perfect dining experience.", tag: "Dine-In", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/people-drinking-kombucha-gathering_23-2150168571.jpg", imageAlt: "Cozy pizzeria dining"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Takeaway Fresh & Hot",
|
||||
description:
|
||||
"Grab your favorite pizza by the slice or order whole pies. We box everything fresh to ensure you get the best quality at home.",
|
||||
tag: "Takeaway",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/piece-pizza-closeup-concept-picnic-relaxation_169016-23064.jpg?_wi=1",
|
||||
imageAlt: "Pizza takeaway box",
|
||||
},
|
||||
id: "2", title: "Takeaway Fresh & Hot", description:
|
||||
"Grab your favorite pizza by the slice or order whole pies. We box everything fresh to ensure you get the best quality at home.", tag: "Takeaway", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/piece-pizza-closeup-concept-picnic-relaxation_169016-23064.jpg", imageAlt: "Pizza takeaway box"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Speedy Home Delivery",
|
||||
description:
|
||||
"Order online and we'll deliver hot, fresh pizza to your door. Available throughout Rome with reliable, professional service.",
|
||||
tag: "Delivery",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/piece-pizza-closeup-concept-picnic-relaxation_169016-23064.jpg?_wi=2",
|
||||
imageAlt: "Pizza delivery service",
|
||||
},
|
||||
id: "3", title: "Speedy Home Delivery", description:
|
||||
"Order online and we'll deliver hot, fresh pizza to your door. Available throughout Rome with reliable, professional service.", tag: "Delivery", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/piece-pizza-closeup-concept-picnic-relaxation_169016-23064.jpg", imageAlt: "Pizza delivery service"},
|
||||
]}
|
||||
ariaLabel="Service options and features"
|
||||
/>
|
||||
@@ -113,13 +93,9 @@ export default function AboutPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Mamma Pizza"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
ariaLabel="Site footer"
|
||||
/>
|
||||
</div>
|
||||
|
||||
175
src/app/page.tsx
175
src/app/page.tsx
@@ -49,8 +49,8 @@ export default function HomePage() {
|
||||
tag="Family-Owned Since 2010"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/composition-tasty-traditional-pizza_23-2148921280.jpg?_wi=1"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/composition-tasty-traditional-pizza_23-2148921280.jpg"
|
||||
imageAlt="Fresh authentic Italian pizza from wood-fired oven"
|
||||
imagePosition="right"
|
||||
mediaAnimation="opacity"
|
||||
@@ -62,29 +62,14 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marco Rossi",
|
||||
handle: "Regular Customer",
|
||||
testimonial: "Best pizza in Rome! The crispy dough and fresh ingredients are simply unbeatable. We come here every weekend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg?_wi=1",
|
||||
imageAlt: "Marco Rossi testimonial",
|
||||
},
|
||||
name: "Marco Rossi", handle: "Regular Customer", testimonial: "Best pizza in Rome! The crispy dough and fresh ingredients are simply unbeatable. We come here every weekend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg", imageAlt: "Marco Rossi testimonial"},
|
||||
{
|
||||
name: "Giulia Ferrari",
|
||||
handle: "Food Blogger",
|
||||
testimonial: "Mamma Pizza captures the authentic spirit of Roman street food. Their supplì are legendary!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-girl-choosing-you_1262-17150.jpg?_wi=1",
|
||||
imageAlt: "Giulia Ferrari testimonial",
|
||||
},
|
||||
name: "Giulia Ferrari", handle: "Food Blogger", testimonial: "Mamma Pizza captures the authentic spirit of Roman street food. Their supplì are legendary!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-girl-choosing-you_1262-17150.jpg", imageAlt: "Giulia Ferrari testimonial"},
|
||||
{
|
||||
name: "Antonio Moretti",
|
||||
handle: "Local Business Owner",
|
||||
testimonial: "Great quality, friendly staff, and affordable prices. This is the real deal.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-photographer-studio_158595-501.jpg?_wi=1",
|
||||
imageAlt: "Antonio Moretti testimonial",
|
||||
},
|
||||
name: "Antonio Moretti", handle: "Local Business Owner", testimonial: "Great quality, friendly staff, and affordable prices. This is the real deal.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-photographer-studio_158595-501.jpg", imageAlt: "Antonio Moretti testimonial"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
ariaLabel="Hero section with featured testimonials"
|
||||
@@ -117,47 +102,17 @@ export default function HomePage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Pizza Margherita",
|
||||
price: "€5.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-pizza-with-tomatoes-with-eggs-glass-milk-flour-table_140725-13969.jpg?_wi=1",
|
||||
imageAlt: "Classic Pizza Margherita",
|
||||
},
|
||||
id: "1", name: "Pizza Margherita", price: "€5.50", imageSrc: "http://img.b2bpic.net/free-photo/side-view-pizza-with-tomatoes-with-eggs-glass-milk-flour-table_140725-13969.jpg", imageAlt: "Classic Pizza Margherita"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pizza al Taglio",
|
||||
price: "€3.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-kid-hands-holding-pizza-slice_23-2148910369.jpg?_wi=1",
|
||||
imageAlt: "Pizza al Taglio - by the slice",
|
||||
},
|
||||
id: "2", name: "Pizza al Taglio", price: "€3.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-kid-hands-holding-pizza-slice_23-2148910369.jpg", imageAlt: "Pizza al Taglio - by the slice"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Supplì",
|
||||
price: "€2.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-fried-cutlets-with-cooked-rice-dark-desk-photo-meat-dish-meal_140725-82011.jpg?_wi=1",
|
||||
imageAlt: "Traditional Roman Supplì",
|
||||
},
|
||||
id: "3", name: "Supplì", price: "€2.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-fried-cutlets-with-cooked-rice-dark-desk-photo-meat-dish-meal_140725-82011.jpg", imageAlt: "Traditional Roman Supplì"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Cacio e Pepe Pizza",
|
||||
price: "€6.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cheese-pizza-with-eggs-glass-milk-flour-table_140725-13928.jpg?_wi=1",
|
||||
imageAlt: "Cacio e Pepe Pizza Slice",
|
||||
},
|
||||
id: "4", name: "Cacio e Pepe Pizza", price: "€6.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cheese-pizza-with-eggs-glass-milk-flour-table_140725-13928.jpg", imageAlt: "Cacio e Pepe Pizza Slice"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Crostino Pizza",
|
||||
price: "€4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-slices-arrangement-with-vegetables_23-2148601656.jpg?_wi=1",
|
||||
imageAlt: "Crostino Pizza",
|
||||
},
|
||||
id: "5", name: "Crostino Pizza", price: "€4.50", imageSrc: "http://img.b2bpic.net/free-photo/pizza-slices-arrangement-with-vegetables_23-2148601656.jpg", imageAlt: "Crostino Pizza"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Salmon Pizza",
|
||||
price: "€8.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852091.jpg?_wi=1",
|
||||
imageAlt: "Premium Salmon Pizza",
|
||||
},
|
||||
id: "6", name: "Salmon Pizza", price: "€8.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852091.jpg", imageAlt: "Premium Salmon Pizza"},
|
||||
]}
|
||||
ariaLabel="Featured products and signature dishes"
|
||||
/>
|
||||
@@ -177,53 +132,17 @@ export default function HomePage() {
|
||||
topMarqueeDirection="left"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marco Rossi",
|
||||
handle: "@marcorome",
|
||||
testimonial: "Best pizza in Rome! The crispy dough and fresh ingredients are simply unbeatable. We come here every weekend with the family.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg?_wi=2",
|
||||
imageAlt: "Marco Rossi",
|
||||
},
|
||||
id: "1", name: "Marco Rossi", handle: "@marcorome", testimonial: "Best pizza in Rome! The crispy dough and fresh ingredients are simply unbeatable. We come here every weekend with the family.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg", imageAlt: "Marco Rossi"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Giulia Ferrari",
|
||||
handle: "Food Blogger",
|
||||
testimonial: "Mamma Pizza captures the authentic spirit of Roman street food. Their supplì are absolutely legendary!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-girl-choosing-you_1262-17150.jpg?_wi=2",
|
||||
imageAlt: "Giulia Ferrari",
|
||||
},
|
||||
id: "2", name: "Giulia Ferrari", handle: "Food Blogger", testimonial: "Mamma Pizza captures the authentic spirit of Roman street food. Their supplì are absolutely legendary!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-girl-choosing-you_1262-17150.jpg", imageAlt: "Giulia Ferrari"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Antonio Moretti",
|
||||
handle: "@antoniolocal",
|
||||
testimonial: "Great quality, friendly staff, and affordable prices. This is the real deal for authentic Italian pizza.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-photographer-studio_158595-501.jpg?_wi=2",
|
||||
imageAlt: "Antonio Moretti",
|
||||
},
|
||||
id: "3", name: "Antonio Moretti", handle: "@antoniolocal", testimonial: "Great quality, friendly staff, and affordable prices. This is the real deal for authentic Italian pizza.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-photographer-studio_158595-501.jpg", imageAlt: "Antonio Moretti"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sophia Russo",
|
||||
handle: "@sophiaroma",
|
||||
testimonial: "Every time I visit Rome, Mamma Pizza is a must-stop. The passion for quality is evident in every bite.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg?_wi=1",
|
||||
imageAlt: "Sophia Russo",
|
||||
},
|
||||
id: "4", name: "Sophia Russo", handle: "@sophiaroma", testimonial: "Every time I visit Rome, Mamma Pizza is a must-stop. The passion for quality is evident in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg", imageAlt: "Sophia Russo"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Paolo Bianchi",
|
||||
handle: "Food Critic",
|
||||
testimonial: "Authentic recipes, premium ingredients, and reasonable prices. A true gem in the neighborhood!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/older-woman-reading-nature-her-countryside-home-smiling_23-2149511698.jpg?_wi=1",
|
||||
imageAlt: "Paolo Bianchi",
|
||||
},
|
||||
id: "5", name: "Paolo Bianchi", handle: "Food Critic", testimonial: "Authentic recipes, premium ingredients, and reasonable prices. A true gem in the neighborhood!", imageSrc: "http://img.b2bpic.net/free-photo/older-woman-reading-nature-her-countryside-home-smiling_23-2149511698.jpg", imageAlt: "Paolo Bianchi"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Elena Ricci",
|
||||
handle: "@elenaroma",
|
||||
testimonial: "We've been coming here for years. The consistency and quality never disappoint. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-grandparents-granddaughter_23-2148548091.jpg?_wi=1",
|
||||
imageAlt: "Elena Ricci",
|
||||
},
|
||||
id: "6", name: "Elena Ricci", handle: "@elenaroma", testimonial: "We've been coming here for years. The consistency and quality never disappoint. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-grandparents-granddaughter_23-2148548091.jpg", imageAlt: "Elena Ricci"},
|
||||
]}
|
||||
ariaLabel="Customer testimonials and reviews"
|
||||
/>
|
||||
@@ -242,32 +161,16 @@ export default function HomePage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "900",
|
||||
title: "Reviews",
|
||||
description: "4.4-star average rating from verified customers",
|
||||
icon: Star,
|
||||
id: "1", value: "900", title: "Reviews", description: "4.4-star average rating from verified customers", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "10",
|
||||
title: "Years",
|
||||
description: "Family-owned tradition of quality and service",
|
||||
icon: Heart,
|
||||
id: "2", value: "10", title: "Years", description: "Family-owned tradition of quality and service", icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "3",
|
||||
title: "Services",
|
||||
description: "Dine-in, takeaway, and home delivery available",
|
||||
icon: Truck,
|
||||
id: "3", value: "3", title: "Services", description: "Dine-in, takeaway, and home delivery available", icon: Truck,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "€1-10",
|
||||
title: "Per Person",
|
||||
description: "Affordable authentic Italian pizza and food",
|
||||
icon: DollarSign,
|
||||
id: "4", value: "€1-10", title: "Per Person", description: "Affordable authentic Italian pizza and food", icon: DollarSign,
|
||||
},
|
||||
]}
|
||||
ariaLabel="Key metrics and achievements"
|
||||
@@ -286,35 +189,17 @@ export default function HomePage() {
|
||||
showCard={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your opening hours?",
|
||||
content: "We're open Monday to Sunday, 11:00 AM to 11:00 PM. Perfect for lunch, dinner, or a quick snack anytime!",
|
||||
},
|
||||
id: "1", title: "What are your opening hours?", content: "We're open Monday to Sunday, 11:00 AM to 11:00 PM. Perfect for lunch, dinner, or a quick snack anytime!"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes! We deliver throughout Rome. Call us at +39 06 4425 4615 or order online for fast, hot delivery to your door.",
|
||||
},
|
||||
id: "2", title: "Do you offer delivery?", content: "Yes! We deliver throughout Rome. Call us at +39 06 4425 4615 or order online for fast, hot delivery to your door."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What are your most popular items?",
|
||||
content: "Pizza Margherita, Pizza al Taglio, Supplì, and our special Cacio e Pepe pizza are customer favorites. But everything on our menu is delicious!",
|
||||
},
|
||||
id: "3", title: "What are your most popular items?", content: "Pizza Margherita, Pizza al Taglio, Supplì, and our special Cacio e Pepe pizza are customer favorites. But everything on our menu is delicious!"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you have vegetarian options?",
|
||||
content: "Absolutely! We offer many vegetarian pizzas and can customize any pizza to your preferences. Just let us know!",
|
||||
},
|
||||
id: "4", title: "Do you have vegetarian options?", content: "Absolutely! We offer many vegetarian pizzas and can customize any pizza to your preferences. Just let us know!"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Is parking available?",
|
||||
content: "Street parking is available near our location on Via Ravenna. We're also close to Piazza Bologna metro station.",
|
||||
},
|
||||
id: "5", title: "Is parking available?", content: "Street parking is available near our location on Via Ravenna. We're also close to Piazza Bologna metro station."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Can we book for groups?",
|
||||
content: "Yes! For groups of 8 or more, we recommend calling ahead at +39 06 4425 4615 to ensure we have space and can prepare accordingly.",
|
||||
},
|
||||
id: "6", title: "Can we book for groups?", content: "Yes! For groups of 8 or more, we recommend calling ahead at +39 06 4425 4615 to ensure we have space and can prepare accordingly."},
|
||||
]}
|
||||
ariaLabel="Contact information and FAQ"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user