6 Commits

Author SHA1 Message Date
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
5 changed files with 28 additions and 27 deletions

View File

@@ -33,10 +33,10 @@ export default function BlogPage() {
{ name: "Testimonials", id: "/#testimonials" }, { name: "Testimonials", id: "/#testimonials" },
{ name: "Blog", id: "/blog" }, { name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" }, { 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>
@@ -63,7 +63,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" }] }
]} ]}
@@ -74,4 +74,4 @@ export default function BlogPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -1409,4 +1409,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -12,7 +12,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
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,15 @@ 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: "Products", id: "/#products" },
{ name: "Testimonials", id: "#testimonials" }, { name: "Blog", id: "/blog" }, { name: "Testimonials", id: "/#testimonials" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" }, { 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 +50,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"
@@ -163,7 +164,7 @@ 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" 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" 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" }] }
]} ]}
@@ -174,4 +175,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -98,7 +98,7 @@ function ProductPageContent({ params }: ProductPageProps) {
{ name: "Testimonials", id: "/#testimonials" }, { name: "Testimonials", id: "/#testimonials" },
{ name: "Blog", id: "/blog" }, { name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" }, { name: "Shop", id: "/shop" },
{ name: "Contact", id: "#contact" } { name: "Contact", id: "/#contact" }
]} ]}
brandName="NoteGenius AI" brandName="NoteGenius AI"
button={{ text: "Cart", onClick: () => setCartOpen(true) }} button={{ text: "Cart", onClick: () => setCartOpen(true) }}
@@ -114,7 +114,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" }] }
]} ]}
@@ -151,7 +151,7 @@ function ProductPageContent({ params }: ProductPageProps) {
{ name: "Testimonials", id: "/#testimonials" }, { name: "Testimonials", id: "/#testimonials" },
{ name: "Blog", id: "/blog" }, { name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" }, { name: "Shop", id: "/shop" },
{ name: "Contact", id: "#contact" } { name: "Contact", id: "/#contact" }
]} ]}
brandName="NoteGenius AI" brandName="NoteGenius AI"
button={{ text: "Cart", onClick: () => setCartOpen(true) }} button={{ text: "Cart", onClick: () => setCartOpen(true) }}
@@ -175,7 +175,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" }] }
]} ]}
@@ -211,7 +211,7 @@ function ProductPageContent({ params }: ProductPageProps) {
{ name: "Testimonials", id: "/#testimonials" }, { name: "Testimonials", id: "/#testimonials" },
{ name: "Blog", id: "/blog" }, { name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" }, { name: "Shop", id: "/shop" },
{ name: "Contact", id: "#contact" } { name: "Contact", id: "/#contact" }
]} ]}
brandName="NoteGenius AI" brandName="NoteGenius AI"
button={{ text: "Cart", onClick: () => setCartOpen(true) }} button={{ text: "Cart", onClick: () => setCartOpen(true) }}
@@ -258,7 +258,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" }] }
]} ]}
@@ -269,4 +269,4 @@ function ProductPageContent({ params }: ProductPageProps) {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -41,7 +41,7 @@ function ShopPageContent() {
{ name: "Testimonials", id: "/#testimonials" }, { name: "Testimonials", id: "/#testimonials" },
{ name: "Blog", id: "/blog" }, { name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" }, { name: "Shop", id: "/shop" },
{ name: "Contact", id: "#contact" } { name: "Contact", id: "/#contact" }
]} ]}
brandName="NoteGenius AI" brandName="NoteGenius AI"
button={{ text: "Cart", onClick: () => {} }} button={{ text: "Cart", onClick: () => {} }}
@@ -57,7 +57,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" }] }
]} ]}
@@ -93,7 +93,7 @@ function ShopPageContent() {
{ name: "Testimonials", id: "/#testimonials" }, { name: "Testimonials", id: "/#testimonials" },
{ name: "Blog", id: "/blog" }, { name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" }, { name: "Shop", id: "/shop" },
{ name: "Contact", id: "#contact" } { name: "Contact", id: "/#contact" }
]} ]}
brandName="NoteGenius AI" brandName="NoteGenius AI"
button={{ text: "Cart", onClick: () => {} }} button={{ text: "Cart", onClick: () => {} }}
@@ -115,7 +115,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" }] }
]} ]}
@@ -134,4 +134,4 @@ export default function ShopPage() {
<ShopPageContent /> <ShopPageContent />
</Suspense> </Suspense>
); );
} }