diff --git a/src/app/page.tsx b/src/app/page.tsx index c3d9090..c9a49a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Book, Crown, Globe, Pen, Shield, Zap } from "lucide-react"; +import { Book, Crown, Globe, Pen, Shield, Zap, Scroll, Castle, Factory } from "lucide-react"; export default function LandingPage() { return ( @@ -19,33 +19,25 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -53,37 +45,14 @@ export default function LandingPage() { @@ -93,12 +62,7 @@ export default function LandingPage() { useInvertedBackground={false} tag="About Us" title="Dedicated to the Pursuit of Historical Truth" - buttons={[ - { - text: "Our Mission", - href: "#mission", - }, - ]} + buttons={[{ text: "Our Mission", href: "#mission" }]} /> @@ -109,42 +73,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} products={[ - { - id: "p1", - name: "The Ancient Era", - price: "$45.00", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-burnt-paper_23-2150104307.jpg", - }, - { - id: "p2", - name: "Renaissance Memoirs", - price: "$52.00", - imageSrc: "http://img.b2bpic.net/free-photo/charming-young-woman-looks-old-photoalbums-sitting-cafe_8353-1394.jpg", - }, - { - id: "p3", - name: "Industrial Chronicles", - price: "$38.00", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-opened-books-library_23-2147767309.jpg", - }, - { - id: "p4", - name: "Colonial Narratives", - price: "$49.00", - imageSrc: "http://img.b2bpic.net/free-photo/electric-radio-scheme-printed-old-vintage-paper-documents-electricity-diagram-as-background-education-electricity-industries-repair-etc-paper-corners-selective-focus-with-depth-field_211682-175.jpg", - }, - { - id: "p5", - name: "Modern History Views", - price: "$42.00", - imageSrc: "http://img.b2bpic.net/free-photo/vintage-books-thrift-shop-arrangement_23-2150269092.jpg", - }, - { - id: "p6", - name: "Diplomatic Journals", - price: "$55.00", - imageSrc: "http://img.b2bpic.net/free-photo/high-anglebeautiful-love-letters_23-2150716544.jpg", - }, + { id: "p1", name: "The Ancient Era", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-burnt-paper_23-2150104307.jpg" }, + { id: "p2", name: "Renaissance Memoirs", price: "$52.00", imageSrc: "http://img.b2bpic.net/free-photo/charming-young-woman-looks-old-photoalbums-sitting-cafe_8353-1394.jpg" }, + { id: "p3", name: "Industrial Chronicles", price: "$38.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-opened-books-library_23-2147767309.jpg" }, + { id: "p4", name: "Colonial Narratives", price: "$49.00", imageSrc: "http://img.b2bpic.net/free-photo/electric-radio-scheme-printed-old-vintage-paper-documents-electricity-diagram-as-background-education-electricity-industries-repair-etc-paper-corners-selective-focus-with-depth-field_211682-175.jpg" }, + { id: "p5", name: "Modern History Views", price: "$42.00", imageSrc: "http://img.b2bpic.net/free-photo/vintage-books-thrift-shop-arrangement_23-2150269092.jpg" }, + { id: "p6", name: "Diplomatic Journals", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/high-anglebeautiful-love-letters_23-2150716544.jpg" }, ]} title="Featured Historical Collections" description="Discover our carefully curated selection of historical volumes, biographies, and academic narratives." @@ -158,79 +92,31 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Ancient Civilizations", - description: "In-depth studies of early societies and cultural foundations.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-priest-reading-form-bible_23-2149284674.jpg", - imageAlt: "Historical book", - }, + title: "Ancient Civilizations", description: "In-depth studies of early societies and cultural foundations.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-priest-reading-form-bible_23-2149284674.jpg", imageAlt: "Historical book" }, items: [ - { - icon: Book, - text: "Primary source analysis", - }, - { - icon: Scroll, - text: "Archeological data", - }, - { - icon: Pen, - text: "Expert commentary", - }, + { icon: Book, text: "Primary source analysis" }, + { icon: Scroll, text: "Archeological data" }, + { icon: Pen, text: "Expert commentary" }, ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-books-wrapper_23-2147767711.jpg?_wi=2", - imageAlt: "meticulously researched historical book", + reverse: false }, { - title: "Medieval Studies", - description: "Exploring political structures and daily life in medieval Europe.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-flipping-pages-book_23-2147848096.jpg", - imageAlt: "Medieval study", - }, + title: "Medieval Studies", description: "Exploring political structures and daily life in medieval Europe.", media: { imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-flipping-pages-book_23-2147848096.jpg", imageAlt: "Medieval study" }, items: [ - { - icon: Shield, - text: "Social stratification", - }, - { - icon: Castle, - text: "Military developments", - }, - { - icon: Crown, - text: "Monarch histories", - }, + { icon: Shield, text: "Social stratification" }, + { icon: Castle, text: "Military developments" }, + { icon: Crown, text: "Monarch histories" }, ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/from-stack-books_23-2147767314.jpg?_wi=2", - imageAlt: "meticulously researched historical book", + reverse: true }, { - title: "Industrial Age", - description: "Tracking technological shifts and global transformation.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/numerology-concept-with-pebbles_23-2150063016.jpg", - imageAlt: "Industrial study", - }, + title: "Industrial Age", description: "Tracking technological shifts and global transformation.", media: { imageSrc: "http://img.b2bpic.net/free-photo/numerology-concept-with-pebbles_23-2150063016.jpg", imageAlt: "Industrial study" }, items: [ - { - icon: Zap, - text: "Innovation tracks", - }, - { - icon: Factory, - text: "Economic shifts", - }, - { - icon: Globe, - text: "Global connections", - }, + { icon: Zap, text: "Innovation tracks" }, + { icon: Factory, text: "Economic shifts" }, + { icon: Globe, text: "Global connections" }, ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/miscellaneous-items-being-sold-yard-sale_23-2151216803.jpg?_wi=2", - imageAlt: "meticulously researched historical book", + reverse: false }, ]} title="Exploring Eras of Antiquity" @@ -238,178 +124,26 @@ export default function LandingPage() { /> -
- -
- -
- -
- -
- -
-