Update src/app/page.tsx
This commit is contained in:
193
src/app/page.tsx
193
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Sora Rooftop"
|
||||
/>
|
||||
@@ -54,68 +46,43 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Elevated Dining Above Doha"
|
||||
description="Experience exquisite cuisine, handcrafted cocktails, and breathtaking rooftop views at Sora Rooftop."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-adorable-blue-eyed-female-model-with-hair-knot-wears-overalls-enjoys-drinking-fruit-smoothie-looks-happily-somewhere-while-sits-cozy-restaurant-beautiful-teenage-girl-coffee-shop_273609-3038.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-adorable-blue-eyed-female-model-with-hair-knot-wears-overalls-enjoys-drinking-fruit-smoothie-looks-happily-somewhere-while-sits-cozy-restaurant-beautiful-teenage-girl-coffee-shop_273609-3038.jpg", alt: "Diner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-indian-girl-black-saree-dress-posed-restaurant_627829-2039.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-indian-girl-black-saree-dress-posed-restaurant_627829-2039.jpg", alt: "Diner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-male-friends-enjoying-restaurant_23-2147861914.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-male-friends-enjoying-restaurant_23-2147861914.jpg", alt: "Diner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-smiley-people-bistro_23-2149366453.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-smiley-people-bistro_23-2149366453.jpg", alt: "Diner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-curly-woman-enjoying-her-wine-bar_627829-6909.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-curly-woman-enjoying-her-wine-bar_627829-6909.jpg", alt: "Diner"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve a Table", href: "#contact"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Award-Winning Cuisine",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Award-Winning Cuisine", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Panoramic Views",
|
||||
icon: Eye,
|
||||
type: "text-icon", text: "Panoramic Views", icon: Eye,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Handcrafted Cocktails",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "Handcrafted Cocktails", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Live DJ Sessions",
|
||||
icon: Music,
|
||||
type: "text-icon", text: "Live DJ Sessions", icon: Music,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Private Events",
|
||||
icon: Calendar,
|
||||
type: "text-icon", text: "Private Events", icon: Calendar,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -127,9 +94,7 @@ export default function LandingPage() {
|
||||
title="A Stylish Rooftop Destination in Msheireb"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -141,35 +106,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Spectacular Views",
|
||||
author: "Atmosphere",
|
||||
description: "Panoramic night skyline views of Doha.",
|
||||
tags: [
|
||||
"View",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-coffee-sitting-cafe_23-2147775894.jpg",
|
||||
},
|
||||
id: "f1", title: "Spectacular Views", author: "Atmosphere", description: "Panoramic night skyline views of Doha.", tags: [
|
||||
"View"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-coffee-sitting-cafe_23-2147775894.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Fine Dining",
|
||||
author: "Culinary",
|
||||
description: "Expertly curated Asian fusion and international cuisine.",
|
||||
tags: [
|
||||
"Dining",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263549.jpg",
|
||||
},
|
||||
id: "f2", title: "Fine Dining", author: "Culinary", description: "Expertly curated Asian fusion and international cuisine.", tags: [
|
||||
"Dining"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263549.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Exceptional Service",
|
||||
author: "Hospitality",
|
||||
description: "Attentive service for special celebrations.",
|
||||
tags: [
|
||||
"Service",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg",
|
||||
},
|
||||
id: "f3", title: "Exceptional Service", author: "Hospitality", description: "Attentive service for special celebrations.", tags: [
|
||||
"Service"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg"},
|
||||
]}
|
||||
title="Why Sora Rooftop"
|
||||
description="Experience unparalleled luxury in the heart of Msheireb Downtown Doha."
|
||||
@@ -178,46 +125,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Signature Sushi Fusion",
|
||||
price: "QR 120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tagliatelle-with-fried-meat-table_140725-6844.jpg",
|
||||
},
|
||||
id: "p1", name: "Signature Sushi Fusion", price: "QR 120", imageSrc: "http://img.b2bpic.net/free-photo/tagliatelle-with-fried-meat-table_140725-6844.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Premium Wagyu Tenderloin",
|
||||
price: "QR 250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-with-floral-garnish-golden-rim-bowl_23-2151973714.jpg",
|
||||
},
|
||||
id: "p2", name: "Premium Wagyu Tenderloin", price: "QR 250", imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-with-floral-garnish-golden-rim-bowl_23-2151973714.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Asian Fusion Seafood Platter",
|
||||
price: "QR 320",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510918.jpg",
|
||||
},
|
||||
id: "p3", name: "Asian Fusion Seafood Platter", price: "QR 320", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510918.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Artisan Chocolate Indulgence",
|
||||
price: "QR 85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949020.jpg",
|
||||
},
|
||||
id: "p4", name: "Artisan Chocolate Indulgence", price: "QR 85", imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949020.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Signature Botanical Cocktail",
|
||||
price: "QR 75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-cocktail-with-fused-sugar-bronze-glass-bar-table_627829-6439.jpg",
|
||||
},
|
||||
id: "p5", name: "Signature Botanical Cocktail", price: "QR 75", imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-cocktail-with-fused-sugar-bronze-glass-bar-table_627829-6439.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Exotic Fruit Infusion",
|
||||
price: "QR 65",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cocktail-tablecloth_23-2151318384.jpg",
|
||||
},
|
||||
id: "p6", name: "Exotic Fruit Infusion", price: "QR 65", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cocktail-tablecloth_23-2151318384.jpg"},
|
||||
]}
|
||||
title="Signature Menu Highlights"
|
||||
description="Savor a symphony of flavors from our master chefs."
|
||||
@@ -232,25 +156,15 @@ export default function LandingPage() {
|
||||
author="Sarah M."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517423.jpg",
|
||||
alt: "Sarah",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517423.jpg", alt: "Sarah"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-standing-with-arms-crossed-bar_107420-65505.jpg",
|
||||
alt: "John",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-standing-with-arms-crossed-bar_107420-65505.jpg", alt: "John"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-sitting-sand_23-2149408630.jpg",
|
||||
alt: "Amina",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-sitting-sand_23-2149408630.jpg", alt: "Amina"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-casual-wear-holding-glass-cocktail-bar_23-2147859670.jpg",
|
||||
alt: "David",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-casual-wear-holding-glass-cocktail-bar_23-2147859670.jpg", alt: "David"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/adult-enjoying-cocktail_52683-107593.jpg",
|
||||
alt: "Fatima",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/adult-enjoying-cocktail_52683-107593.jpg", alt: "Fatima"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -261,8 +175,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Address: Downtown, Sikkat Wadi Msheireb, Doha, Qatar | Phone: +974 3158 7941"
|
||||
/>
|
||||
</div>
|
||||
@@ -272,33 +185,21 @@ export default function LandingPage() {
|
||||
logoText="Sora Rooftop"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Reserve",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reserve", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+97431587941",
|
||||
},
|
||||
label: "Call Us", href: "tel:+97431587941"},
|
||||
{
|
||||
label: "Locate",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
label: "Locate", href: "https://maps.google.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user