Merge version_1 into main #1
@@ -25,9 +25,9 @@ export default function BlogPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Features", id: "features" }, { name: "Testimonials", id: "testimonials" }, { name: "Pricing", id: "pricing" }, { name: "Contact", id: "contact" }]}
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Features", id: "/#features" }, { name: "Testimonials", id: "/#testimonials" }, { name: "Pricing", id: "/#pricing" }, { name: "Contact", id: "/#contact" }]}
|
||||
brandName="SaaSBuild"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
button={{ text: "Get Started", href: "/#contact" }}
|
||||
className="relative z-50"
|
||||
navItemClassName=""
|
||||
buttonClassName=""
|
||||
@@ -53,7 +53,7 @@ export default function BlogPage() {
|
||||
)}
|
||||
|
||||
<FooterBaseReveal
|
||||
columns={[{ title: "Product", items: [{ label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }, { label: "Solutions", href: "#" }] }, { title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }, { label: "Blog", href: "#" }] }, { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }] }]}
|
||||
columns={[{ title: "Product", items: [{ label: "Features", href: "/#features" }, { label: "Pricing", href: "/#pricing" }, { label: "Solutions", href: "#" }] }, { title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }, { label: "Blog", href: "#" }] }, { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }] }]}
|
||||
copyrightText="© 2024 SaaSBuild. All rights reserved."
|
||||
onPrivacyClick={() => console.log('Privacy policy clicked')}
|
||||
ariaLabel="Footer section"
|
||||
|
||||
@@ -125,7 +125,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="\"Our partnership with this team has been instrumental in scaling our SaaS platform. Their technical expertise and dedication are truly unparalleled. Highly recommend for any complex development needs!\""
|
||||
testimonial="Our partnership with this team has been instrumental in scaling our SaaS platform. Their technical expertise and dedication are truly unparalleled. Highly recommend for any complex development needs!"
|
||||
rating={5}
|
||||
author="Dr. Anya Sharma, CTO at Quantum Labs"
|
||||
avatars={[
|
||||
|
||||
Reference in New Issue
Block a user