Merge version_1 into main #2
@@ -32,13 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About", id: "#about"},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu", id: "#menu"},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reviews", id: "#reviews"},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Royal Taste"
|
||||
button={{
|
||||
@@ -79,13 +79,13 @@ export default function LandingPage() {
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "About Royal Taste"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728007.jpg", alt: "Chef preparing food in a clean kitchen"}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Us", href: "#"},
|
||||
text: "Learn More About Us", href: "#"}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728007.jpg"
|
||||
imageAlt="Chef preparing food in a clean kitchen"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user