Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-02-16 14:46:36 +00:00
3 changed files with 36 additions and 36 deletions

View File

@@ -66,16 +66,16 @@ export default function BlogPage() {
columns={[
{
items: [
{ label: "Features", id: "features" },
{ label: "Pricing", id: "pricing" },
{ label: "Testimonials", id: "testimonials" }
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Testimonials", href: "#testimonials" }
]
},
{
items: [
{ label: "About Us", id: "about" },
{ label: "Contact", id: "contact" },
{ label: "FAQ", id: "faq" }
{ label: "About Us", href: "#about" },
{ label: "Contact", href: "#contact" },
{ label: "FAQ", href: "#faq" }
]
},
{

View File

@@ -104,16 +104,16 @@ export default function ProductPage({ params }: ProductPageProps) {
columns={[
{
items: [
{ label: "Features", id: "features" },
{ label: "Pricing", id: "pricing" },
{ label: "Testimonials", id: "testimonials" }
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Testimonials", href: "#testimonials" }
]
},
{
items: [
{ label: "About Us", id: "about" },
{ label: "Contact", id: "contact" },
{ label: "FAQ", id: "faq" }
{ label: "About Us", href: "#about" },
{ label: "Contact", href: "#contact" },
{ label: "FAQ", href: "#faq" }
]
},
{
@@ -184,16 +184,16 @@ export default function ProductPage({ params }: ProductPageProps) {
columns={[
{
items: [
{ label: "Features", id: "features" },
{ label: "Pricing", id: "pricing" },
{ label: "Testimonials", id: "testimonials" }
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Testimonials", href: "#testimonials" }
]
},
{
items: [
{ label: "About Us", id: "about" },
{ label: "Contact", id: "contact" },
{ label: "FAQ", id: "faq" }
{ label: "About Us", href: "#about" },
{ label: "Contact", href: "#contact" },
{ label: "FAQ", href: "#faq" }
]
},
{
@@ -288,16 +288,16 @@ export default function ProductPage({ params }: ProductPageProps) {
columns={[
{
items: [
{ label: "Features", id: "features" },
{ label: "Pricing", id: "pricing" },
{ label: "Testimonials", id: "testimonials" }
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Testimonials", href: "#testimonials" }
]
},
{
items: [
{ label: "About Us", id: "about" },
{ label: "Contact", id: "contact" },
{ label: "FAQ", id: "faq" }
{ label: "About Us", href: "#about" },
{ label: "Contact", href: "#contact" },
{ label: "FAQ", href: "#faq" }
]
},
{

View File

@@ -54,16 +54,16 @@ export default function ShopPage() {
columns={[
{
items: [
{ label: "Features", id: "features" },
{ label: "Pricing", id: "pricing" },
{ label: "Testimonials", id: "testimonials" }
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Testimonials", href: "#testimonials" }
]
},
{
items: [
{ label: "About Us", id: "about" },
{ label: "Contact", id: "contact" },
{ label: "FAQ", id: "faq" }
{ label: "About Us", href: "#about" },
{ label: "Contact", href: "#contact" },
{ label: "FAQ", href: "#faq" }
]
},
{
@@ -133,16 +133,16 @@ export default function ShopPage() {
columns={[
{
items: [
{ label: "Features", id: "features" },
{ label: "Pricing", id: "pricing" },
{ label: "Testimonials", id: "testimonials" }
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Testimonials", href: "#testimonials" }
]
},
{
items: [
{ label: "About Us", id: "about" },
{ label: "Contact", id: "contact" },
{ label: "FAQ", id: "faq" }
{ label: "About Us", href: "#about" },
{ label: "Contact", href: "#contact" },
{ label: "FAQ", href: "#faq" }
]
},
{