Merge version_1 into main #2
157
src/app/page.tsx
157
src/app/page.tsx
@@ -19,31 +19,23 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Events",
|
||||
id: "events",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Events", id: "events" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Holiday Inn"
|
||||
/>
|
||||
@@ -54,14 +46,8 @@ export default function LandingPage() {
|
||||
title="Where Every Meal Feels Like a Celebration"
|
||||
description="Premium dining, private events, and a peaceful atmosphere—all in one place in Ashulia."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Plan Your Event",
|
||||
href: "#events",
|
||||
},
|
||||
{ text: "Book a Table", href: "#contact" },
|
||||
{ text: "Plan Your Event", href: "#events" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dinner-setup-with-red-wine-pickle-plate-meat-plate-fresh-salad_140725-469.jpg"
|
||||
showDimOverlay={true}
|
||||
@@ -74,24 +60,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Star,
|
||||
title: "Overall Rating",
|
||||
value: "3.9",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Users,
|
||||
title: "Customer Reviews",
|
||||
value: "250+",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Utensils,
|
||||
title: "Happy Customers",
|
||||
value: "1000+",
|
||||
},
|
||||
{ id: "m1", icon: Star, title: "Overall Rating", value: "3.9" },
|
||||
{ id: "m2", icon: Users, title: "Customer Reviews", value: "250+" },
|
||||
{ id: "m3", icon: Utensils, title: "Happy Customers", value: "1000+" },
|
||||
]}
|
||||
title="Loved by Hundreds"
|
||||
description="Our dedication to quality dining and peace has earned us hundreds of happy guests."
|
||||
@@ -102,8 +73,9 @@ export default function LandingPage() {
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="A Place That Feels Like Home, But Better"
|
||||
description="At Holiday Inn Restaurant & Party Center, we combine delicious food, a calm environment, and warm hospitality to create unforgettable experiences. Whether you're here for a family meal or a grand celebration, every moment is designed to feel special."
|
||||
description="At Holiday Inn Restaurant & Party Center, we combine delicious food, a calm environment, and warm hospitality to create unforgettable experiences."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg"
|
||||
metrics={[]}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="none"
|
||||
/>
|
||||
@@ -117,32 +89,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Signature",
|
||||
name: "Premium Desi Cuisine",
|
||||
price: "$15",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salad-with-lettuce-chicken-corn-greens_141793-1252.jpg",
|
||||
},
|
||||
id: "p1", brand: "Signature", name: "Premium Desi Cuisine", price: "$15", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-lettuce-chicken-corn-greens_141793-1252.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Authentic",
|
||||
name: "Chinese Specials",
|
||||
price: "$18",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-dishware-christmas-table-flat-lay-top-view_2829-5281.jpg",
|
||||
},
|
||||
id: "p2", brand: "Authentic", name: "Chinese Specials", price: "$18", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/traditional-dishware-christmas-table-flat-lay-top-view_2829-5281.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Special",
|
||||
name: "Family Dining Platter",
|
||||
price: "$45",
|
||||
rating: 4,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-fillet-with-sauce-top_140725-6436.jpg",
|
||||
},
|
||||
id: "p3", brand: "Special", name: "Family Dining Platter", price: "$45", rating: 4,
|
||||
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-fillet-with-sauce-top_140725-6436.jpg"},
|
||||
]}
|
||||
title="Taste That Speaks for Itself"
|
||||
description="Explore our premium selection of fresh, high-quality cuisine."
|
||||
@@ -156,22 +110,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Birthday Parties",
|
||||
description: "Celebrate in style with our spacious seating and custom decor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-venue-interior-wedding_181624-58530.jpg?_wi=1",
|
||||
},
|
||||
title: "Birthday Parties", description: "Celebrate in style with our spacious seating and custom decor.", imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-venue-interior-wedding_181624-58530.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Engagements",
|
||||
description: "A peaceful, beautiful setting for your most important moments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-day-s-decorated-table-with-plates-napkins-wine-glasses-forks-knives_181624-30870.jpg",
|
||||
},
|
||||
title: "Engagements", description: "A peaceful, beautiful setting for your most important moments.", imageSrc: "http://img.b2bpic.net/free-photo/wedding-day-s-decorated-table-with-plates-napkins-wine-glasses-forks-knives_181624-30870.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Corporate Events",
|
||||
description: "Professional environment tailored for your business gatherings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-venue-interior-wedding_181624-58530.jpg?_wi=2",
|
||||
},
|
||||
title: "Corporate Events", description: "Professional environment tailored for your business gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-venue-interior-wedding_181624-58530.jpg"},
|
||||
]}
|
||||
title="Perfect Venue for Every Occasion"
|
||||
description="Private, spacious, and custom food packages for any event."
|
||||
@@ -185,22 +130,10 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Sarah Ahmed"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-woman-eating-restaurant-with-friends_23-2149316752.jpg",
|
||||
alt: "Sarah Ahmed",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-man-enjoying-party-holding-wine-glass_23-2148037558.jpg",
|
||||
alt: "John Doe",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-smiling-man-eat-salade-restaurant-waiting-woman-with-bouquet-roses_496169-302.jpg",
|
||||
alt: "Mike Ross",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-wedding-planner_23-2150328524.jpg",
|
||||
alt: "Jane Smith",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/senior-woman-eating-restaurant-with-friends_23-2149316752.jpg", alt: "Sarah Ahmed" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-man-enjoying-party-holding-wine-glass_23-2148037558.jpg", alt: "John Doe" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/handsome-smiling-man-eat-salade-restaurant-waiting-woman-with-bouquet-roses_496169-302.jpg", alt: "Mike Ross" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-wedding-planner_23-2150328524.jpg", alt: "Jane Smith" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -210,19 +143,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Ready to Experience Something Special? Reserve your table or plan your next event today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+880123456789",
|
||||
},
|
||||
{
|
||||
text: "Reserve Table",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Call Now", href: "tel:+880123456789" },
|
||||
{ text: "Reserve Table", href: "#contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -232,16 +157,8 @@ export default function LandingPage() {
|
||||
logoText="Holiday Inn"
|
||||
copyrightText="© 2025 Holiday Inn Restaurant & Party Center. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user