Merge version_9 into main

Merge version_9 into main
This commit was merged in pull request #23.
This commit is contained in:
2026-02-21 23:16:20 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
@@ -61,7 +61,7 @@ export default function LandingPage() {
</div>
<div id="features" data-section="features">
<FeatureCardSeven
<FeatureCardEight
title="Intelligent Features Designed for Business"
description="Experience the next generation of notetaking with AI that works as hard as you do."
features={[

View File

@@ -9,7 +9,7 @@ import ProductCatalog from "@/components/ecommerce/productCatalog/ProductCatalog
import { useProductCatalog } from "@/hooks/useProductCatalog";
function ShopPageContent() {
const {
const {
products,
isLoading,
search,