Merge version_2 into main #4
@@ -7,7 +7,6 @@ import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
|
||||
@@ -31,7 +30,6 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Experience", id: "experience" },
|
||||
{ name: "Branches", id: "branches" },
|
||||
]}
|
||||
@@ -44,7 +42,6 @@ export default function LandingPage() {
|
||||
logoText="GARI WURANG"
|
||||
description="Modern Kopitiam Experience Like No Other. Comfort, nostalgia, and flavour — all in one place."
|
||||
buttons={[
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Find a Branch", href: "#branches" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/furniture-cofeee-shop_116348-48.jpg"
|
||||
@@ -62,25 +59,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Hainanese Chicken Chop", price: "RM 18.90", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-appetizing-dish-stuffed-cabbage-with-lemon-herbs-sauce-white-plate-bowls-with-sour-cream-herbs-rice-center-black-table_140725-110519.jpg"},
|
||||
{
|
||||
id: "p2", name: "Grilled Chicken Kerabu Rice", price: "RM 16.50", imageSrc: "http://img.b2bpic.net/free-photo/hot-spicy-grilled-pork-salad-with-berry-rice_1339-6324.jpg"},
|
||||
{
|
||||
id: "p3", name: "Signature Kopi-O Ice", price: "RM 4.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hot-cup-pouring-from-red-kettle-brown-coffee-seeds-flowers-wooden-desk_140725-19240.jpg"},
|
||||
]}
|
||||
title="Signature Favorites"
|
||||
description="Traditional recipes with a modern twist."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="experience" data-section="experience">
|
||||
<FeatureCardSixteen
|
||||
animationType="slide-up"
|
||||
@@ -144,7 +122,6 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Menu", href: "#menu" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user