Ignore:
Timestamp:
06/23/26 17:20:47 (12 days ago)
Author:
kikisrbinoska <srbinoskakristina07@…>
Branches:
main
Children:
99c1e45
Parents:
b373fea
Message:

Fixed user profile and reading lists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapterx-frontend/src/pages/LandingPage.tsx

    rb373fea r0b502c2  
    11import React from 'react'
    22import { useNavigate } from 'react-router-dom'
    3 import { Feather, Star, BookOpen, Users, Sparkles, ArrowRight, ChevronRight } from 'lucide-react'
     3import { Feather, BookOpen, Users, Sparkles, ArrowRight, ChevronRight } from 'lucide-react'
    44import logo from '../assets/chapterX-removebg-preview.png'
    55import { useStoryStore } from '../store/storyStore'
     
    3434
    3535        <div className="relative max-w-7xl mx-auto px-4 text-center">
    36           <div className="inline-flex items-center gap-2 px-4 py-2 rounded-full glass text-sm text-indigo-300 mb-8 border border-indigo-500/20">
    37             <Star size={14} className="text-amber-400 fill-amber-400" />
    38             The collaborative storytelling platform
    39           </div>
    40 
    4136          <div className="flex justify-center mb-6">
    4237            <img src={logo} alt="ChapterX" className="h-32 w-32 object-contain" />
Note: See TracChangeset for help on using the changeset viewer.