Merge version_2 into main #1
144
src/app/page.tsx
144
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Checkout", id: "contact"},
|
||||
]}
|
||||
brandName="SG Restaurant"
|
||||
/>
|
||||
@@ -53,19 +45,14 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
logoText="SG Restaurant & Wedding Hall"
|
||||
description="Experience exquisite dining and create unforgettable memories in our premier banquet and wedding hall venue."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book an Event",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book an Event", href: "#contact"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#services",
|
||||
},
|
||||
text: "View Menu", href: "#features"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tasty-buns-lie-white-plates-with-golden-design_8353-798.jpg"
|
||||
@@ -80,19 +67,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
label: "Years Experience",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Years Experience", value: "15+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Events Hosted",
|
||||
value: "500+",
|
||||
},
|
||||
label: "Events Hosted", value: "500+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Client Rating",
|
||||
value: "4.9/5",
|
||||
},
|
||||
label: "Client Rating", value: "4.9/5"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -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() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
tag="Get in Touch"
|
||||
title="Start Planning Your Event"
|
||||
description="Visit us or contact our team for reservations, menu inquiries, and event venue booking assistance."
|
||||
buttonText="Send Inquiry"
|
||||
variant: "animated-grid"}}
|
||||
tag="Checkout & Payment"
|
||||
title="Secure Your Event Payment"
|
||||
description="Complete your booking and finalize payment for your event securely with our trusted payment gateway."
|
||||
buttonText="Pay Now"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user