diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index f299cd5..50fcd6b 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -20,8 +20,7 @@ export default function AboutPage() {
const footerColumns = [
{
- title: "Quick Links",
- items: [
+ title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "About Us", href: "/about" },
@@ -29,24 +28,21 @@ export default function AboutPage() {
],
},
{
- title: "Contact Info",
- items: [
+ title: "Contact Info", items: [
{ label: "📞 +91 74548 40074", href: "tel:+917454840074" },
{ label: "📍 Sharada Road, Meerut", href: "https://maps.google.com/?q=Pizzeria+Bistro+Sharda+Rd+Meerut" },
{ label: "WhatsApp", href: "https://wa.me/917454840074" },
],
},
{
- title: "Hours",
- items: [
+ title: "Hours", items: [
{ label: "Mon-Sun: 11 AM - 11 PM", href: "#" },
{ label: "Dine-In Available", href: "#" },
{ label: "Home Delivery", href: "#" },
],
},
{
- title: "Follow Us",
- items: [
+ title: "Follow Us", items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },
],
@@ -60,7 +56,7 @@ export default function AboutPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="mediumSizeLargeTitles"
- background="floatingGradient"
+ background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="layered"
@@ -80,7 +76,7 @@ export default function AboutPage() {
@@ -96,29 +92,11 @@ export default function GalleryPage() {
tag="Food Excellence"
products={[
{
- id: "1",
- name: "Fresh Pizza Delights",
- price: "Featured",
- variant: "Wood-fired oven perfection",
- imageSrc: "http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-38.jpg?_wi=3",
- imageAlt: "Fresh Pizza",
- },
+ id: "1", name: "Fresh Pizza Delights", price: "Featured", variant: "Wood-fired oven perfection", imageSrc: "http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-38.jpg", imageAlt: "Fresh Pizza"},
{
- id: "2",
- name: "Gourmet Slices",
- price: "Featured",
- variant: "Artisan cheese & fresh basil",
- imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese-wooden-board-tablecloth-cell_78826-2354.jpg?_wi=2",
- imageAlt: "Gourmet Pizza Slice",
- },
+ id: "2", name: "Gourmet Slices", price: "Featured", variant: "Artisan cheese & fresh basil", imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese-wooden-board-tablecloth-cell_78826-2354.jpg", imageAlt: "Gourmet Pizza Slice"},
{
- id: "3",
- name: "Handcrafted Pasta",
- price: "Featured",
- variant: "Traditional Italian recipes",
- imageSrc: "http://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-2462.jpg?_wi=2",
- imageAlt: "Handcrafted Pasta",
- },
+ id: "3", name: "Handcrafted Pasta", price: "Featured", variant: "Traditional Italian recipes", imageSrc: "http://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-2462.jpg", imageAlt: "Handcrafted Pasta"},
]}
gridVariant="three-columns-all-equal-width"
textboxLayout="default"
@@ -135,29 +113,11 @@ export default function GalleryPage() {
tag="Restaurant Experience"
products={[
{
- id: "1",
- name: "Cozy Dining",
- price: "Experience",
- variant: "Warm lighting & comfort",
- imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg",
- imageAlt: "Dining Area",
- },
+ id: "1", name: "Cozy Dining", price: "Experience", variant: "Warm lighting & comfort", imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", imageAlt: "Dining Area"},
{
- id: "2",
- name: "Family Moments",
- price: "Experience",
- variant: "Joy & togetherness",
- imageSrc: "http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg",
- imageAlt: "Family Dining",
- },
+ id: "2", name: "Family Moments", price: "Experience", variant: "Joy & togetherness", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg", imageAlt: "Family Dining"},
{
- id: "3",
- name: "Pizza Oven",
- price: "Experience",
- variant: "Traditional cooking artistry",
- imageSrc: "http://img.b2bpic.net/free-photo/man-putting-pizza-oven-pizzeria_1303-25279.jpg",
- imageAlt: "Pizza Oven",
- },
+ id: "3", name: "Pizza Oven", price: "Experience", variant: "Traditional cooking artistry", imageSrc: "http://img.b2bpic.net/free-photo/man-putting-pizza-oven-pizzeria_1303-25279.jpg", imageAlt: "Pizza Oven"},
]}
gridVariant="three-columns-all-equal-width"
textboxLayout="default"
diff --git a/src/app/page.tsx b/src/app/page.tsx
index eb30691..d94f734 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -22,8 +22,7 @@ export default function HomePage() {
const footerColumns = [
{
- title: "Quick Links",
- items: [
+ title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "About Us", href: "/about" },
@@ -31,24 +30,21 @@ export default function HomePage() {
],
},
{
- title: "Contact Info",
- items: [
+ title: "Contact Info", items: [
{ label: "📞 +91 74548 40074", href: "tel:+917454840074" },
{ label: "📍 Sharada Road, Meerut", href: "https://maps.google.com/?q=Pizzeria+Bistro+Sharda+Rd+Meerut" },
{ label: "WhatsApp", href: "https://wa.me/917454840074" },
],
},
{
- title: "Hours",
- items: [
+ title: "Hours", items: [
{ label: "Mon-Sun: 11 AM - 11 PM", href: "#" },
{ label: "Dine-In Available", href: "#" },
{ label: "Home Delivery", href: "#" },
],
},
{
- title: "Follow Us",
- items: [
+ title: "Follow Us", items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },
],
@@ -62,7 +58,7 @@ export default function HomePage() {
borderRadius="rounded"
contentWidth="medium"
sizing="mediumSizeLargeTitles"
- background="floatingGradient"
+ background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="layered"
@@ -82,13 +78,13 @@ export default function HomePage() {
@@ -102,29 +98,11 @@ export default function HomePage() {
tag="Customer Favorites"
products={[
{
- id: "1",
- name: "Margherita Pizza",
- price: "₹399",
- variant: "Classic Italian",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3988.jpg?_wi=1",
- imageAlt: "Margherita Pizza",
- },
+ id: "1", name: "Margherita Pizza", price: "₹399", variant: "Classic Italian", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3988.jpg", imageAlt: "Margherita Pizza"},
{
- id: "2",
- name: "Fresh Pasta Carbonara",
- price: "₹449",
- variant: "Creamy & Delicious",
- imageSrc: "http://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-2483.jpg?_wi=1",
- imageAlt: "Pasta Carbonara",
- },
+ id: "2", name: "Fresh Pasta Carbonara", price: "₹449", variant: "Creamy & Delicious", imageSrc: "http://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-2483.jpg", imageAlt: "Pasta Carbonara"},
{
- id: "3",
- name: "Garlic Bread",
- price: "₹199",
- variant: "Crispy & Buttery",
- imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-snacks-set-olives-oil-herbs-sliced-ciabatta-wooden-board-black-slate-stone-board-dark-surface-top-view-flat-lay_1150-44779.jpg",
- imageAlt: "Garlic Bread",
- },
+ id: "3", name: "Garlic Bread", price: "₹199", variant: "Crispy & Buttery", imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-snacks-set-olives-oil-herbs-sliced-ciabatta-wooden-board-black-slate-stone-board-dark-surface-top-view-flat-lay_1150-44779.jpg", imageAlt: "Garlic Bread"},
]}
gridVariant="three-columns-all-equal-width"
textboxLayout="default"
@@ -154,10 +132,10 @@ export default function HomePage() {