Merge version_6 into main #20

Merged
bender merged 4 commits from version_6 into main 2026-02-21 21:52:38 +00:00
4 changed files with 14 additions and 14 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>

View File

@@ -10,7 +10,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import ProductCardOne from '@/components/sections/product/ProductCardOne'; 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 ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; 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, Workflow } from "lucide-react"; import { CheckCircle, Clock, ShieldCheck, Smile, Sparkles, Users, Workflow } from "lucide-react";
@@ -145,20 +145,20 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplitForm <ContactSplit
tag="Contact Us"
title="Ready to Revolutionize Your Notetaking?" title="Ready to Revolutionize Your Notetaking?"
description="Connect with our team to discover how NoteGenius AI can empower your business." description="Connect with our team to discover how NoteGenius AI can empower your business."
inputs={[ background={{ variant: 'plain' }}
{ name: "name", type: "text", placeholder: "Your Name", 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} useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-stylized-illustration-of-a-diverse-tea-1771701003795-99c299cf.png" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-stylized-illustration-of-a-diverse-tea-1771701003795-99c299cf.png"
imageAlt="Diverse team collaborating with AI notetaking tools" imageAlt="Diverse team collaborating with AI notetaking tools"
mediaAnimation="opacity" mediaAnimation="opacity"
mediaPosition="left" mediaPosition="left"
inputPlaceholder="Your Business Email"
buttonText="Send Message" buttonText="Send Message"
termsText="By signing up, you agree to our Terms and Conditions."
onSubmit={(email) => console.log("Email submitted:", email)}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">

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) }}
@@ -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) }}
@@ -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) }}

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: () => {} }}
@@ -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: () => {} }}