Merge version_1 into main #1
190
src/app/page.tsx
190
src/app/page.tsx
@@ -28,22 +28,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="HOTZILLA"
|
||||
/>
|
||||
@@ -55,74 +45,33 @@ export default function LandingPage() {
|
||||
description="The ultimate localised hotplate experience in Subang Jaya. Classroom vibes, massive flavours, and study-break goodness that'll make the grade."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_eats",
|
||||
testimonial: "Dining in a classroom? So fun and the spicy honey chicken is the best I've ever had!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-some-takeaway-food-outdoors_23-2149050341.jpg",
|
||||
},
|
||||
name: "Sarah J.", handle: "@sarah_eats", testimonial: "Dining in a classroom? So fun and the spicy honey chicken is the best I've ever had!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-some-takeaway-food-outdoors_23-2149050341.jpg"},
|
||||
{
|
||||
name: "Mark L.",
|
||||
handle: "@mark_foodie",
|
||||
testimonial: "The hotplate concept is genius. Perfect for gathering with friends after exams.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149212128.jpg",
|
||||
},
|
||||
name: "Mark L.", handle: "@mark_foodie", testimonial: "The hotplate concept is genius. Perfect for gathering with friends after exams.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149212128.jpg"},
|
||||
{
|
||||
name: "Emily T.",
|
||||
handle: "@emily_t",
|
||||
testimonial: "Tender levels are insane. Must order the Firecracker if you love spice!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-relaxed-woman-has-telephone-conversation_273609-28718.jpg",
|
||||
},
|
||||
name: "Emily T.", handle: "@emily_t", testimonial: "Tender levels are insane. Must order the Firecracker if you love spice!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-relaxed-woman-has-telephone-conversation_273609-28718.jpg"},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "@davidk",
|
||||
testimonial: "Staff are super friendly, WiFi is fast. My go-to study break spot in SS15.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cooking_1098-13267.jpg",
|
||||
},
|
||||
name: "David K.", handle: "@davidk", testimonial: "Staff are super friendly, WiFi is fast. My go-to study break spot in SS15.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cooking_1098-13267.jpg"},
|
||||
{
|
||||
name: "Jane P.",
|
||||
handle: "@janep",
|
||||
testimonial: "Absolutely love the vibe here. Feels like a real study group hangout.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-person-having-food-dinner_23-2147668891.jpg",
|
||||
},
|
||||
name: "Jane P.", handle: "@janep", testimonial: "Absolutely love the vibe here. Feels like a real study group hangout.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-person-having-food-dinner_23-2147668891.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Pickup",
|
||||
href: "https://feedme.cc",
|
||||
},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{ text: "Order Pickup", href: "https://feedme.cc" },
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-breakfast-frying-pan_23-2147991234.jpg"
|
||||
imageAlt="Hotzilla crispy tenders on hotplate"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-enjoying-some-takeaway-food-outdoors_23-2149050341.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149212128.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-relaxed-woman-has-telephone-conversation_273609-28718.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-cooking_1098-13267.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crop-person-having-food-dinner_23-2147668891.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-enjoying-some-takeaway-food-outdoors_23-2149050341.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149212128.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-relaxed-woman-has-telephone-conversation_273609-28718.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-cooking_1098-13267.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/crop-person-having-food-dinner_23-2147668891.jpg", alt: "Customer 5" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -132,12 +81,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
tag="Our Vibe"
|
||||
title="DINING IN THE CLASSROOM"
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Us Today",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Visit Us Today", href: "https://maps.google.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -148,42 +92,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Tenders",
|
||||
price: "RM 15.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-nuggets_23-2151950574.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Spicy Honey Wings",
|
||||
price: "RM 18.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fast-food-restaurant-table_7939-2865.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Baked Mac 'n Cheese",
|
||||
price: "RM 12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-mushroom_74190-836.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Crispy Chicken Burger",
|
||||
price: "RM 16.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-sandwich-with-salad-tomatoes-wooden-table-surface_613910-7462.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Smashed Beef Burger",
|
||||
price: "RM 19.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-ingredients_1339-1545.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Seaweed Loaded Fries",
|
||||
price: "RM 9.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-ripe-pineapple-close-up_176474-5301.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Classic Tenders", price: "RM 15.00", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-nuggets_23-2151950574.jpg" },
|
||||
{ id: "p2", name: "Spicy Honey Wings", price: "RM 18.00", imageSrc: "http://img.b2bpic.net/free-photo/fast-food-restaurant-table_7939-2865.jpg" },
|
||||
{ id: "p3", name: "Baked Mac 'n Cheese", price: "RM 12.00", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-mushroom_74190-836.jpg" },
|
||||
{ id: "p4", name: "Crispy Chicken Burger", price: "RM 16.00", imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-sandwich-with-salad-tomatoes-wooden-table-surface_613910-7462.jpg" },
|
||||
{ id: "p5", name: "Smashed Beef Burger", price: "RM 19.00", imageSrc: "http://img.b2bpic.net/free-photo/burger-ingredients_1339-1545.jpg" },
|
||||
{ id: "p6", name: "Seaweed Loaded Fries", price: "RM 9.00", imageSrc: "http://img.b2bpic.net/free-photo/fresh-ripe-pineapple-close-up_176474-5301.jpg" },
|
||||
]}
|
||||
title="THE STUDY BREAK MENU"
|
||||
description="From study snacks to group feasts, we've got you covered."
|
||||
@@ -192,6 +106,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTwo
|
||||
title="Our Team"
|
||||
description="The brains behind the hotplates."
|
||||
members={[
|
||||
{ name: "Alex", role: "Head Chef", imageSrc: "https://img.b2bpic.net/free-photo/man-in-white-chef-uniform-cooking-in-a-kitchen_23-2149175409.jpg" },
|
||||
{ name: "Sarah", role: "Store Manager", imageSrc: "https://img.b2bpic.net/free-photo/portrait-of-confident-young-woman-with-crossed-arms_1142-1262.jpg" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -202,9 +122,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Contact"
|
||||
title="JOIN THE CLASS"
|
||||
description="32, Jalan SS 15/4c, Ss 15, 47500 Subang Jaya, Selangor | 011-2144 8403"
|
||||
@@ -215,37 +133,9 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="HOTZILLA"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
{
|
||||
label: "See Menu",
|
||||
href: "https://feedme.cc",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
{
|
||||
label: "SS15, Subang Jaya",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "TikTok",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Menu", items: [{ label: "See Menu", href: "https://feedme.cc" }] },
|
||||
{ title: "Location", items: [{ label: "SS15, Subang Jaya", href: "#" }] },
|
||||
{ title: "Follow", items: [{ label: "Instagram", href: "#" }, { label: "TikTok", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 Hotzilla SS15. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user