diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0a817c0..95c1abe 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,55 +31,38 @@ export default function LandingPage() {
@@ -233,19 +159,13 @@ export default function LandingPage() {
description="At Duke & Devine’s, you’re not just a guest — you’re part of the family. Our dedicated team and welcoming owners ensure every visit is warm, inviting, and truly unforgettable, just like coming home."
bulletPoints={[
{
- title: "Warm Hospitality",
- description: "Our friendly staff and owners ensure you feel right at home.",
- icon: Heart,
+ title: "Warm Hospitality", description: "Our friendly staff and owners ensure you feel right at home.", icon: Heart,
},
{
- title: "Community Spirit",
- description: "A true local gem where friendships are forged and memories made.",
- icon: Users,
+ title: "Community Spirit", description: "A true local gem where friendships are forged and memories made.", icon: Users,
},
{
- title: "Personalized Service",
- description: "We go the extra mile to make your experience special every time.",
- icon: Star,
+ title: "Personalized Service", description: "We go the extra mile to make your experience special every time.", icon: Star,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/man-showing-sitting-restaurant-showing-mobile-phone-his-friend_23-2147861859.jpg"
@@ -259,57 +179,35 @@ export default function LandingPage() {
{
items: [
{
- label: "Home",
- href: "#hero",
- },
+ label: "Home", href: "#hero"},
{
- label: "Menu",
- href: "#food-experience",
- },
+ label: "Menu", href: "#food-experience"},
{
- label: "Events",
- href: "#events-bookings",
- },
+ label: "Events", href: "#events-bookings"},
{
- label: "About Us",
- href: "#personal-touch",
- },
+ label: "About Us", href: "#personal-touch"},
],
},
{
items: [
{
- label: "Contact",
- href: "#events-bookings",
- },
+ label: "Contact", href: "#events-bookings"},
{
- label: "Reservations",
- href: "#events-bookings",
- },
+ label: "Reservations", href: "#events-bookings"},
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
{
items: [
{
- label: "Facebook",
- href: "https://facebook.com/dukeanddevines",
- },
+ label: "Facebook", href: "https://facebook.com/dukeanddevines"},
{
- label: "Instagram",
- href: "https://instagram.com/dukeanddevines",
- },
+ label: "Instagram", href: "https://instagram.com/dukeanddevines"},
{
- label: "Twitter",
- href: "https://twitter.com/dukeanddevines",
- },
+ label: "Twitter", href: "https://twitter.com/dukeanddevines"},
],
},
]}