diff --git a/src/app/page.tsx b/src/app/page.tsx
index 951f17b..73be37a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,49 +29,30 @@ export default function LandingPage() {
@@ -81,14 +62,9 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
- type: "text",
- content: "The Heart of Tbilisi's Irish Community",
- },
+ type: "text", content: "The Heart of Tbilisi's Irish Community"},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211472.jpg",
- alt: "About MacLaren's",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211472.jpg", alt: "About MacLaren's"},
]}
/>
@@ -101,59 +77,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- brand: "Popular",
- name: "Mexican Burger",
- price: "18.00 ₾",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg?_wi=1",
- },
+ id: "p1", brand: "Popular", name: "Mexican Burger", price: "18.00 ₾", rating: 5,
+ reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg"},
{
- id: "p2",
- brand: "Popular",
- name: "Guinness Draught",
- price: "15.00 ₾",
- rating: 5,
- reviewCount: "950",
- imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg?_wi=2",
- },
+ id: "p2", brand: "Popular", name: "Guinness Draught", price: "15.00 ₾", rating: 5,
+ reviewCount: "950", imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg"},
{
- id: "p3",
- brand: "Classic",
- name: "Pork Ribs",
- price: "22.00 ₾",
- rating: 4,
- reviewCount: "45",
- imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg?_wi=3",
- },
+ id: "p3", brand: "Classic", name: "Pork Ribs", price: "22.00 ₾", rating: 4,
+ reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg"},
{
- id: "p4",
- brand: "Classic",
- name: "Small Sausage Platter",
- price: "16.00 ₾",
- rating: 4,
- reviewCount: "67",
- imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg?_wi=4",
- },
+ id: "p4", brand: "Classic", name: "Small Sausage Platter", price: "16.00 ₾", rating: 4,
+ reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg"},
{
- id: "p5",
- brand: "Drink",
- name: "Irish Coffee",
- price: "12.00 ₾",
- rating: 5,
- reviewCount: "210",
- imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg?_wi=5",
- },
+ id: "p5", brand: "Drink", name: "Irish Coffee", price: "12.00 ₾", rating: 5,
+ reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg"},
{
- id: "p6",
- brand: "Drink",
- name: "Gambrinus",
- price: "10.00 ₾",
- rating: 4,
- reviewCount: "88",
- imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg?_wi=6",
- },
+ id: "p6", brand: "Drink", name: "Gambrinus", price: "10.00 ₾", rating: 4,
+ reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg"},
]}
title="Classic Pub Favorites"
description="Indulge in our selection of traditional Irish and pub classics, prepared with love."
@@ -162,30 +102,16 @@ export default function LandingPage() {
@@ -274,33 +167,21 @@ export default function LandingPage() {