45 Commits

Author SHA1 Message Date
781fece89c Update src/app/shop/page.tsx 2026-02-22 00:58:24 +00:00
f6d1d58fb1 Update src/app/shop/[id]/page.tsx 2026-02-22 00:58:23 +00:00
1a9ac651fb Update src/app/page.tsx 2026-02-22 00:58:22 +00:00
ff14462c67 Update src/app/blog/page.tsx 2026-02-22 00:58:22 +00:00
d75ad09ff1 Merge version_12 into main
Merge version_12 into main
2026-02-22 00:45:46 +00:00
e16d6859ac Update src/app/shop/page.tsx 2026-02-22 00:45:42 +00:00
da7eed770a Update src/app/shop/[id]/page.tsx 2026-02-22 00:45:41 +00:00
c5060c0ab3 Update src/app/page.tsx 2026-02-22 00:45:41 +00:00
fabb57666c Update src/app/layout.tsx 2026-02-22 00:45:40 +00:00
6d728521b7 Update src/app/blog/page.tsx 2026-02-22 00:45:39 +00:00
0b3f33b460 Merge version_11 into main
Merge version_11 into main
2026-02-21 23:34:32 +00:00
74d1957d52 Update src/app/page.tsx 2026-02-21 23:34:27 +00:00
4b978b514a Merge version_11 into main
Merge version_11 into main
2026-02-21 23:33:49 +00:00
dee11f6d83 Update src/app/page.tsx 2026-02-21 23:33:45 +00:00
5b26fbbbcb Merge version_11 into main
Merge version_11 into main
2026-02-21 23:32:18 +00:00
669eb20912 Update src/app/shop/page.tsx 2026-02-21 23:32:14 +00:00
673cc61214 Update src/app/shop/[id]/page.tsx 2026-02-21 23:32:13 +00:00
35c2e17b84 Update src/app/page.tsx 2026-02-21 23:32:12 +00:00
5ce6727716 Update src/app/blog/page.tsx 2026-02-21 23:32:11 +00:00
40834c5273 Merge version_10 into main
Merge version_10 into main
2026-02-21 23:30:49 +00:00
b482c87dbb Update src/app/page.tsx 2026-02-21 23:30:45 +00:00
4340178193 Merge version_10 into main
Merge version_10 into main
2026-02-21 23:23:31 +00:00
da57bfef96 Update src/app/shop/page.tsx 2026-02-21 23:23:27 +00:00
258f0a53a5 Update src/app/page.tsx 2026-02-21 23:23:27 +00:00
fe7a5e49b8 Merge version_9 into main
Merge version_9 into main
2026-02-21 23:18:34 +00:00
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
b14f205023 Merge version_9 into main
Merge version_9 into main
2026-02-21 23:16:20 +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
2fa9f85083 Update src/app/shop/page.tsx 2026-02-21 23:13:08 +00:00
b4529e5ee3 Update src/app/shop/[id]/page.tsx 2026-02-21 23:13:07 +00:00
04791b19e1 Update src/app/page.tsx 2026-02-21 23:13:06 +00:00
994dfd97b4 Update src/app/layout.tsx 2026-02-21 23:13:05 +00:00
fe793b17f6 Update src/app/blog/page.tsx 2026-02-21 23:13:04 +00:00
d07ad0c838 Merge version_7 into main
Merge version_7 into main
2026-02-21 23:06:50 +00:00
00d0a554ef Update src/app/shop/page.tsx 2026-02-21 23:06:45 +00:00
5fad0c99f9 Update src/app/shop/[id]/page.tsx 2026-02-21 23:06:45 +00:00
c17a3153cf Update src/app/page.tsx 2026-02-21 23:06:44 +00:00
eaf869eb99 Update src/app/layout.tsx 2026-02-21 23:06:43 +00:00
377ad52da0 Update src/app/blog/page.tsx 2026-02-21 23:06:42 +00:00
7d94309d21 Merge version_6 into main
Merge version_6 into main
2026-02-21 21:52:38 +00:00
5 changed files with 61 additions and 94 deletions

View File

@@ -18,7 +18,7 @@ export default function BlogPage() {
contentWidth="mediumSmall"
sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient"
cardStyle="gradient-bordered"
cardStyle="glass-elevated"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
headingFontWeight="bold"
@@ -29,14 +29,12 @@ export default function BlogPage() {
navItems={[
{ name: "Home", id: "/" },
{ name: "Features", id: "/#features" },
{ name: "Products", id: "/#products" },
{ 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" }}
button={{ text: "Get Started", href: "/#contact" }}
/>
</div>
@@ -63,7 +61,7 @@ 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: "Product", items: [{ label: "Features", href: "/#features" }] },
{ title: "Company", items: [] },
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
]}
@@ -74,4 +72,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -13,9 +13,11 @@ 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"},
type: "website"
},
twitter: {
card: "summary_large_image", 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.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-clean-modern-ai-notetaking-dashboard-i-1771701006792-1be35ae6.png"],
},

View File

@@ -5,15 +5,14 @@ import ReactLenis from "lenis/react";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { CheckCircle, Clock, ShieldCheck, Smile, Sparkles, Users, Workflow } from "lucide-react";
import { CheckCircle, Clock, Smile } from "lucide-react";
export default function LandingPage() {
return (
<ThemeProvider
@@ -23,7 +22,7 @@ export default function LandingPage() {
contentWidth="mediumSmall"
sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient"
cardStyle="gradient-bordered"
cardStyle="glass-elevated"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
headingFontWeight="bold"
@@ -33,15 +32,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "/" },
{ name: "Features", id: "#features" },
{ name: "Products", id: "#products" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" },
{ name: "Contact", id: "#contact" }
{ name: "Features", id: "/#features" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "/#contact" }
]}
brandName="NoteGenius AI"
button={{ text: "Get Started", href: "#contact" }}
button={{ text: "Get Started", href: "/#contact" }}
/>
</div>
<div id="hero" data-section="hero">
@@ -51,8 +48,8 @@ export default function LandingPage() {
background={{ variant: 'downward-rays-animated-grid' }}
tag="NoteGenius AI"
buttons={[
{ text: "Start Free Trial", href: "#contact" },
{ text: "Learn More", href: "#features" }
{ text: "Start Free Trial", href: "/#contact" },
{ 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"
@@ -62,19 +59,18 @@ export default function LandingPage() {
</div>
<div id="features" data-section="features">
<FeatureBorderGlow
<FeatureCardTwentyThree
title="Intelligent Features Designed for Business"
description="Experience the next generation of notetaking with AI that works as hard as you do."
features={[
{ icon: Sparkles, title: "Automated Summarization", description: "Get concise, accurate summaries of lengthy meetings and discussions, highlighting key decisions and action items." },
{ icon: Users, title: "Real-time Collaboration", description: "Share notes, insights, and actions with your team instantly, fostering seamless communication and project alignment." },
{ icon: ShieldCheck, title: "Enterprise-Grade Security", description: "Your data is protected with industry-leading encryption and compliance standards, ensuring privacy and peace of mind." },
{ icon: Workflow, title: "Seamless Integrations", description: "Connect NoteGenius AI with your favorite tools like CRM, project management, and communication platforms." },
{ id: '1', title: "Automated Summarization", tags: ['AI', 'Efficiency', 'Summaries'], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/uploaded-1771716326215-52a98235.avif" },
{ id: '2', title: "Real-time Collaboration", tags: ['Teamwork', 'Communication', 'Sync'], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/uploaded-1771716588795-sbmt1r2s.avif" },
{ id: '3', title: "Enterprise-Grade Security", tags: ['Data Protection', 'Compliance', 'Secure'], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/uploaded-1771716888790-ad58rivc.avif" }
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
tag="Core Capabilities"
animationType="slide-up"
/>
</div>
<div id="metrics" data-section="metrics">
@@ -92,38 +88,19 @@ export default function LandingPage() {
tag="Our Results"
/>
</div>
<div id="products" data-section="products">
<ProductCardOne
title="Our Bestselling AI Solutions"
description="Explore our top-rated tools designed to elevate your business productivity."
products={[
{ id: '1', name: 'NoteGenius Pro', price: '$299', imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/product-card-1.webp', imageAlt: 'NoteGenius Pro Software' },
{ id: '2', name: 'Meeting Summarizer', price: '$149', imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/product-card-2.webp', imageAlt: 'Meeting Summarizer Tool' },
{ id: '3', name: 'Collaboration Hub', price: '$199', imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/product-card-3.webp', imageAlt: 'Collaboration Hub Interface' },
{ id: '4', name: 'AI Assistant Pack', price: '$349', imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/product-card-4.webp', imageAlt: 'AI Assistant Bundle' }
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
tag="Product Showcase"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
title="Trusted by Leading B2B Companies"
description="Hear directly from the businesses transforming their workflows with NoteGenius AI."
<TestimonialCardTwelve
cardTitle="Trusted by Leading B2B Companies"
cardTag="Customer Success Stories"
testimonials={[
{ 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: "1", name: "Sarah Johnson", 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", name: "Michael Chen", 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", name: "Emily Davis", 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", name: "David Lee", 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"
cardAnimation="slide-up"
useInvertedBackground={false}
tag="Customer Success Stories"
tagAnimation="slide-up"
buttonAnimation="slide-up"
/>
</div>
<div id="faq" data-section="faq">
@@ -163,10 +140,10 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<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=3"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/uploaded-1771716839726-zx8yi4uy.png"
imageAlt="NoteGenius AI Dashboard Footer"
columns={[
{ title: "Product", items: [{ label: "Features", href: "/#features" }, { label: "Pricing", href: "/#pricing" }] },
{ title: "Product", items: [{ label: "Features", href: "/#features" }] },
{ title: "Company", items: [] },
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
]}
@@ -177,4 +154,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -83,7 +83,7 @@ function ProductPageContent({ params }: ProductPageProps) {
contentWidth="mediumSmall"
sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient"
cardStyle="gradient-bordered"
cardStyle="glass-elevated"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
headingFontWeight="bold"
@@ -94,11 +94,9 @@ function ProductPageContent({ params }: ProductPageProps) {
navItems={[
{ name: "Home", id: "/" },
{ name: "Features", id: "/#features" },
{ name: "Products", id: "/#products" },
{ 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: "Cart", onClick: () => setCartOpen(true) }}
@@ -114,7 +112,7 @@ function ProductPageContent({ params }: ProductPageProps) {
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: "Product", items: [{ label: "Features", href: "/#features" }] },
{ title: "Company", items: [] },
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
]}
@@ -136,7 +134,7 @@ function ProductPageContent({ params }: ProductPageProps) {
contentWidth="mediumSmall"
sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient"
cardStyle="gradient-bordered"
cardStyle="glass-elevated"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
headingFontWeight="bold"
@@ -147,11 +145,9 @@ function ProductPageContent({ params }: ProductPageProps) {
navItems={[
{ name: "Home", id: "/" },
{ name: "Features", id: "/#features" },
{ name: "Products", id: "/#products" },
{ 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: "Cart", onClick: () => setCartOpen(true) }}
@@ -175,7 +171,7 @@ function ProductPageContent({ params }: ProductPageProps) {
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: "Product", items: [{ label: "Features", href: "/#features" }] },
{ title: "Company", items: [] },
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
]}
@@ -196,7 +192,7 @@ function ProductPageContent({ params }: ProductPageProps) {
contentWidth="mediumSmall"
sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient"
cardStyle="gradient-bordered"
cardStyle="glass-elevated"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
headingFontWeight="bold"
@@ -207,11 +203,9 @@ function ProductPageContent({ params }: ProductPageProps) {
navItems={[
{ name: "Home", id: "/" },
{ name: "Features", id: "/#features" },
{ name: "Products", id: "/#products" },
{ 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: "Cart", onClick: () => setCartOpen(true) }}
@@ -258,7 +252,7 @@ function ProductPageContent({ params }: ProductPageProps) {
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: "Product", items: [{ label: "Features", href: "/#features" }] },
{ title: "Company", items: [] },
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
]}
@@ -269,4 +263,4 @@ function ProductPageContent({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -26,7 +26,7 @@ function ShopPageContent() {
contentWidth="mediumSmall"
sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient"
cardStyle="gradient-bordered"
cardStyle="glass-elevated"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
headingFontWeight="bold"
@@ -37,11 +37,9 @@ function ShopPageContent() {
navItems={[
{ name: "Home", id: "/" },
{ name: "Features", id: "/#features" },
{ name: "Products", id: "/#products" },
{ 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: "Cart", onClick: () => {} }}
@@ -57,7 +55,7 @@ function ShopPageContent() {
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: "Product", items: [{ label: "Features", href: "/#features" }] },
{ title: "Company", items: [] },
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
]}
@@ -78,7 +76,7 @@ function ShopPageContent() {
contentWidth="mediumSmall"
sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient"
cardStyle="gradient-bordered"
cardStyle="glass-elevated"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
headingFontWeight="bold"
@@ -89,11 +87,9 @@ function ShopPageContent() {
navItems={[
{ name: "Home", id: "/" },
{ name: "Features", id: "/#features" },
{ name: "Products", id: "/#products" },
{ 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: "Cart", onClick: () => {} }}
@@ -115,7 +111,7 @@ function ShopPageContent() {
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: "Product", items: [{ label: "Features", href: "/#features" }] },
{ title: "Company", items: [] },
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
]}
@@ -134,4 +130,4 @@ export default function ShopPage() {
<ShopPageContent />
</Suspense>
);
}
}