Merge version_2 into main #3

Merged
bender merged 4 commits from version_2 into main 2026-06-08 16:13:52 +00:00
4 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ export default function ProductsPage() {
name: "About Us", id: "#about"
},
{
name: "Products", href: "/products"
name: "Products", id: "/products"
},
{
name: "Testimonials", id: "#testimonials"

View File

@@ -15,7 +15,7 @@ export default function ProductOnePage() {
borderRadius="pill"
contentWidth="small"
sizing="largeSizeMediumTitles"
background="sparkles-gradient"
background="noise"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="layered"
@@ -32,7 +32,7 @@ export default function ProductOnePage() {
name: "About Us", id: "#about"
},
{
name: "Products", href: "/products"
name: "Products", id: "/products"
},
{
name: "Testimonials", id: "#testimonials"

View File

@@ -32,7 +32,7 @@ export default function ProductTwoPage() {
name: "About Us", id: "#about"
},
{
name: "Products", href: "/products"
name: "Products", id: "/products"
},
{
name: "Testimonials", id: "#testimonials"

View File

@@ -32,7 +32,7 @@ export default function ProductThreePage() {
name: "About Us", id: "#about"
},
{
name: "Products", href: "/products"
name: "Products", id: "/products"
},
{
name: "Testimonials", id: "#testimonials"