Merge version_1 into main #2
@@ -8,7 +8,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Fire, Leaf, ChefHat, Flame, Phone } from 'lucide-react';
|
||||
import { Leaf, ChefHat, Flame, Phone } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/national-meat-barbecue-kebab-lavash-with-parsley-grilled-tomato_114579-3306.jpg?_wi=1", imageAlt: "Tradicinis kebabas su mėsa"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/national-meat-barbecue-kebab-lavash-with-parsley-grilled-tomato_114579-3306.jpg", imageAlt: "Tradicinis kebabas su mėsa"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shaurma-with-veegtables-chicken-wrapped-with-lavash-bread_114579-2624.jpg", imageAlt: "Galiūs Dürüm kebabas"
|
||||
@@ -78,7 +78,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Autentikai Receptai", description: "Iš širdies Anatolijos gaminami pagal tradicinius receptus", icon: Fire
|
||||
title: "Autentikai Receptai", description: "Iš širdies Anatolijos gaminami pagal tradicinius receptus", icon: Flame
|
||||
},
|
||||
{
|
||||
title: "Šviežios Žaliavos", description: "Tik geriausios, šviežios mėsa ir daržovės kiekvieną dieną", icon: Leaf
|
||||
@@ -109,7 +109,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Klasikinis Mėsos Kebabas", price: "€8.99", imageSrc: "http://img.b2bpic.net/free-photo/national-meat-barbecue-kebab-lavash-with-parsley-grilled-tomato_114579-3306.jpg?_wi=2", imageAlt: "Klasikinis mėsos kebabas", initialQuantity: 1
|
||||
id: "1", name: "Klasikinis Mėsos Kebabas", price: "€8.99", imageSrc: "http://img.b2bpic.net/free-photo/national-meat-barbecue-kebab-lavash-with-parsley-grilled-tomato_114579-3306.jpg", imageAlt: "Klasikinis mėsos kebabas", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "2", name: "Vištos Dürüm", price: "€7.49", imageSrc: "http://img.b2bpic.net/free-photo/buritto-with-french-fries-table_140725-4492.jpg", imageAlt: "Minkštas vištos dürüm", initialQuantity: 1
|
||||
|
||||
Reference in New Issue
Block a user