Merge version_1 into main #3
@@ -3,7 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
|
||||
// Lucide Icons
|
||||
import { Bike, ChefHat, Fire, Wheat } from "lucide-react";
|
||||
import { Bike, ChefHat, Wheat, Flame } from "lucide-react";
|
||||
|
||||
// Component Imports
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -83,7 +83,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865361.jpg"
|
||||
imageAlt="Traditional pizzeria interior with chef"
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
@@ -102,7 +102,7 @@ export default function LandingPage() {
|
||||
title: "Artisan Dough", description: "Our dough is slow-fermented for 48 hours, creating a light, airy crust with perfect crispness.", imageSrc: "http://img.b2bpic.net/free-photo/chef-making-pizza-kitchen_1150-17791.jpg", imageAlt: "Chef kneading pizza dough", buttonIcon: ChefHat
|
||||
},
|
||||
{
|
||||
title: "Wood-Fired Taste", description: "Baked to perfection in our traditional wood-fired oven, infusing every pizza with unique smoky flavors.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235802.jpg", imageAlt: "Pizza baking in a wood-fired oven", buttonIcon: Fire
|
||||
title: "Wood-Fired Taste", description: "Baked to perfection in our traditional wood-fired oven, infusing every pizza with unique smoky flavors.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235802.jpg", imageAlt: "Pizza baking in a wood-fired oven", buttonIcon: Flame
|
||||
},
|
||||
{
|
||||
title: "Fast Delivery", description: "Enjoy our delicious pizzas from the comfort of your home with our quick and reliable delivery service.", imageSrc: "http://img.b2bpic.net/free-photo/woman-takeout-employee-delivering-boxes-pizza-building-driving-delivery-car_482257-134975.jpg", imageAlt: "Pizza delivery scooter", buttonIcon: Bike
|
||||
@@ -192,7 +192,6 @@ export default function LandingPage() {
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact Us", href: "#contact" }, { label: "Privacy Policy", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2024 Pizzeria Deliziosa. All rights reserved."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-cooking-soup-tasting-it-dark-background_613910-10080.jpg"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user