Update src/app/page.tsx
This commit is contained in:
176
src/app/page.tsx
176
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
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="Dr. Zombie"
|
||||
/>
|
||||
@@ -55,32 +47,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Welcome to Dr. Zombie's Lab"
|
||||
description="Experience the most terrifyingly delicious cuisine in the city. Dare to dine where the living dead satisfy their hunger."
|
||||
tag="New Menu Released"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/halloween-party-food-arrangement_23-2149085631.jpg",
|
||||
imageAlt: "dark spooky zombie restaurant interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/halloween-party-food-arrangement_23-2149085631.jpg", imageAlt: "dark spooky zombie restaurant interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skull-indoors-arrangement-still-life_23-2150569352.jpg",
|
||||
imageAlt: "gothic spooky restaurant ambiance",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-ouija-board-candles-arrangement_23-2149409511.jpg",
|
||||
imageAlt: "Top view ouija board and candles arrangement",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-thanksgiving-meal_23-2148629558.jpg",
|
||||
imageAlt: "Close-up view of delicious thanksgiving meal",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629583.jpg",
|
||||
imageAlt: "Beautiful thanksgiving meal concept",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skull-indoors-arrangement-still-life_23-2150569352.jpg", imageAlt: "gothic spooky restaurant ambiance"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -104,41 +79,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Zombie Burger",
|
||||
price: "$15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-black-spaghetti-mussels_23-2148461650.jpg",
|
||||
},
|
||||
id: "p1", name: "Zombie Burger", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-black-spaghetti-mussels_23-2148461650.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Cauldron Stew",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-bread-with-seeds-black-container-textile-against-black-background_23-2147975168.jpg",
|
||||
},
|
||||
id: "p2", name: "Cauldron Stew", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/homemade-bread-with-seeds-black-container-textile-against-black-background_23-2147975168.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Infected Elixir",
|
||||
price: "$12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-creative-halloween-elements_23-2149023130.jpg",
|
||||
},
|
||||
id: "p3", name: "Infected Elixir", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-creative-halloween-elements_23-2149023130.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Dark Soul Cake",
|
||||
price: "$9",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-decorative-skull-hat_23-2147917704.jpg",
|
||||
},
|
||||
id: "p4", name: "Dark Soul Cake", price: "$9", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-decorative-skull-hat_23-2147917704.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Crypt Bites",
|
||||
price: "$10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fork-with-black-pasta-squid_23-2148461627.jpg",
|
||||
},
|
||||
id: "p5", name: "Crypt Bites", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/fork-with-black-pasta-squid_23-2148461627.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Brain-y Feast",
|
||||
price: "$22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-creative-halloween-composition_23-2149023179.jpg",
|
||||
},
|
||||
id: "p6", name: "Brain-y Feast", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-creative-halloween-composition_23-2149023179.jpg"},
|
||||
]}
|
||||
title="Forbidden Delights"
|
||||
description="Our signature dishes crafted in the shadows of the lab."
|
||||
@@ -153,19 +104,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Safe Quarantine",
|
||||
description: "Strict protocols to keep the living safe while dining.",
|
||||
},
|
||||
title: "Safe Quarantine", description: "Strict protocols to keep the living safe while dining."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Electrifying Atmosphere",
|
||||
description: "Music and lighting designed to raise the dead spirits.",
|
||||
},
|
||||
title: "Electrifying Atmosphere", description: "Music and lighting designed to raise the dead spirits."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Award-Winning Scares",
|
||||
description: "Voted best themed dining experience 3 years running.",
|
||||
},
|
||||
title: "Award-Winning Scares", description: "Voted best themed dining experience 3 years running."},
|
||||
]}
|
||||
title="Why Feed with Us?"
|
||||
description="What makes Dr. Zombie's the ultimate dining experience."
|
||||
@@ -179,45 +124,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "John Doe",
|
||||
handle: "@johnny",
|
||||
testimonial: "I almost died of laughter! Great food.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-friends-wearing-costumes_23-2149357769.jpg",
|
||||
},
|
||||
id: "t1", name: "John Doe", handle: "@johnny", testimonial: "I almost died of laughter! Great food.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-friends-wearing-costumes_23-2149357769.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jane Smith",
|
||||
handle: "@janesmith",
|
||||
testimonial: "Spooky, creepy, and delicious.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-dark-dead-bride-role-is-posing-photographer-with-halloween-decorations_613910-13992.jpg",
|
||||
},
|
||||
id: "t2", name: "Jane Smith", handle: "@janesmith", testimonial: "Spooky, creepy, and delicious.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-dark-dead-bride-role-is-posing-photographer-with-halloween-decorations_613910-13992.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Alex Brown",
|
||||
handle: "@albrown",
|
||||
testimonial: "Best burger in the underworld.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-pizza_23-2150873814.jpg",
|
||||
},
|
||||
id: "t3", name: "Alex Brown", handle: "@albrown", testimonial: "Best burger in the underworld.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-pizza_23-2150873814.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sam White",
|
||||
handle: "@samwhite",
|
||||
testimonial: "The atmosphere is unmatched.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-local-traveler-with-camera_23-2149016704.jpg",
|
||||
},
|
||||
id: "t4", name: "Sam White", handle: "@samwhite", testimonial: "The atmosphere is unmatched.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-local-traveler-with-camera_23-2149016704.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Chris King",
|
||||
handle: "@chrisking",
|
||||
testimonial: "Highly recommended for horror fans.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-scary-clown-make-up-mask_23-2150915430.jpg",
|
||||
},
|
||||
id: "t5", name: "Chris King", handle: "@chrisking", testimonial: "Highly recommended for horror fans.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-scary-clown-make-up-mask_23-2150915430.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Guest Reviews from the Grave"
|
||||
@@ -231,20 +151,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Are zombies real?",
|
||||
content: "Only if you believe in them.",
|
||||
},
|
||||
id: "f1", title: "Are zombies real?", content: "Only if you believe in them."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer vegan options?",
|
||||
content: "Yes, we have plant-based brains available.",
|
||||
},
|
||||
id: "f2", title: "Do you offer vegan options?", content: "Yes, we have plant-based brains available."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is it safe for children?",
|
||||
content: "Depends on how tough the children are.",
|
||||
},
|
||||
id: "f3", title: "Is it safe for children?", content: "Depends on how tough the children are."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about dining at the lab."
|
||||
@@ -256,14 +167,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-animated",
|
||||
}}
|
||||
variant: "downward-rays-animated"}}
|
||||
text="Visit Dr. Zombie Today"
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#",
|
||||
},
|
||||
text: "Reserve a Table", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -274,29 +182,19 @@ export default function LandingPage() {
|
||||
logoText="Dr. Zombie"
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
label: "Twitter", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user