Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-06-05 12:09:06 +00:00

View File

@@ -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>