diff --git a/src/app/page.tsx b/src/app/page.tsx
index 19f44a1..a527c10 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,11 @@ export default function LandingPage() {
@@ -52,67 +41,29 @@ export default function LandingPage() {
@@ -124,64 +75,28 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Dine-in",
- description: "Visit our beautiful space in Sector 4 and enjoy the perfect cozy vibes.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-wooden-table-with-gradient-photo-style_53876-14314.jpg",
- },
+ title: "Dine-in", description: "Visit our beautiful space in Sector 4 and enjoy the perfect cozy vibes.", media: { imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-wooden-table-with-gradient-photo-style_53876-14314.jpg" },
items: [
- {
- text: "Premium ambiance",
- icon: Coffee,
- },
- {
- text: "Free WiFi",
- icon: Wifi,
- },
+ { text: "Premium ambiance", icon: Coffee },
+ { text: "Free WiFi", icon: Wifi },
],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg?_wi=2",
- imageAlt: "artisanal coffee latte art",
+ reverse: false
},
{
- title: "Takeaway",
- description: "On the go? Grab your favorite coffee and snacks packed fresh for you.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/vegetables-sandwich_23-2148590155.jpg",
- },
+ title: "Takeaway", description: "On the go? Grab your favorite coffee and snacks packed fresh for you.", media: { imageSrc: "http://img.b2bpic.net/free-photo/vegetables-sandwich_23-2148590155.jpg" },
items: [
- {
- text: "Fast pickup",
- icon: ShoppingBag,
- },
- {
- text: "Fresh packaging",
- icon: Box,
- },
+ { text: "Fast pickup", icon: ShoppingBag },
+ { text: "Fresh packaging", icon: Box },
],
- reverse: true,
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cake-with-cup-tea-light-dark-background_140725-80168.jpg",
- imageAlt: "artisanal coffee latte art",
+ reverse: true
},
{
- title: "Delivery",
- description: "Get your favorite treats delivered right to your doorstep, piping hot.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/positive-pretty-young-lady-enjoying-drinking-coffee-cafe_1262-19006.jpg?_wi=1",
- },
+ title: "Delivery", description: "Get your favorite treats delivered right to your doorstep, piping hot.", media: { imageSrc: "http://img.b2bpic.net/free-photo/positive-pretty-young-lady-enjoying-drinking-coffee-cafe_1262-19006.jpg" },
items: [
- {
- text: "Fast delivery",
- icon: Truck,
- },
- {
- text: "Order online",
- icon: Smartphone,
- },
+ { text: "Fast delivery", icon: Truck },
+ { text: "Order online", icon: Smartphone },
],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-tanned-student-with-thick-beard-having-good-coffee-lunch-smiling-happily-enjoying-summer-vacations-tropical-country_273609-1756.jpg?_wi=1",
- imageAlt: "artisanal coffee latte art",
+ reverse: false
},
]}
title="Our Services"
@@ -191,52 +106,17 @@ export default function LandingPage() {