diff --git a/src/app/page.tsx b/src/app/page.tsx index 230813c..5f07014 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Wheat, ChefHat, Fire, Bike } from 'lucide-react'; +import { Wheat, ChefHat, Flame, Bike } from 'lucide-react'; export default function LandingPage() { return ( @@ -115,7 +115,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,