7 Commits

Author SHA1 Message Date
d4f1eb3aaf Update src/app/shop/page.tsx 2026-02-21 23:18:30 +00:00
dc26aff020 Update src/app/shop/[id]/page.tsx 2026-02-21 23:18:29 +00:00
1567aac78c Update src/app/page.tsx 2026-02-21 23:18:28 +00:00
5cd0bc0c64 Update src/app/blog/page.tsx 2026-02-21 23:18:27 +00:00
9c6431ad8f Update src/app/shop/page.tsx 2026-02-21 23:16:16 +00:00
9d0f043525 Update src/app/page.tsx 2026-02-21 23:16:16 +00:00
b556b047f0 Merge version_8 into main
Merge version_8 into main
2026-02-21 23:13:12 +00:00
4 changed files with 3 additions and 18 deletions

View File

@@ -31,8 +31,6 @@ export default function BlogPage() {
{ name: "Features", id: "/#features" },
{ name: "Products", id: "/#products" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" },
{ name: "Contact", id: "/#contact" }
]}
brandName="NoteGenius AI"

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';
@@ -35,8 +35,6 @@ export default function LandingPage() {
{ name: "Features", id: "/#features" },
{ name: "Products", id: "/#products" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" },
{ name: "Contact", id: "/#contact" }
]}
brandName="NoteGenius AI"
@@ -61,7 +59,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={[
@@ -69,7 +67,6 @@ export default function LandingPage() {
{ id: 2, title: "Real-time Collaboration", description: "Share notes, insights, and actions with your team instantly, fostering seamless communication and project alignment.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/placeholder-images/img-placeholder-square-2.jpg" },
{ id: 3, title: "Enterprise-Grade Security", description: "Your data is protected with industry-leading encryption and compliance standards, ensuring privacy and peace of mind.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/placeholder-images/img-placeholder-square-3.jpg" }
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
tag="Core Capabilities"

View File

@@ -96,8 +96,6 @@ function ProductPageContent({ params }: ProductPageProps) {
{ name: "Features", id: "/#features" },
{ name: "Products", id: "/#products" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" },
{ name: "Contact", id: "/#contact" }
]}
brandName="NoteGenius AI"
@@ -149,8 +147,6 @@ function ProductPageContent({ params }: ProductPageProps) {
{ name: "Features", id: "/#features" },
{ name: "Products", id: "/#products" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" },
{ name: "Contact", id: "/#contact" }
]}
brandName="NoteGenius AI"
@@ -209,8 +205,6 @@ function ProductPageContent({ params }: ProductPageProps) {
{ name: "Features", id: "/#features" },
{ name: "Products", id: "/#products" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" },
{ name: "Contact", id: "/#contact" }
]}
brandName="NoteGenius AI"

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,
@@ -39,8 +39,6 @@ function ShopPageContent() {
{ name: "Features", id: "/#features" },
{ name: "Products", id: "/#products" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" },
{ name: "Contact", id: "/#contact" }
]}
brandName="NoteGenius AI"
@@ -91,8 +89,6 @@ function ShopPageContent() {
{ name: "Features", id: "/#features" },
{ name: "Products", id: "/#products" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" },
{ name: "Contact", id: "/#contact" }
]}
brandName="NoteGenius AI"