diff --git a/src/app/page.tsx b/src/app/page.tsx
index 00e0bce..7b8cbca 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
-import { Coffee, Facebook, Instagram, Music, Sparkles, Utensils } from "lucide-react";
+import { Coffee, Facebook, Instagram, Music, Sparkles, Utensils, Camera, MapPin, Award } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,65 +31,28 @@ export default function LandingPage() {
-
-
-
-
-
-
-
@@ -181,72 +75,66 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- icon: Music,
- title: "Live Acoustic Sessions",
- description: "Daily performances that set the perfect mood.",
- },
- {
- icon: Sparkles,
- title: "Sophisticated Interiors",
- description: "Designed for intimacy and corporate luxury.",
- },
- {
- icon: Coffee,
- title: "Expert Mixology",
- description: "Hand-crafted cocktails and curated spirits.",
- },
+ { icon: Music, title: "Live Acoustic Sessions", description: "Daily performances that set the perfect mood." },
+ { icon: Sparkles, title: "Sophisticated Interiors", description: "Designed for intimacy and corporate luxury." },
+ { icon: Award, title: "Award-Winning Chef", description: "Culinary excellence in every bite." },
+ { icon: Coffee, title: "Expert Mixology", description: "Hand-crafted cocktails and curated spirits." }
]}
title="An Elevated Experience"
- description="More than just food, we provide an atmosphere."
+ description="More than just food, we provide an atmosphere where every detail counts towards your perfect evening."
/>
-
-
+
+
+
+
+
+
+
+
+
@@ -256,20 +144,12 @@ export default function LandingPage() {
logoText="Guwahati Heights"
copyrightText="© 2025 Guwahati Heights. All rights reserved."
socialLinks={[
- {
- icon: Instagram,
- href: "#",
- ariaLabel: "Instagram",
- },
- {
- icon: Facebook,
- href: "#",
- ariaLabel: "Facebook",
- },
+ { icon: Instagram, href: "#", ariaLabel: "Instagram" },
+ { icon: Facebook, href: "#", ariaLabel: "Facebook" }
]}
/>
);
-}
+}
\ No newline at end of file