diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 066d79c..075bc7b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,8 +19,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Restaurant", - items: [ + title: "Restaurant", items: [ { label: "Home", href: "/" }, { label: "Menu", href: "/menu" }, { label: "About", href: "#about" }, @@ -28,8 +27,7 @@ export default function ContactPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Dine In", href: "/contact" }, { label: "Takeout", href: "https://example.com/order" }, { label: "Delivery", href: "https://example.com/delivery" }, @@ -37,8 +35,7 @@ export default function ContactPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "(716) 636-9500", href: "tel:+17166369500" }, { label: "1280 Sweet Home Rd #105, Buffalo, NY 14228", href: "#" }, { label: "Hours: Mon-Thu 12-9pm, Fri-Sat 12-10pm, Sun 12-8pm", href: "#" }, @@ -54,7 +51,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="small" sizing="largeSizeMediumTitles" - background="blurBottom" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -74,7 +71,7 @@ export default function ContactPage() { description="Whether you're planning to visit us for dinner, looking to place a takeout order, need catering for your event, or have any questions about our menu and services, we're here to help. Get in touch with Forno Napoli today." tag="Get in Touch" buttons={[{ text: "Call Us Now", href: "tel:+17166369500" }]} - imageSrc="http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg" imageAlt="Visit Forno Napoli" useInvertedBackground={false} /> @@ -88,27 +85,15 @@ export default function ContactPage() { tagIcon={TrendingUp} metrics={[ { - id: "1", - value: "(716) 636-9500", - description: "Call for Reservations", - }, + id: "1", value: "(716) 636-9500", description: "Call for Reservations"}, { - id: "2", - value: "1280 Sweet Home Rd", - description: "Buffalo, NY 14228", - }, + id: "2", value: "1280 Sweet Home Rd", description: "Buffalo, NY 14228"}, { - id: "3", - value: "Mon-Thu 12-9pm", - description: "Fri-Sat 12-10pm, Sun 12-8pm", - }, + id: "3", value: "Mon-Thu 12-9pm", description: "Fri-Sat 12-10pm, Sun 12-8pm"}, { - id: "4", - value: "Order Online", - description: "Takeout & Delivery Available", - }, + id: "4", value: "Order Online", description: "Takeout & Delivery Available"}, ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={true} diff --git a/src/app/page.tsx b/src/app/page.tsx index d927535..5fa2c90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,26 +22,23 @@ export default function HomePage() { const footerColumns = [ { - title: "Restaurant", - items: [ - { label: "Home", href: "/" }, - { label: "Menu", href: "/menu" }, + title: "Restaurant", items: [ + { label: "Home", href: "#hero" }, + { label: "Menu", href: "#menu" }, { label: "About", href: "#about" }, { label: "Reviews", href: "#testimonials" }, ], }, { - title: "Services", - items: [ - { label: "Dine In", href: "/contact" }, + title: "Services", items: [ + { label: "Dine In", href: "#reservation" }, { label: "Takeout", href: "https://example.com/order" }, { label: "Delivery", href: "https://example.com/delivery" }, { label: "Catering", href: "/catering" }, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "(716) 636-9500", href: "tel:+17166369500" }, { label: "1280 Sweet Home Rd #105, Buffalo, NY 14228", href: "#" }, { label: "Hours: Mon-Thu 12-9pm, Fri-Sat 12-10pm, Sun 12-8pm", href: "#" }, @@ -57,7 +54,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="small" sizing="largeSizeMediumTitles" - background="blurBottom" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -66,7 +63,7 @@ export default function HomePage() { @@ -75,14 +72,14 @@ export default function HomePage() { @@ -109,32 +106,20 @@ export default function HomePage() { tagIcon={Flame} features={[ { - title: "Margherita Pizza", - description: "Fresh mozzarella, San Marzano tomatoes, basil, and olive oil on our signature wood-fired crust.", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3980.jpg?_wi=1", - imageAlt: "Classic Margherita Pizza", - button: { text: "Order Online", href: "https://example.com/order" }, + title: "Margherita Pizza", description: "Fresh mozzarella, San Marzano tomatoes, basil, and olive oil on our signature wood-fired crust.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3980.jpg", imageAlt: "Classic Margherita Pizza", button: { text: "Order Online", href: "https://example.com/order" }, }, { - title: "Homemade Pasta", - description: "Made fresh daily. Choose from traditional lasagna, pappardelle, or our chef's seasonal specialty.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-ingredients-dark-surface_23-2147606593.jpg?_wi=1", - imageAlt: "Fresh Homemade Pasta Dish", - button: { text: "View Menu", href: "/menu" }, + title: "Homemade Pasta", description: "Made fresh daily. Choose from traditional lasagna, pappardelle, or our chef's seasonal specialty.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-ingredients-dark-surface_23-2147606593.jpg", imageAlt: "Fresh Homemade Pasta Dish", button: { text: "View Menu", href: "#menu" }, }, { - title: "Tiramisu", - description: "Our signature dessert—layers of mascarpone cream, espresso, and ladyfingers. Pure Italian tradition.", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-tiramisu-little-glasses-with-powder-white-table_181624-57517.jpg?_wi=1", - imageAlt: "Authentic Italian Tiramisu", - button: { text: "Reserve Dessert", href: "/contact" }, + title: "Tiramisu", description: "Our signature dessert—layers of mascarpone cream, espresso, and ladyfingers. Pure Italian tradition.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-tiramisu-little-glasses-with-powder-white-table_181624-57517.jpg", imageAlt: "Authentic Italian Tiramisu", button: { text: "Reserve Dessert", href: "#reservation" }, }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" buttons={[ - { text: "View Full Menu", href: "/menu" }, + { text: "View Full Menu", href: "#menu" }, { text: "Order Takeout", href: "https://example.com/order" }, ]} useInvertedBackground={true} @@ -149,32 +134,16 @@ export default function HomePage() { tagIcon={Award} features={[ { - title: "Authentic Italian Recipes", - description: "Traditional recipes passed down through generations, honoring Neapolitan culinary heritage.", - imageSrc: "http://img.b2bpic.net/free-photo/border-pasta-ingredients_23-2147853453.jpg?_wi=1", - imageAlt: "Fresh Italian ingredients", - button: { text: "Learn More", href: "#about" }, + title: "Authentic Italian Recipes", description: "Traditional recipes passed down through generations, honoring Neapolitan culinary heritage.", imageSrc: "http://img.b2bpic.net/free-photo/border-pasta-ingredients_23-2147853453.jpg", imageAlt: "Fresh Italian ingredients", button: { text: "Learn More", href: "#about" }, }, { - title: "Wood-Fired Pizza Oven", - description: "Our traditional stone oven reaches perfect temperatures to create pizza with incomparable crust and flavor.", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-oven-restaurant_1147-94.jpg", - imageAlt: "Authentic wood-fired pizza oven", - button: { text: "See Our Oven", href: "#menu" }, + title: "Wood-Fired Pizza Oven", description: "Our traditional stone oven reaches perfect temperatures to create pizza with incomparable crust and flavor.", imageSrc: "http://img.b2bpic.net/free-photo/pizza-oven-restaurant_1147-94.jpg", imageAlt: "Authentic wood-fired pizza oven", button: { text: "See Our Oven", href: "#menu" }, }, { - title: "Fresh Daily Ingredients", - description: "We source the finest ingredients daily—no preservatives, no shortcuts. Just authentic Italian flavors.", - imageSrc: "http://img.b2bpic.net/free-photo/border-pasta-ingredients_23-2147853453.jpg?_wi=2", - imageAlt: "Fresh daily ingredients", - button: { text: "Our Sourcing", href: "#about" }, + title: "Fresh Daily Ingredients", description: "We source the finest ingredients daily—no preservatives, no shortcuts. Just authentic Italian flavors.", imageSrc: "http://img.b2bpic.net/free-photo/border-pasta-ingredients_23-2147853453.jpg", imageAlt: "Fresh daily ingredients", button: { text: "Our Sourcing", href: "#about" }, }, { - title: "Family Friendly Atmosphere", - description: "Warm, welcoming, and perfect for families, dates, or gatherings. A true community gathering place.", - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-her-friends-having-fun-while-drinking-wine-lunch-time-home_637285-3187.jpg?_wi=1", - imageAlt: "Happy guests dining together", - button: { text: "Dine With Us", href: "/contact" }, + title: "Family Friendly Atmosphere", description: "Warm, welcoming, and perfect for families, dates, or gatherings. A true community gathering place.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-her-friends-having-fun-while-drinking-wine-lunch-time-home_637285-3187.jpg", imageAlt: "Happy guests dining together", button: { text: "Dine With Us", href: "#reservation" }, }, ]} gridVariant="four-items-2x2-equal-grid" @@ -188,29 +157,13 @@ export default function HomePage() {