diff --git a/src/app/page.tsx b/src/app/page.tsx index 24ee09a..4e941d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { Coffee } from "lucide-react"; +import { Coffee, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -30,42 +30,29 @@ export default function LandingPage() {
@@ -97,41 +79,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "English Breakfast", - price: "35 zł", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-egg-meal-pan_23-2148814507.jpg?_wi=1", - }, + id: "1", name: "English Breakfast", price: "35 zł", imageSrc: "http://img.b2bpic.net/free-photo/delicious-egg-meal-pan_23-2148814507.jpg?_wi=1"}, { - id: "2", - name: "Pancakes z owocami", - price: "28 zł", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-father-s-day-dessert-with-pancakes_23-2148548467.jpg", - }, + id: "2", name: "Pancakes z owocami", price: "28 zł", imageSrc: "http://img.b2bpic.net/free-photo/top-view-father-s-day-dessert-with-pancakes_23-2148548467.jpg"}, { - id: "3", - name: "Eggs Benedict", - price: "32 zł", - imageSrc: "http://img.b2bpic.net/free-photo/benedict-eggs_74190-3897.jpg?_wi=1", - }, + id: "3", name: "Eggs Benedict", price: "32 zł", imageSrc: "http://img.b2bpic.net/free-photo/benedict-eggs_74190-3897.jpg?_wi=1"}, { - id: "4", - name: "Cappuccino", - price: "15 zł", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-latte-art_1150-12808.jpg", - }, + id: "4", name: "Cappuccino", price: "15 zł", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-latte-art_1150-12808.jpg"}, { - id: "5", - name: "Omlet z warzywami", - price: "25 zł", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-egg-meal-pan_23-2148814507.jpg?_wi=2", - }, + id: "5", name: "Omlet z warzywami", price: "25 zł", imageSrc: "http://img.b2bpic.net/free-photo/delicious-egg-meal-pan_23-2148814507.jpg?_wi=2"}, { - id: "6", - name: "Toast z awokado", - price: "29 zł", - imageSrc: "http://img.b2bpic.net/free-photo/benedict-eggs_74190-3897.jpg?_wi=2", - }, + id: "6", name: "Toast z awokado", price: "29 zł", imageSrc: "http://img.b2bpic.net/free-photo/benedict-eggs_74190-3897.jpg?_wi=2"}, ]} title="Nasze popularne dania" description="Sprawdź co najchętniej wybierają nasi goście." @@ -155,20 +113,15 @@ export default function LandingPage() {
@@ -177,46 +130,29 @@ export default function LandingPage() { ); -} +} \ No newline at end of file