Merge version_1 into main #2
@@ -10,7 +10,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Flame, Star, Zap, Rocket, PizzaSlice, Heart, MessageSquare, Utensils } from 'lucide-react';
|
||||
import { Flame, Star, Zap, Rocket, Pizza, Heart, MessageSquare, Utensils } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -84,13 +84,13 @@ export default function LandingPage() {
|
||||
id: "meatpizza", name: "Meat United Pizza", price: "9,500 IQD", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m3ydid", imageAlt: "Meat United Pizza", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "chicken", name: "Crispy Chicken Burger", price: "7,000 IQD", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oj24id&_wi=1", imageAlt: "Crispy Chicken Burger", initialQuantity: 1
|
||||
id: "chicken", name: "Crispy Chicken Burger", price: "7,000 IQD", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oj24id", imageAlt: "Crispy Chicken Burger", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "fries", name: "Chili Cheesy Fries", price: "4,500 IQD", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ulhsnd", imageAlt: "Chili Cheesy Fries", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "wrap", name: "Chicken Wrap", price: "6,500 IQD", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oj24id&_wi=2", imageAlt: "Chicken Wrap", initialQuantity: 1
|
||||
id: "wrap", name: "Chicken Wrap", price: "6,500 IQD", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oj24id", imageAlt: "Chicken Wrap", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -116,7 +116,7 @@ export default function LandingPage() {
|
||||
title: "Lightning-Fast Service", description: "Fresh food in minutes, not hours. Order to table faster than anywhere in Erbil."
|
||||
},
|
||||
{
|
||||
icon: PizzaSlice,
|
||||
icon: Pizza,
|
||||
title: "Perfect Thin Crust Pizza", description: "Crispy, authentic, and loaded with toppings that matter. Every slice is perfection."
|
||||
},
|
||||
{
|
||||
@@ -206,7 +206,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c5oft3&_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c5oft3"
|
||||
imageAlt="2in1 Restaurant"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -218,7 +218,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c5oft3&_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c5oft3"
|
||||
imageAlt="2in1 Restaurant"
|
||||
logoText="2in1"
|
||||
copyrightText="© 2025 2in1 Pizza & Burger | All Rights Reserved"
|
||||
|
||||
Reference in New Issue
Block a user