Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0cb9438fc4 |
144
src/app/page.tsx
144
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "home"},
|
||||||
id: "home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Checkout", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="SG Restaurant"
|
brandName="SG Restaurant"
|
||||||
/>
|
/>
|
||||||
@@ -53,19 +45,14 @@ export default function LandingPage() {
|
|||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
logoText="SG Restaurant & Wedding Hall"
|
logoText="SG Restaurant & Wedding Hall"
|
||||||
description="Experience exquisite dining and create unforgettable memories in our premier banquet and wedding hall venue."
|
description="Experience exquisite dining and create unforgettable memories in our premier banquet and wedding hall venue."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book an Event",
|
text: "Book an Event", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "View Menu",
|
text: "View Menu", href: "#features"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/tasty-buns-lie-white-plates-with-golden-design_8353-798.jpg"
|
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={[
|
metrics={[
|
||||||
{
|
{
|
||||||
icon: Star,
|
icon: Star,
|
||||||
label: "Years Experience",
|
label: "Years Experience", value: "15+"},
|
||||||
value: "15+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Users,
|
icon: Users,
|
||||||
label: "Events Hosted",
|
label: "Events Hosted", value: "500+"},
|
||||||
value: "500+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Award,
|
icon: Award,
|
||||||
label: "Client Rating",
|
label: "Client Rating", value: "4.9/5"},
|
||||||
value: "4.9/5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -105,38 +86,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Wedding Hall", author: "Event Team", description: "Spacious, elegantly designed halls for grand weddings and receptions.", tags: [
|
||||||
title: "Wedding Hall",
|
"Weddings", "Events"],
|
||||||
author: "Event Team",
|
imageSrc: "http://img.b2bpic.net/free-photo/entrance-house-porch-shine-darkness_1304-3767.jpg"},
|
||||||
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",
|
id: "f2", title: "Gourmet Catering", author: "Executive Chef", description: "Authentic, high-quality cuisine crafted for both small gatherings and grand banquets.", tags: [
|
||||||
title: "Gourmet Catering",
|
"Menu", "Dining"],
|
||||||
author: "Executive Chef",
|
imageSrc: "http://img.b2bpic.net/free-photo/fresh-tropical-cocktail-close-up_23-2148517055.jpg"},
|
||||||
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",
|
id: "f3", title: "Professional Event Management", author: "Planning Staff", description: "Our experienced team ensures every detail of your special event is perfectly executed.", tags: [
|
||||||
title: "Professional Event Management",
|
"Service", "Planning"],
|
||||||
author: "Planning Staff",
|
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-wedding-planner-working_23-2150328517.jpg"},
|
||||||
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"
|
title="Premier Event & Dining Services"
|
||||||
description="From sophisticated wedding receptions to intimate fine dining, we provide exceptional service tailored to your special occasions."
|
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"
|
author="Sarah & Michael"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/handsome-groom-black-suit-white-rose-boutonniere-stands-garden_8353-7078.jpg",
|
src: "http://img.b2bpic.net/free-photo/handsome-groom-black-suit-white-rose-boutonniere-stands-garden_8353-7078.jpg", alt: "Guest 1"},
|
||||||
alt: "Guest 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517423.jpg",
|
src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517423.jpg", alt: "Guest 2"},
|
||||||
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",
|
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"},
|
||||||
alt: "Guest 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/beautiful-bride-with-wail-outdoors_624325-584.jpg",
|
src: "http://img.b2bpic.net/free-photo/beautiful-bride-with-wail-outdoors_624325-584.jpg", alt: "Guest 4"},
|
||||||
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",
|
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"},
|
||||||
alt: "Guest 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
@@ -180,12 +130,11 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "animated-grid",
|
variant: "animated-grid"}}
|
||||||
}}
|
tag="Checkout & Payment"
|
||||||
tag="Get in Touch"
|
title="Secure Your Event Payment"
|
||||||
title="Start Planning Your Event"
|
description="Complete your booking and finalize payment for your event securely with our trusted payment gateway."
|
||||||
description="Visit us or contact our team for reservations, menu inquiries, and event venue booking assistance."
|
buttonText="Pay Now"
|
||||||
buttonText="Send Inquiry"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -194,42 +143,27 @@ export default function LandingPage() {
|
|||||||
logoText="SG Restaurant"
|
logoText="SG Restaurant"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Information",
|
title: "Information", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Our Menu",
|
label: "Our Menu", href: "#features"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Bookings",
|
title: "Bookings", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Wedding Hall",
|
label: "Checkout", href: "#contact"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Event Venue",
|
label: "Event Venue", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact Us", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -239,4 +173,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user