diff --git a/src/app/page.tsx b/src/app/page.tsx
index f76e7f6..ab90a5a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,19 +45,14 @@ export default function LandingPage() {
@@ -105,38 +86,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- id: "f1",
- title: "Wedding Hall",
- author: "Event Team",
- description: "Spacious, elegantly designed halls for grand weddings and receptions.",
- tags: [
- "Weddings",
- "Events",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/entrance-house-porch-shine-darkness_1304-3767.jpg",
- },
+ id: "f1", title: "Wedding Hall", author: "Event Team", description: "Spacious, elegantly designed halls for grand weddings and receptions.", tags: [
+ "Weddings", "Events"],
+ imageSrc: "http://img.b2bpic.net/free-photo/entrance-house-porch-shine-darkness_1304-3767.jpg"},
{
- id: "f2",
- title: "Gourmet Catering",
- author: "Executive Chef",
- description: "Authentic, high-quality cuisine crafted for both small gatherings and grand banquets.",
- tags: [
- "Menu",
- "Dining",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/fresh-tropical-cocktail-close-up_23-2148517055.jpg",
- },
+ id: "f2", title: "Gourmet Catering", author: "Executive Chef", description: "Authentic, high-quality cuisine crafted for both small gatherings and grand banquets.", tags: [
+ "Menu", "Dining"],
+ imageSrc: "http://img.b2bpic.net/free-photo/fresh-tropical-cocktail-close-up_23-2148517055.jpg"},
{
- id: "f3",
- title: "Professional Event Management",
- author: "Planning Staff",
- description: "Our experienced team ensures every detail of your special event is perfectly executed.",
- tags: [
- "Service",
- "Planning",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-wedding-planner-working_23-2150328517.jpg",
- },
+ id: "f3", title: "Professional Event Management", author: "Planning Staff", description: "Our experienced team ensures every detail of your special event is perfectly executed.", tags: [
+ "Service", "Planning"],
+ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-wedding-planner-working_23-2150328517.jpg"},
]}
title="Premier Event & Dining Services"
description="From sophisticated wedding receptions to intimate fine dining, we provide exceptional service tailored to your special occasions."
@@ -151,25 +111,15 @@ export default function LandingPage() {
author="Sarah & Michael"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/handsome-groom-black-suit-white-rose-boutonniere-stands-garden_8353-7078.jpg",
- alt: "Guest 1",
- },
+ src: "http://img.b2bpic.net/free-photo/handsome-groom-black-suit-white-rose-boutonniere-stands-garden_8353-7078.jpg", alt: "Guest 1"},
{
- src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517423.jpg",
- alt: "Guest 2",
- },
+ src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517423.jpg", alt: "Guest 2"},
{
- src: "http://img.b2bpic.net/free-photo/friendly-young-interracial-girls-good-mood-wear-nightgowns-pajama-party-leisure-lifestyle-beauty-concept_197531-31732.jpg",
- alt: "Guest 3",
- },
+ src: "http://img.b2bpic.net/free-photo/friendly-young-interracial-girls-good-mood-wear-nightgowns-pajama-party-leisure-lifestyle-beauty-concept_197531-31732.jpg", alt: "Guest 3"},
{
- src: "http://img.b2bpic.net/free-photo/beautiful-bride-with-wail-outdoors_624325-584.jpg",
- alt: "Guest 4",
- },
+ src: "http://img.b2bpic.net/free-photo/beautiful-bride-with-wail-outdoors_624325-584.jpg", alt: "Guest 4"},
{
- src: "http://img.b2bpic.net/free-photo/group-happy-young-adults-toasting-having-fun-while-having-lunch-together-dining-room_637285-3568.jpg",
- alt: "Guest 5",
- },
+ src: "http://img.b2bpic.net/free-photo/group-happy-young-adults-toasting-having-fun-while-having-lunch-together-dining-room_637285-3568.jpg", alt: "Guest 5"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -180,12 +130,11 @@ export default function LandingPage() {
@@ -194,42 +143,27 @@ export default function LandingPage() {
logoText="SG Restaurant"
columns={[
{
- title: "Information",
- items: [
+ title: "Information", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Our Menu",
- href: "#services",
- },
+ label: "Our Menu", href: "#features"},
],
},
{
- title: "Bookings",
- items: [
+ title: "Bookings", items: [
{
- label: "Wedding Hall",
- href: "#features",
- },
+ label: "Checkout", href: "#contact"},
{
- label: "Event Venue",
- href: "#features",
- },
+ label: "Event Venue", href: "#features"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "Contact Us",
- href: "#contact",
- },
+ label: "Contact Us", href: "#contact"},
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
],
},
]}
@@ -239,4 +173,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file