diff --git a/src/app/page.tsx b/src/app/page.tsx
index a99ea26..977f886 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
-import { Coffee } from "lucide-react";
+import { Coffee, Utensils } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,22 +30,11 @@ export default function LandingPage() {
@@ -56,14 +45,8 @@ export default function LandingPage() {
logoText="Gelateca"
description="Experience Authentic Italian Gelato & Cuisine in the heart of Baku. Crafted with passion, loved by locals."
buttons={[
- {
- text: "View Menu",
- href: "#menu",
- },
- {
- text: "Visit Us",
- href: "#contact",
- },
+ { text: "View Menu", href: "#menu" },
+ { text: "Visit Us", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/blueberry-ice-cream-background-top-view_123827-21368.jpg?_wi=1"
/>
@@ -89,71 +72,40 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Artisanal Gelato",
- price: "Delicious",
- variant: "Pistachio, Chocolate, Vanilla",
- imageSrc: "http://img.b2bpic.net/free-photo/pistachio-ice-cream-white-background_23-2148177335.jpg?_wi=1",
- },
- {
- id: "p2",
- name: "Traditional Pasta",
- price: "Classic",
- variant: "Authentic recipes",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-healthy-pasta-cooking-pot-jute-textile-with-cherry-tomato-salad_23-2148076248.jpg",
- },
- {
- id: "p3",
- name: "Premium Coffee",
- price: "Rich",
- variant: "Roasted to perfection",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-multilayer-coffee-glass-with-foam_23-2147908390.jpg",
- },
+ { id: "p1", name: "Artisanal Gelato", price: "Delicious", variant: "Pistachio, Chocolate, Vanilla", imageSrc: "http://img.b2bpic.net/free-photo/pistachio-ice-cream-white-background_23-2148177335.jpg?_wi=1" },
+ { id: "p2", name: "Traditional Pasta", price: "Classic", variant: "Authentic recipes", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-healthy-pasta-cooking-pot-jute-textile-with-cherry-tomato-salad_23-2148076248.jpg" },
+ { id: "p3", name: "Premium Coffee", price: "Rich", variant: "Roasted to perfection", imageSrc: "http://img.b2bpic.net/free-photo/close-up-multilayer-coffee-glass-with-foam_23-2147908390.jpg" },
]}
title="Our Signature Flavors"
description="Discover our handcrafted selection of artisanal gelato, traditional pasta, and premium Italian coffee."
/>
+
+
@@ -271,4 +161,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file