Changeset 0b502c2 for chapterx-frontend/src/pages/LandingPage.tsx
- Timestamp:
- 06/23/26 17:20:47 (12 days ago)
- Branches:
- main
- Children:
- 99c1e45
- Parents:
- b373fea
- File:
-
- 1 edited
-
chapterx-frontend/src/pages/LandingPage.tsx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chapterx-frontend/src/pages/LandingPage.tsx
rb373fea r0b502c2 1 1 import React from 'react' 2 2 import { useNavigate } from 'react-router-dom' 3 import { Feather, Star,BookOpen, Users, Sparkles, ArrowRight, ChevronRight } from 'lucide-react'3 import { Feather, BookOpen, Users, Sparkles, ArrowRight, ChevronRight } from 'lucide-react' 4 4 import logo from '../assets/chapterX-removebg-preview.png' 5 5 import { useStoryStore } from '../store/storyStore' … … 34 34 35 35 <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 platform39 </div>40 41 36 <div className="flex justify-center mb-6"> 42 37 <img src={logo} alt="ChapterX" className="h-32 w-32 object-contain" />
Note:
See TracChangeset
for help on using the changeset viewer.
