Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-23 00:10:18 +00:00
3 changed files with 11 additions and 9 deletions

View File

@@ -30,17 +30,17 @@ export default function LandingPage() {
{
name: "Home",
id: "home",
href: "/",
},
{
name: "Menu",
id: "menu",
href: "/menu",
},
{
name: "Contact",
id: "contact",
href: "/contact",
},
]}
button={{

View File

@@ -29,17 +29,17 @@ export default function LandingPage() {
{
name: "Home",
id: "home",
href: "/",
},
{
name: "Menu",
id: "menu",
href: "/menu",
},
{
name: "Contact",
id: "contact",
href: "/contact",
},
]}
button={{
@@ -52,6 +52,7 @@ export default function LandingPage() {
<div id="product" data-section="product">
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
@@ -154,6 +155,7 @@ export default function LandingPage() {
<div id="testimonial" data-section="testimonial">
<TestimonialCardSix
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
testimonials={[

View File

@@ -35,17 +35,17 @@ export default function LandingPage() {
{
name: "Home",
id: "home",
href: "/",
},
{
name: "Menu",
id: "menu",
href: "/menu",
},
{
name: "Contact",
id: "contact",
href: "/contact",
},
]}
button={{