Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
193
src/app/page.tsx
193
src/app/page.tsx
@@ -29,29 +29,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Events",
|
||||
id: "/events",
|
||||
},
|
||||
name: "Events", id: "/events"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="CORNER"
|
||||
/>
|
||||
@@ -60,47 +48,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="CORNER Restaurant & Ballroom"
|
||||
description="Experience luxury dining and unforgettable events."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Table",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Reserve Table", href: "/contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481503.jpg",
|
||||
imageAlt: "Luxury ballroom interior",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481503.jpg", imageAlt: "Luxury ballroom interior"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fish-head-with-sliced-vegetables_1304-4033.jpg",
|
||||
imageAlt: "Fine dining dish",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/fish-head-with-sliced-vegetables_1304-4033.jpg", imageAlt: "Fine dining dish"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/served-white-round-table-with-floral-centerpiece-restaurant_8353-10237.jpg",
|
||||
imageAlt: "Elegant wedding setup",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/served-white-round-table-with-floral-centerpiece-restaurant_8353-10237.jpg", imageAlt: "Elegant wedding setup"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-bar-stool-using-smartphone-restaurant_23-2147936158.jpg",
|
||||
imageAlt: "Premium bar area",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-bar-stool-using-smartphone-restaurant_23-2147936158.jpg", imageAlt: "Premium bar area"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720768.jpg",
|
||||
imageAlt: "Gourmet plating",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720768.jpg", imageAlt: "Gourmet plating"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg",
|
||||
imageAlt: "Exquisite dining hall",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg", imageAlt: "Exquisite dining hall"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,59 +90,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Signature",
|
||||
name: "Pan-Seared Scallops",
|
||||
price: "$42",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seabass-barramundi-fish-meat-steak_1203-9042.jpg",
|
||||
},
|
||||
id: "p1", brand: "Signature", name: "Pan-Seared Scallops", price: "$42", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/seabass-barramundi-fish-meat-steak_1203-9042.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Signature",
|
||||
name: "Truffle Risotto",
|
||||
price: "$38",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/world-cuisine-with-delicious-food_23-2151890027.jpg",
|
||||
},
|
||||
id: "p2", brand: "Signature", name: "Truffle Risotto", price: "$38", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/world-cuisine-with-delicious-food_23-2151890027.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Signature",
|
||||
name: "Wagyu Tenderloin",
|
||||
price: "$65",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-rosemary-peppercorns_84443-85654.jpg",
|
||||
},
|
||||
id: "p3", brand: "Signature", name: "Wagyu Tenderloin", price: "$65", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-rosemary-peppercorns_84443-85654.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Signature",
|
||||
name: "Alaskan King Crab",
|
||||
price: "$58",
|
||||
rating: 5,
|
||||
reviewCount: "88",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-king-crap-taraba_74190-691.jpg",
|
||||
},
|
||||
id: "p4", brand: "Signature", name: "Alaskan King Crab", price: "$58", rating: 5,
|
||||
reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/grilled-king-crap-taraba_74190-691.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Dessert",
|
||||
name: "Gold Leaf Chocolate",
|
||||
price: "$22",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dessert-topped-with-chocolate-cream_140725-43762.jpg",
|
||||
},
|
||||
id: "p5", brand: "Dessert", name: "Gold Leaf Chocolate", price: "$22", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/dessert-topped-with-chocolate-cream_140725-43762.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Beverage",
|
||||
name: "Aged Vintage Wine",
|
||||
price: "$120",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-empty-wineglass-with-bottle-wine-dark-background-color-wine-alcohol-celebration-holiday-restaurant_140725-158046.jpg",
|
||||
},
|
||||
id: "p6", brand: "Beverage", name: "Aged Vintage Wine", price: "$120", rating: 5,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/front-view-empty-wineglass-with-bottle-wine-dark-background-color-wine-alcohol-celebration-holiday-restaurant_140725-158046.jpg"},
|
||||
]}
|
||||
title="Signature Flavors"
|
||||
description="Exquisite ingredients prepared with unmatched precision."
|
||||
@@ -184,50 +115,26 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena Ross",
|
||||
role: "Wedding Planner",
|
||||
company: "Elite Events",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-mobile-phone-coffee-shop_53876-42686.jpg",
|
||||
},
|
||||
id: "1", name: "Elena Ross", role: "Wedding Planner", company: "Elite Events", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-mobile-phone-coffee-shop_53876-42686.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Julian Thorne",
|
||||
role: "Food Critic",
|
||||
company: "Dining Daily",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-photographer-female-dressed-black-leather-jacket-holds-professional-digital-camera-tripod_613910-199.jpg",
|
||||
},
|
||||
id: "2", name: "Julian Thorne", role: "Food Critic", company: "Dining Daily", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-photographer-female-dressed-black-leather-jacket-holds-professional-digital-camera-tripod_613910-199.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophie M.",
|
||||
role: "Guest",
|
||||
company: "Private",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598351.jpg",
|
||||
},
|
||||
id: "3", name: "Sophie M.", role: "Guest", company: "Private", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598351.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marcus Chen",
|
||||
role: "Corporate Lead",
|
||||
company: "TechSystems",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman_1098-15114.jpg",
|
||||
},
|
||||
id: "4", name: "Marcus Chen", role: "Corporate Lead", company: "TechSystems", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman_1098-15114.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Isabella V.",
|
||||
role: "Socialite",
|
||||
company: "Private",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-brunette-curly-woman-with-red-lips-wearing-white-shirt-dark-jacket-is-posing-blur-city-background-great-mood-outdoors_291650-2558.jpg",
|
||||
},
|
||||
id: "5", name: "Isabella V.", role: "Socialite", company: "Private", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-brunette-curly-woman-with-red-lips-wearing-white-shirt-dark-jacket-is-posing-blur-city-background-great-mood-outdoors_291650-2558.jpg"},
|
||||
]}
|
||||
title="Guest Experiences"
|
||||
description="What our patrons say about their moments at CORNER."
|
||||
@@ -242,23 +149,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Weddings",
|
||||
description: "Enchanting settings for your special day.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engagement-event-table-with-tulle-tablecloth-flowers_114579-2084.jpg",
|
||||
imageAlt: "Wedding setup",
|
||||
},
|
||||
title: "Weddings", description: "Enchanting settings for your special day.", imageSrc: "http://img.b2bpic.net/free-photo/engagement-event-table-with-tulle-tablecloth-flowers_114579-2084.jpg", imageAlt: "Wedding setup"},
|
||||
{
|
||||
title: "Corporate",
|
||||
description: "State-of-the-art facilities for professionals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enterprise-staff-hosting-brief-session-after-hours-with-mockup-screen-team-exchanging-insight_482257-136192.jpg",
|
||||
imageAlt: "Corporate room",
|
||||
},
|
||||
title: "Corporate", description: "State-of-the-art facilities for professionals.", imageSrc: "http://img.b2bpic.net/free-photo/enterprise-staff-hosting-brief-session-after-hours-with-mockup-screen-team-exchanging-insight_482257-136192.jpg", imageAlt: "Corporate room"},
|
||||
{
|
||||
title: "Social",
|
||||
description: "Birthdays and milestones celebrated in style.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-composition-quinceanera-party-table_23-2148478077.jpg",
|
||||
imageAlt: "Birthday party",
|
||||
},
|
||||
title: "Social", description: "Birthdays and milestones celebrated in style.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-composition-quinceanera-party-table_23-2148478077.jpg", imageAlt: "Birthday party"},
|
||||
]}
|
||||
title="Versatile Event Spaces"
|
||||
description="From grand weddings to intimate corporate gatherings."
|
||||
@@ -269,13 +164,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="CORNER"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "/legal",
|
||||
}}
|
||||
text: "Privacy Policy", href: "/legal"}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Contact Us", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user