Compare commits
26 Commits
version_7
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 74d1957d52 | |||
| dee11f6d83 | |||
| 669eb20912 | |||
| 673cc61214 | |||
| 35c2e17b84 | |||
| 5ce6727716 | |||
| 40834c5273 | |||
| b482c87dbb | |||
| 4340178193 | |||
| da57bfef96 | |||
| 258f0a53a5 | |||
| fe7a5e49b8 | |||
| d4f1eb3aaf | |||
| dc26aff020 | |||
| 1567aac78c | |||
| 5cd0bc0c64 | |||
| b14f205023 | |||
| 9c6431ad8f | |||
| 9d0f043525 | |||
| b556b047f0 | |||
| 2fa9f85083 | |||
| b4529e5ee3 | |||
| 04791b19e1 | |||
| 994dfd97b4 | |||
| fe793b17f6 | |||
| d07ad0c838 |
@@ -29,14 +29,12 @@ export default function BlogPage() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Features", id: "/#features" },
|
{ name: "Features", id: "/#features" },
|
||||||
{ name: "Products", id: "/#products" },
|
|
||||||
{ name: "Testimonials", id: "/#testimonials" },
|
{ name: "Testimonials", id: "/#testimonials" },
|
||||||
{ name: "Blog", id: "/blog" },
|
{ name: "Contact", id: "/#contact" }
|
||||||
{ name: "Shop", id: "/shop" },
|
|
||||||
{ name: "Contact", id: "#contact" }
|
|
||||||
]}
|
]}
|
||||||
brandName="NoteGenius AI"
|
brandName="NoteGenius AI"
|
||||||
button={{ text: "Get Started", href: "#contact" }}
|
button={{ text: "Get Started", href: "/#contact" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</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"
|
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"
|
imageAlt="NoteGenius AI Dashboard Footer"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Product", items: [{ label: "Features", href: "/#features" }, { label: "Pricing", href: "/#pricing" }] },
|
{ title: "Product", items: [{ label: "Features", href: "/#features" }] },
|
||||||
{ title: "Company", items: [] },
|
{ title: "Company", items: [] },
|
||||||
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
|
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -5,14 +5,14 @@ import ReactLenis from "lenis/react";
|
|||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||||
|
|
||||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|
||||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import { CheckCircle, Clock, ShieldCheck, Smile, Sparkles, Users } from "lucide-react";
|
import { CheckCircle, Clock, Smile } from "lucide-react";
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
@@ -32,14 +32,13 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Features", id: "#features" },
|
{ name: "Features", id: "/#features" },
|
||||||
{ name: "Products", id: "#products" },
|
|
||||||
{ name: "Testimonials", id: "#testimonials" }, { name: "Blog", id: "/blog" },
|
{ name: "Testimonials", id: "/#testimonials" },
|
||||||
{ name: "Shop", id: "/shop" },
|
{ name: "Contact", id: "/#contact" }
|
||||||
{ name: "Contact", id: "#contact" }
|
|
||||||
]}
|
]}
|
||||||
brandName="NoteGenius AI"
|
brandName="NoteGenius AI"
|
||||||
button={{ text: "Get Started", href: "#contact" }}
|
button={{ text: "Get Started", href: "/#contact" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
@@ -49,8 +48,8 @@ export default function LandingPage() {
|
|||||||
background={{ variant: 'downward-rays-animated-grid' }}
|
background={{ variant: 'downward-rays-animated-grid' }}
|
||||||
tag="NoteGenius AI"
|
tag="NoteGenius AI"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Free Trial", href: "#contact" },
|
{ 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"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/uploaded-1771703462804-ycq5fdkz.avif"
|
||||||
imageAlt="NoteGenius AI Dashboard Preview"
|
imageAlt="NoteGenius AI Dashboard Preview"
|
||||||
@@ -60,18 +59,18 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardSeven
|
<FeatureCardTwentyThree
|
||||||
title="Intelligent Features Designed for Business"
|
title="Intelligent Features Designed for Business"
|
||||||
description="Experience the next generation of notetaking with AI that works as hard as you do."
|
description="Experience the next generation of notetaking with AI that works as hard as you do."
|
||||||
features={[
|
features={[
|
||||||
{ id: 1, title: "Automated Summarization", description: "Get concise, accurate summaries of lengthy meetings and discussions, highlighting key decisions and action items.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/placeholder-images/img-placeholder-square-1.jpg" },
|
{ 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", 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: '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", 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" }
|
{ 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"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
tag="Core Capabilities"
|
tag="Core Capabilities"
|
||||||
|
animationType="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
@@ -89,23 +88,7 @@ export default function LandingPage() {
|
|||||||
tag="Our Results"
|
tag="Our Results"
|
||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardTen
|
<TestimonialCardTen
|
||||||
title="Trusted by Leading B2B Companies"
|
title="Trusted by Leading B2B Companies"
|
||||||
@@ -160,10 +143,10 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<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"
|
imageAlt="NoteGenius AI Dashboard Footer"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Product", items: [{ label: "Features", href: "/#features" }, { label: "Pricing", href: "/#pricing" }] },
|
{ title: "Product", items: [{ label: "Features", href: "/#features" }] },
|
||||||
{ title: "Company", items: [] },
|
{ title: "Company", items: [] },
|
||||||
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
|
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -94,11 +94,9 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Features", id: "/#features" },
|
{ name: "Features", id: "/#features" },
|
||||||
{ name: "Products", id: "/#products" },
|
|
||||||
{ name: "Testimonials", id: "/#testimonials" },
|
{ name: "Testimonials", id: "/#testimonials" },
|
||||||
{ name: "Blog", id: "/blog" },
|
{ name: "Contact", id: "/#contact" }
|
||||||
{ name: "Shop", id: "/shop" },
|
|
||||||
{ name: "Contact", id: "#contact" }
|
|
||||||
]}
|
]}
|
||||||
brandName="NoteGenius AI"
|
brandName="NoteGenius AI"
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
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"
|
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"
|
imageAlt="NoteGenius AI Dashboard Footer"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Product", items: [{ label: "Features", href: "/#features" }, { label: "Pricing", href: "/#pricing" }] },
|
{ title: "Product", items: [{ label: "Features", href: "/#features" }] },
|
||||||
{ title: "Company", items: [] },
|
{ title: "Company", items: [] },
|
||||||
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
|
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
|
||||||
]}
|
]}
|
||||||
@@ -147,11 +145,9 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Features", id: "/#features" },
|
{ name: "Features", id: "/#features" },
|
||||||
{ name: "Products", id: "/#products" },
|
|
||||||
{ name: "Testimonials", id: "/#testimonials" },
|
{ name: "Testimonials", id: "/#testimonials" },
|
||||||
{ name: "Blog", id: "/blog" },
|
{ name: "Contact", id: "/#contact" }
|
||||||
{ name: "Shop", id: "/shop" },
|
|
||||||
{ name: "Contact", id: "#contact" }
|
|
||||||
]}
|
]}
|
||||||
brandName="NoteGenius AI"
|
brandName="NoteGenius AI"
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
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"
|
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"
|
imageAlt="NoteGenius AI Dashboard Footer"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Product", items: [{ label: "Features", href: "/#features" }, { label: "Pricing", href: "/#pricing" }] },
|
{ title: "Product", items: [{ label: "Features", href: "/#features" }] },
|
||||||
{ title: "Company", items: [] },
|
{ title: "Company", items: [] },
|
||||||
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
|
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
|
||||||
]}
|
]}
|
||||||
@@ -207,11 +203,9 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Features", id: "/#features" },
|
{ name: "Features", id: "/#features" },
|
||||||
{ name: "Products", id: "/#products" },
|
|
||||||
{ name: "Testimonials", id: "/#testimonials" },
|
{ name: "Testimonials", id: "/#testimonials" },
|
||||||
{ name: "Blog", id: "/blog" },
|
{ name: "Contact", id: "/#contact" }
|
||||||
{ name: "Shop", id: "/shop" },
|
|
||||||
{ name: "Contact", id: "#contact" }
|
|
||||||
]}
|
]}
|
||||||
brandName="NoteGenius AI"
|
brandName="NoteGenius AI"
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
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"
|
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"
|
imageAlt="NoteGenius AI Dashboard Footer"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Product", items: [{ label: "Features", href: "/#features" }, { label: "Pricing", href: "/#pricing" }] },
|
{ title: "Product", items: [{ label: "Features", href: "/#features" }] },
|
||||||
{ title: "Company", items: [] },
|
{ title: "Company", items: [] },
|
||||||
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
|
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -37,11 +37,9 @@ function ShopPageContent() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Features", id: "/#features" },
|
{ name: "Features", id: "/#features" },
|
||||||
{ name: "Products", id: "/#products" },
|
|
||||||
{ name: "Testimonials", id: "/#testimonials" },
|
{ name: "Testimonials", id: "/#testimonials" },
|
||||||
{ name: "Blog", id: "/blog" },
|
{ name: "Contact", id: "/#contact" }
|
||||||
{ name: "Shop", id: "/shop" },
|
|
||||||
{ name: "Contact", id: "#contact" }
|
|
||||||
]}
|
]}
|
||||||
brandName="NoteGenius AI"
|
brandName="NoteGenius AI"
|
||||||
button={{ text: "Cart", onClick: () => {} }}
|
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"
|
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"
|
imageAlt="NoteGenius AI Dashboard Footer"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Product", items: [{ label: "Features", href: "/#features" }, { label: "Pricing", href: "/#pricing" }] },
|
{ title: "Product", items: [{ label: "Features", href: "/#features" }] },
|
||||||
{ title: "Company", items: [] },
|
{ title: "Company", items: [] },
|
||||||
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
|
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
|
||||||
]}
|
]}
|
||||||
@@ -89,11 +87,9 @@ function ShopPageContent() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Features", id: "/#features" },
|
{ name: "Features", id: "/#features" },
|
||||||
{ name: "Products", id: "/#products" },
|
|
||||||
{ name: "Testimonials", id: "/#testimonials" },
|
{ name: "Testimonials", id: "/#testimonials" },
|
||||||
{ name: "Blog", id: "/blog" },
|
{ name: "Contact", id: "/#contact" }
|
||||||
{ name: "Shop", id: "/shop" },
|
|
||||||
{ name: "Contact", id: "#contact" }
|
|
||||||
]}
|
]}
|
||||||
brandName="NoteGenius AI"
|
brandName="NoteGenius AI"
|
||||||
button={{ text: "Cart", onClick: () => {} }}
|
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"
|
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"
|
imageAlt="NoteGenius AI Dashboard Footer"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Product", items: [{ label: "Features", href: "/#features" }, { label: "Pricing", href: "/#pricing" }] },
|
{ title: "Product", items: [{ label: "Features", href: "/#features" }] },
|
||||||
{ title: "Company", items: [] },
|
{ title: "Company", items: [] },
|
||||||
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
|
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user