Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -12,6 +12,7 @@ import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Facebook, Twitter, Linkedin } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -47,7 +48,7 @@ export default function LandingPage() {
|
||||
<HeroBillboardCarousel
|
||||
title="Your Premier Source for Legal Knowledge"
|
||||
description="Explore an unparalleled collection of law books, journals, and digital resources. LexiLibrary is dedicated to supporting legal professionals, academics, and students with comprehensive and up-to-date information."
|
||||
background={{"variant":"grid"}}
|
||||
background={{"variant":"animated-grid"}}
|
||||
buttons={[
|
||||
{ text: "Browse Collections", href: "#collections" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
@@ -67,7 +68,6 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
title="Empowering Legal Minds with Unrivaled Resources"
|
||||
description="LexiLibrary is more than just a collection of books; it's a hub for legal discovery and scholarly pursuit. We curate an extensive range of legal texts, from foundational treatises to contemporary commentaries, ensuring every user finds the precise resource they need for research, study, or practice. Our commitment is to fostering deep understanding and robust legal scholarship."
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{ text: "Our Mission", href: "#" }
|
||||
@@ -212,9 +212,9 @@ export default function LandingPage() {
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ncd8tn"
|
||||
logoAlt="LexiLibrary Logo"
|
||||
socialLinks={[
|
||||
{ icon: "Facebook", href: "https://facebook.com/lexilibrary", ariaLabel: "Facebook" },
|
||||
{ icon: "Twitter", href: "https://twitter.com/lexilibrary", ariaLabel: "Twitter" },
|
||||
{ icon: "Linkedin", href: "https://linkedin.com/company/lexilibrary", ariaLabel: "LinkedIn" }
|
||||
{ icon: Facebook, href: "https://facebook.com/lexilibrary", ariaLabel: "Facebook" },
|
||||
{ icon: Twitter, href: "https://twitter.com/lexilibrary", ariaLabel: "Twitter" },
|
||||
{ icon: Linkedin, href: "https://linkedin.com/company/lexilibrary", ariaLabel: "LinkedIn" }
|
||||
]}
|
||||
ariaLabel="Site footer"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user