diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1790283..ea0e53b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,8 +12,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
-import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
-import { Award, Flame, MessageSquareQuote } from "lucide-react";
+import { Award, Flame } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,10 +32,14 @@ export default function LandingPage() {
@@ -44,17 +47,27 @@ export default function LandingPage() {
@@ -64,9 +77,15 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Passion for Pizza"
metrics={[
- { icon: Flame, label: "Years Active", value: "20+" },
- { icon: Flame, label: "Pizzas Baked", value: "500k+" },
- { icon: Award, label: "Awards Won", value: "15" },
+ {
+ icon: Flame,
+ label: "Years Active", value: "20+"},
+ {
+ icon: Flame,
+ label: "Pizzas Baked", value: "500k+"},
+ {
+ icon: Award,
+ label: "Awards Won", value: "15"},
]}
metricsAnimation="slide-up"
/>
@@ -79,12 +98,18 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- { id: "p1", name: "Classic Margherita", price: "$14", variant: "Small/Large", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-concept-with-copy-space_23-2148643461.jpg" },
- { id: "p2", name: "Spicy Pepperoni", price: "$16", variant: "Small/Large", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-pepperoni-red-chili-sauce_114579-4477.jpg" },
- { id: "p3", name: "Garden Veggie", price: "$15", variant: "Small/Large", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-peppers-olives-cheese_501050-821.jpg" },
- { id: "p4", name: "BBQ Chicken", price: "$17", variant: "Small/Large", imageSrc: "http://img.b2bpic.net/free-photo/pizza-topped-with-tomato_141793-1239.jpg" },
- { id: "p5", name: "Four Cheese", price: "$16", variant: "Small/Large", imageSrc: "http://img.b2bpic.net/free-photo/ham-italian-crust-pizza-sauce_1203-3946.jpg" },
- { id: "p6", name: "Prosciutto Arugula", price: "$18", variant: "Small/Large", imageSrc: "http://img.b2bpic.net/free-photo/pizza-caezaron-wooden-board-lettuce-parmesan-cherry-tomato-chicken-crackers-side-view_141793-3787.jpg" },
+ {
+ id: "p1", name: "Classic Margherita", price: "$14", variant: "Small/Large", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-concept-with-copy-space_23-2148643461.jpg"},
+ {
+ id: "p2", name: "Spicy Pepperoni", price: "$16", variant: "Small/Large", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-pepperoni-red-chili-sauce_114579-4477.jpg"},
+ {
+ id: "p3", name: "Garden Veggie", price: "$15", variant: "Small/Large", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-peppers-olives-cheese_501050-821.jpg"},
+ {
+ id: "p4", name: "BBQ Chicken", price: "$17", variant: "Small/Large", imageSrc: "http://img.b2bpic.net/free-photo/pizza-topped-with-tomato_141793-1239.jpg"},
+ {
+ id: "p5", name: "Four Cheese", price: "$16", variant: "Small/Large", imageSrc: "http://img.b2bpic.net/free-photo/ham-italian-crust-pizza-sauce_1203-3946.jpg"},
+ {
+ id: "p6", name: "Prosciutto Arugula", price: "$18", variant: "Small/Large", imageSrc: "http://img.b2bpic.net/free-photo/pizza-caezaron-wooden-board-lettuce-parmesan-cherry-tomato-chicken-crackers-side-view_141793-3787.jpg"},
]}
title="Our Signature Pies"
description="Crafted with passion using imported ingredients."
@@ -97,9 +122,18 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- { id: "f1", title: "Brick Oven Baked", tags: ["Authentic", "Crispy"], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-italian-pizza-table_23-2148305641.jpg" },
- { id: "f2", title: "Fresh Ingredients", tags: ["Organic", "Farm-to-Table"], imageSrc: "http://img.b2bpic.net/free-photo/raw-macaroni-past-baked-pizza-fresh-ingredients-wooden-plank_23-2148195006.jpg" },
- { id: "f3", title: "Fast Delivery", tags: ["Speedy", "Hot"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-pizza-near-sauce-bacon_23-2147772126.jpg" },
+ {
+ id: "f1", title: "Brick Oven Baked", tags: [
+ "Authentic", "Crispy"],
+ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-italian-pizza-table_23-2148305641.jpg"},
+ {
+ id: "f2", title: "Fresh Ingredients", tags: [
+ "Organic", "Farm-to-Table"],
+ imageSrc: "http://img.b2bpic.net/free-photo/raw-macaroni-past-baked-pizza-fresh-ingredients-wooden-plank_23-2148195006.jpg"},
+ {
+ id: "f3", title: "Fast Delivery", tags: [
+ "Speedy", "Hot"],
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-pizza-near-sauce-bacon_23-2147772126.jpg"},
]}
title="Why Choose Mario’s?"
description="Taste the difference of authentic tradition."
@@ -112,9 +146,18 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- { id: "m1", value: "100%", title: "Local Ingredients", items: ["Fresh Produce", "Organic Flour"] },
- { id: "m2", value: "24h", title: "Dough Fermentation", items: ["Traditional Style", "Better Digestibility"] },
- { id: "m3", value: "900°F", title: "Oven Temperature", items: ["Brick Oven", "Authentic Crunch"] },
+ {
+ id: "m1", value: "100%", title: "Local Ingredients", items: [
+ "Fresh Produce", "Organic Flour"],
+ },
+ {
+ id: "m2", value: "24h", title: "Dough Fermentation", items: [
+ "Traditional Style", "Better Digestibility"],
+ },
+ {
+ id: "m3", value: "900°F", title: "Oven Temperature", items: [
+ "Brick Oven", "Authentic Crunch"],
+ },
]}
title="By The Numbers"
description="Evidence of our dedication to flavor."
@@ -125,11 +168,18 @@ export default function LandingPage() {
-