28 Commits

Author SHA1 Message Date
4070884819 Update src/app/shop/page.tsx 2026-02-21 20:27:29 +00:00
3fa724e52c Update src/app/shop/[id]/page.tsx 2026-02-21 20:27:28 +00:00
dfbc4f11be Update src/app/page.tsx 2026-02-21 20:27:28 +00:00
b4d8651651 Update src/app/blog/page.tsx 2026-02-21 20:27:26 +00:00
8f721af898 Update src/app/shop/page.tsx 2026-02-21 20:22:58 +00:00
b2b97c63ce Update src/app/shop/[id]/page.tsx 2026-02-21 20:22:57 +00:00
dc9203e7f1 Update src/app/page.tsx 2026-02-21 20:22:56 +00:00
b258501d21 Update src/app/blog/page.tsx 2026-02-21 20:22:55 +00:00
973a80cbf4 Merge version_2 into main
Merge version_2 into main
2026-02-21 19:52:50 +00:00
a48b8ef832 Update src/app/shop/page.tsx 2026-02-21 19:52:46 +00:00
028fc2b7f4 Update src/app/shop/[id]/page.tsx 2026-02-21 19:52:45 +00:00
913d0a70ec Update src/app/page.tsx 2026-02-21 19:52:44 +00:00
7d5658e7ed Update src/app/layout.tsx 2026-02-21 19:52:43 +00:00
b6bf24eef0 Update src/app/blog/page.tsx 2026-02-21 19:52:42 +00:00
027cbd7fb3 Merge version_1 into main
Merge version_1 into main
2026-02-21 19:50:53 +00:00
4025573f6e Merge version_1 into main
Merge version_1 into main
2026-02-21 19:49:58 +00:00
81b6888f3b Merge version_1 into main
Merge version_1 into main
2026-02-21 19:49:20 +00:00
e0a92461e6 Merge version_1 into main
Merge version_1 into main
2026-02-21 19:48:59 +00:00
6dbae4c4a5 Merge version_1 into main
Merge version_1 into main
2026-02-21 19:48:43 +00:00
e630d3c260 Merge version_1 into main
Merge version_1 into main
2026-02-21 19:48:28 +00:00
e9dec13e7e Merge version_1 into main
Merge version_1 into main
2026-02-21 19:48:03 +00:00
9c8393c90e Merge version_1 into main
Merge version_1 into main
2026-02-21 19:46:47 +00:00
3744ee699d Merge version_1 into main
Merge version_1 into main
2026-02-21 19:46:23 +00:00
2d4e27cfc5 Merge version_1 into main
Merge version_1 into main
2026-02-21 19:46:01 +00:00
974d827f2d Merge version_1 into main
Merge version_1 into main
2026-02-21 19:45:30 +00:00
7b62139a94 Merge version_1 into main
Merge version_1 into main
2026-02-21 19:14:28 +00:00
ae17695e22 Merge version_1 into main
Merge version_1 into main
2026-02-21 19:13:42 +00:00
f8ed2174ad Merge version_1 into main
Merge version_1 into main
2026-02-21 19:11:20 +00:00
5 changed files with 96 additions and 47 deletions

View File

@@ -5,7 +5,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { useBlogPosts } from "@/hooks/useBlogPosts";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
export default function BlogPage() {
const { posts, isLoading } = useBlogPosts();
@@ -28,7 +28,11 @@ export default function BlogPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "/" },
{ name: "Features", id: "/#features" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" },
{ name: "Contact", id: "/#contact" }
]}
brandName="NoteGenius AI"
button={{ text: "Get Started", href: "/#contact" }}
@@ -41,8 +45,8 @@ export default function BlogPage() {
</div>
) : (
<div id="blog" data-section="blog">
<BlogCardTwo
blogs={posts}
<BlogCardOne
blogs={posts.map(post => ({...post, onBlogClick: () => {}}))}
title="Latest Articles"
description="Insights and updates from our team"
animationType="slide-up"
@@ -58,9 +62,9 @@ export default function BlogPage() {
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-clean-modern-ai-notetaking-dashboard-i-1771701006792-1be35ae6.png?_wi=4"
imageAlt="NoteGenius AI Dashboard Footer"
columns={[
{ title: "Product", items: [{ label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }] },
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Careers", href: "/careers" }] },
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "#faq" }] }
{ title: "Product", items: [{ label: "Features", href: "/#features" }, { label: "Pricing", href: "/#pricing" }] },
{ title: "Company", items: [] },
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
]}
logoText="NoteGenius AI"
copyrightText="© 2024 NoteGenius AI. All rights reserved."

View File

@@ -13,7 +13,7 @@ export const metadata: Metadata = {
title: "NoteGenius AI | B2B AI Notetaking for Enhanced Productivity", description: "Transform your business meetings with NoteGenius AI. Automated summaries, real-time collaboration, and enterprise-grade security for unparalleled productivity.", openGraph: {
title: "NoteGenius AI | B2B AI Notetaking for Enhanced Productivity", description: "Transform your business meetings with NoteGenius AI. Automated summaries, real-time collaboration, and enterprise-grade security for unparalleled productivity.", url: "https://notegeniusai.com", siteName: "NoteGenius AI", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-clean-modern-ai-notetaking-dashboard-i-1771701006792-1be35ae6.png", alt: "NoteGenius AI Dashboard Preview"},
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-clean-modern-ai-notetaking-dashboard-i-1771701006792-1be35ae6.png", alt: "NoteGenius AI Dashboard Preview"}
],
type: "website"},
twitter: {

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import MediaAbout from '@/components/sections/about/MediaAbout';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
@@ -31,11 +31,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Features", id: "features" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Home", id: "/" },
{ name: "Features", id: "#features" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" },
{ name: "Contact", id: "contact" },
{ name: "Contact", id: "#contact" }
]}
brandName="NoteGenius AI"
button={{ text: "Get Started", href: "#contact" }}
@@ -49,7 +50,7 @@ export default function LandingPage() {
tag="NoteGenius AI"
buttons={[
{ text: "Start Free Trial", href: "#contact" },
{ text: "Learn More", href: "#features" },
{ text: "Learn More", href: "#features" }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/uploaded-1771703462804-ycq5fdkz.avif"
imageAlt="NoteGenius AI Dashboard Preview"
@@ -57,18 +58,7 @@ export default function LandingPage() {
buttonAnimation="slide-up"
/>
</div>
<div id="about" data-section="about">
<MediaAbout
title="Unlock Unprecedented Productivity"
description="NoteGenius AI revolutionizes how B2B teams manage information, turning unstructured conversations into actionable intelligence. Our advanced AI listens, learns, and delivers precise summaries, freeing your team to innovate faster."
tag="About NoteGenius AI"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-clean-modern-ai-notetaking-dashboard-i-1771701006792-1be35ae6.png?_wi=2"
imageAlt="AI powered note taking software interface"
useInvertedBackground={false}
tagAnimation="slide-up"
buttonAnimation="slide-up"
/>
</div>
<div id="features" data-section="features">
<FeatureBorderGlow
title="Intelligent Features Designed for Business"
@@ -92,7 +82,7 @@ export default function LandingPage() {
metrics={[
{ id: "1", icon: Smile, title: "User Satisfaction", value: "98.5%" },
{ id: "2", icon: Clock, title: "Time Saved per Week", value: "5+ Hrs" },
{ id: "3", icon: CheckCircle, title: "Decision Accuracy", value: "99.9%" },
{ id: "3", icon: CheckCircle, title: "Decision Accuracy", value: "99.9%" }
]}
animationType="depth-3d"
textboxLayout="default"
@@ -108,7 +98,7 @@ export default function LandingPage() {
{ id: "1", title: "\"A Game-Changer for Our Sales Team!\"", quote: "NoteGenius AI has revolutionized how our sales team prepares for calls and follows up. The automated summaries are incredibly accurate and save us hours every week. Highly recommended for any B2B organization.", name: "Sarah Johnson", role: "CEO, Innovate Solutions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-professional-headshot-of-sarah-johnson-1771701002847-37f53070.png", imageAlt: "Sarah Johnson, CEO Innovate Solutions" },
{ id: "2", title: "\"Enhanced Our Project Management Workflow\"", quote: "Integrating NoteGenius AI into our project meetings has drastically improved our action item tracking and overall team alignment. Decisions are clearer, and projects move faster than ever before.", name: "Michael Chen", role: "CTO, Global Tech Ventures", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-professional-headshot-of-michael-chen--1771701003064-abe03de7.png", imageAlt: "Michael Chen, CTO Global Tech Ventures" },
{ id: "3", title: "\"The Best Investment for Team Productivity\"", quote: "We've seen a significant boost in our marketing team's productivity since adopting NoteGenius AI. The ability to quickly extract insights from brainstorming sessions is invaluable. It's a must-have tool.", name: "Emily Davis", role: "Marketing Director, Growth Strategies Inc.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-professional-headshot-of-emily-davis-m-1771701002472-0dfdf5d1.png", imageAlt: "Emily Davis, Marketing Director Growth Strategies Inc." },
{ id: "4", title: "\"Seamless Integration and Unmatched Accuracy\"", quote: "NoteGenius AI's seamless integration with our existing tools and its exceptional accuracy in capturing complex discussions have made it an indispensable part of our daily operations. It truly understands our business context.", name: "David Lee", role: "Head of Product, Nexus Innovations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-professional-headshot-of-david-lee-hea-1771701002701-33cc7c47.png", imageAlt: "David Lee, Head of Product Nexus Innovations" },
{ id: "4", title: "\"Seamless Integration and Unmatched Accuracy\"", quote: "NoteGenius AI's seamless integration with our existing tools and its exceptional accuracy in capturing complex discussions have made it an indispensable part of our daily operations. It truly understands our business context.", name: "David Lee", role: "Head of Product, Nexus Innovations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-professional-headshot-of-david-lee-hea-1771701002701-33cc7c47.png", imageAlt: "David Lee, Head of Product Nexus Innovations" }
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -127,7 +117,7 @@ export default function LandingPage() {
{ id: "3", title: "Can I integrate NoteGenius AI with my existing tools?", content: "Yes, NoteGenius AI offers robust integration capabilities with popular CRM platforms, project management tools, and communication applications. We also provide an API for custom integrations." },
{ id: "4", title: "Is there a limit to how long a meeting can be?", content: "Our advanced infrastructure is built to handle meetings of varying lengths. Please refer to our pricing plans for specific details on recording duration limits per plan." },
{ id: "5", title: "How accurate are the AI summaries?", content: "NoteGenius AI leverages state-of-the-art natural language processing (NLP) to achieve highly accurate summaries, with ongoing improvements based on user feedback and advanced learning models." },
{ id: "6", title: "Do you offer custom enterprise solutions?", content: "Absolutely. For larger enterprises with unique requirements, we offer tailored solutions and dedicated support. Please contact our sales team to discuss your specific needs." },
{ id: "6", title: "Do you offer custom enterprise solutions?", content: "Absolutely. For larger enterprises with unique requirements, we offer tailored solutions and dedicated support. Please contact our sales team to discuss your specific needs." }
]}
faqsAnimation="slide-up"
textboxLayout="default"
@@ -141,7 +131,7 @@ export default function LandingPage() {
description="Connect with our team to discover how NoteGenius AI can empower your business."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Business Email", required: true },
{ name: "email", type: "email", placeholder: "Your Business Email", required: true }
]}
textarea={{ name: "message", placeholder: "Tell us about your needs...", rows: 5, required: false }}
useInvertedBackground={false}
@@ -157,9 +147,9 @@ export default function LandingPage() {
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-clean-modern-ai-notetaking-dashboard-i-1771701006792-1be35ae6.png?_wi=3"
imageAlt="NoteGenius AI Dashboard Footer"
columns={[
{ title: "Product", items: [{ label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }] },
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Careers", href: "/careers" }] },
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "#faq" }] },
{ title: "Product", items: [{ label: "Features", href: "/#features" }, { label: "Pricing", href: "/#pricing" }] },
{ title: "Company", items: [] },
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
]}
logoText="NoteGenius AI"
copyrightText="© 2024 NoteGenius AI. All rights reserved."

View File

@@ -89,9 +89,16 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
navItems={[
{ name: "Home", id: "/" },
{ name: "Features", id: "/#features" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" },
{ name: "Contact", id: "/#contact" }
]}
brandName="NoteGenius AI"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -105,7 +112,11 @@ function ProductPageContent({ params }: ProductPageProps) {
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-clean-modern-ai-notetaking-dashboard-i-1771701006792-1be35ae6.png?_wi=7"
imageAlt="NoteGenius AI Dashboard Footer"
columns={[{ "title": "Product", "items": [{ "label": "Features", "href": "#features" }, { "label": "Pricing", "href": "#pricing" }] }, { "title": "Company", "items": [{ "label": "About Us", "href": "#about" }, { "label": "Careers", "href": "/careers" }] }, { "title": "Resources", "items": [{ "label": "Blog", "href": "/blog" }, { "label": "Support", "href": "#faq" }] }]}
columns={[
{ title: "Product", items: [{ label: "Features", href: "/#features" }, { label: "Pricing", href: "/#pricing" }] },
{ title: "Company", items: [] },
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
]}
logoText="NoteGenius AI"
copyrightText="© 2024 NoteGenius AI. All rights reserved."
/>
@@ -130,9 +141,16 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
navItems={[
{ name: "Home", id: "/" },
{ name: "Features", id: "/#features" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" },
{ name: "Contact", id: "/#contact" }
]}
brandName="NoteGenius AI"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -154,7 +172,11 @@ function ProductPageContent({ params }: ProductPageProps) {
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-clean-modern-ai-notetaking-dashboard-i-1771701006792-1be35ae6.png?_wi=8"
imageAlt="NoteGenius AI Dashboard Footer"
columns={[{ "title": "Product", "items": [{ "label": "Features", "href": "#features" }, { "label": "Pricing", "href": "#pricing" }] }, { "title": "Company", "items": [{ "label": "About Us", "href": "#about" }, { "label": "Careers", "href": "/careers" }] }, { "title": "Resources", "items": [{ "label": "Blog", "href": "/blog" }, { "label": "Support", "href": "#faq" }] }]}
columns={[
{ title: "Product", items: [{ label: "Features", href: "/#features" }, { label: "Pricing", href: "/#pricing" }] },
{ title: "Company", items: [] },
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
]}
logoText="NoteGenius AI"
copyrightText="© 2024 NoteGenius AI. All rights reserved."
/>
@@ -178,9 +200,16 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
navItems={[
{ name: "Home", id: "/" },
{ name: "Features", id: "/#features" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" },
{ name: "Contact", id: "/#contact" }
]}
brandName="NoteGenius AI"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -202,7 +231,7 @@ function ProductPageContent({ params }: ProductPageProps) {
sku={meta.sku}
buttons={[
{ text: "Add To Cart", onClick: handleAddToCart },
{ text: "Buy Now", onClick: handleBuyNow },
{ text: "Buy Now", onClick: handleBuyNow }
]}
/>
</div>
@@ -225,7 +254,11 @@ function ProductPageContent({ params }: ProductPageProps) {
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-clean-modern-ai-notetaking-dashboard-i-1771701006792-1be35ae6.png?_wi=9"
imageAlt="NoteGenius AI Dashboard Footer"
columns={[{ "title": "Product", "items": [{ "label": "Features", "href": "#features" }, { "label": "Pricing", "href": "#pricing" }] }, { "title": "Company", "items": [{ "label": "About Us", "href": "#about" }, { "label": "Careers", "href": "/careers" }] }, { "title": "Resources", "items": [{ "label": "Blog", "href": "/blog" }, { "label": "Support", "href": "#faq" }] }]}
columns={[
{ title: "Product", items: [{ label: "Features", href: "/#features" }, { label: "Pricing", href: "/#pricing" }] },
{ title: "Company", items: [] },
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
]}
logoText="NoteGenius AI"
copyrightText="© 2024 NoteGenius AI. All rights reserved."
/>

View File

@@ -32,9 +32,16 @@ function ShopPageContent() {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
navItems={[
{ name: "Home", id: "/" },
{ name: "Features", id: "/#features" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" },
{ name: "Contact", id: "/#contact" }
]}
brandName="NoteGenius AI"
button={{ text: "Cart", onClick: () => {} }}
/>
@@ -48,7 +55,11 @@ function ShopPageContent() {
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-clean-modern-ai-notetaking-dashboard-i-1771701006792-1be35ae6.png?_wi=5"
imageAlt="NoteGenius AI Dashboard Footer"
columns={[{ "title": "Product", "items": [{ "label": "Features", "href": "#features" }, { "label": "Pricing", "href": "#pricing" }] }, { "title": "Company", "items": [{ "label": "About Us", "href": "#about" }, { "label": "Careers", "href": "/careers" }] }, { "title": "Resources", "items": [{ "label": "Blog", "href": "/blog" }, { "label": "Support", "href": "#faq" }] }]}
columns={[
{ title: "Product", items: [{ label: "Features", href: "/#features" }, { label: "Pricing", href: "/#pricing" }] },
{ title: "Company", items: [] },
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
]}
logoText="NoteGenius AI"
copyrightText="© 2024 NoteGenius AI. All rights reserved."
/>
@@ -72,9 +83,16 @@ function ShopPageContent() {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
navItems={[
{ name: "Home", id: "/" },
{ name: "Features", id: "/#features" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" },
{ name: "Contact", id: "/#contact" }
]}
brandName="NoteGenius AI"
button={{ text: "Cart", onClick: () => {} }}
/>
@@ -94,7 +112,11 @@ function ShopPageContent() {
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-clean-modern-ai-notetaking-dashboard-i-1771701006792-1be35ae6.png?_wi=6"
imageAlt="NoteGenius AI Dashboard Footer"
columns={[{ "title": "Product", "items": [{ "label": "Features", "href": "#features" }, { "label": "Pricing", "href": "#pricing" }] }, { "title": "Company", "items": [{ "label": "About Us", "href": "#about" }, { "label": "Careers", "href": "/careers" }] }, { "title": "Resources", "items": [{ "label": "Blog", "href": "/blog" }, { "label": "Support", "href": "#faq" }] }]}
columns={[
{ title: "Product", items: [{ label: "Features", href: "/#features" }, { label: "Pricing", href: "/#pricing" }] },
{ title: "Company", items: [] },
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
]}
logoText="NoteGenius AI"
copyrightText="© 2024 NoteGenius AI. All rights reserved."
/>