diff --git a/src/app/page.tsx b/src/app/page.tsx
index c589827..525c34d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
-import { Heart, Utensils, Wine, Zap } from "lucide-react";
+import { Heart, Utensils, Wine, Zap, Dumbbell, Gamepad2, Swords } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,49 +32,27 @@ export default function LandingPage() {
@@ -87,7 +65,7 @@ export default function LandingPage() {
description="Ene’s Kitchen is more than a restaurant; it's a curated lifestyle destination. From high-end dining and exotic drinks to family-focused entertainment like our kids' arcade, spa, and fitness gym, we redefine hospitality."
subdescription="Whether you are planning a corporate retreat, a family hangout, or a romantic evening, we deliver an unforgettable experience of class and comfort."
icon={Zap}
- imageSrc="http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7823.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7823.jpg"
mediaAnimation="slide-up"
/>
@@ -99,64 +77,28 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Dining & Bar",
- description: "Gourmet meals and exotic cocktails in a high-end setting.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/profiteroles-chocolate-sauce-inside-white-plate_114579-2550.jpg",
- },
+ title: "Dining & Bar", description: "Gourmet meals and exotic cocktails in a high-end setting.", media: { imageSrc: "http://img.b2bpic.net/free-photo/profiteroles-chocolate-sauce-inside-white-plate_114579-2550.jpg" },
items: [
- {
- icon: Utensils,
- text: "Fine Dining",
- },
- {
- icon: Wine,
- text: "Premium Bar",
- },
+ { icon: Utensils, text: "Fine Dining" },
+ { icon: Wine, text: "Premium Bar" },
],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/elegantly-dressed-couple-handsome-stylish-male-charming-brunette-woman-sitting-together-luxury-restaurant_613910-3910.jpg?_wi=2",
- imageAlt: "gourmet dining plating elegant",
+ reverse: false
},
{
- title: "Relaxation",
- description: "Unwind in our world-class spa or gym facilities.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-is-relaxing-spa-complex-with-sauna_169016-22729.jpg",
- },
+ title: "Relaxation", description: "Unwind in our world-class spa or gym facilities.", media: { imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-is-relaxing-spa-complex-with-sauna_169016-22729.jpg" },
items: [
- {
- icon: Heart,
- text: "Luxury Spa",
- },
- {
- icon: Dumbbell,
- text: "Modern Gym",
- },
+ { icon: Heart, text: "Luxury Spa" },
+ { icon: Dumbbell, text: "Modern Gym" },
],
- reverse: true,
- imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7823.jpg?_wi=2",
- imageAlt: "gourmet dining plating elegant",
+ reverse: true
},
{
- title: "Entertainment",
- description: "Gaming zones, pools, and arcades for endless fun.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/male-friends-looking-woman-playing-snooker-club_23-2148037596.jpg",
- },
+ title: "Entertainment", description: "Gaming zones, pools, and arcades for endless fun.", media: { imageSrc: "http://img.b2bpic.net/free-photo/male-friends-looking-woman-playing-snooker-club_23-2148037596.jpg" },
items: [
- {
- icon: Gamepad2,
- text: "PS5 Zone",
- },
- {
- icon: Swords,
- text: "Arcade",
- },
+ { icon: Gamepad2, text: "PS5 Zone" },
+ { icon: Swords, text: "Arcade" },
],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-portrait-street-outdoor-portrait-fashion-model_1296-737.jpg?_wi=1",
- imageAlt: "gourmet dining plating elegant",
+ reverse: false
},
]}
title="Premium Lifestyle Services"
@@ -168,44 +110,21 @@ export default function LandingPage() {
@@ -296,20 +168,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "1",
- title: "Do you offer private event bookings?",
- content: "Yes, we specialize in birthday parties, corporate events, and private dinners.",
- },
+ id: "1", title: "Do you offer private event bookings?", content: "Yes, we specialize in birthday parties, corporate events, and private dinners."},
{
- id: "2",
- title: "Is the pool open to non-members?",
- content: "Our pool is open to all visitors with a daily entry pass.",
- },
+ id: "2", title: "Is the pool open to non-members?", content: "Our pool is open to all visitors with a daily entry pass."},
{
- id: "3",
- title: "Is Ene’s Kitchen family-friendly?",
- content: "We have dedicated kids arcades, playgrounds, and family-safe menu options.",
- },
+ id: "3", title: "Is Ene’s Kitchen family-friendly?", content: "We have dedicated kids arcades, playgrounds, and family-safe menu options."},
]}
sideTitle="Frequently Asked Questions"
faqsAnimation="slide-up"
@@ -319,9 +182,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file