Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-02-21 05:56:57 +00:00
3 changed files with 6 additions and 6 deletions

View File

@@ -96,7 +96,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
testimonial="\"BlenderHub's tutorials are a game-changer. My renders have never looked this good, and the add-ons have seriously sped up my production time!\""
testimonial={"\"BlenderHub's tutorials are a game-changer. My renders have never looked this good, and the add-ons have seriously sped up my production time!\""}
rating={5}
author="Alex R., Senior 3D Artist"
avatars={[

View File

@@ -89,7 +89,7 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="light"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "Home", id: "/" },
@@ -132,7 +132,7 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="light"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "Home", id: "/" },
@@ -182,7 +182,7 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="light"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "Home", id: "/" },

View File

@@ -56,7 +56,7 @@ export default function ShopPage() {
headingFontWeight="light"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "Home", id: "/" },
@@ -98,7 +98,7 @@ export default function ShopPage() {
headingFontWeight="light"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "Home", id: "/" },