Merge version_1 into main #3
@@ -10,7 +10,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Sparkles, BookOpen, Play, Heart, BookMarked, Twitter, Youtube } from 'lucide-react';
|
||||
import { Sparkles, BookOpen, Play, Heart, BookMarked, Twitter, Youtube, Discord } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
tag="Welcome to the Fandom"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-ninja-wearing-equipment_23-2150961064.jpg"
|
||||
imageAlt="Naruto iconic hero image"
|
||||
buttons={[
|
||||
@@ -214,7 +214,8 @@ export default function LandingPage() {
|
||||
copyrightText="© 2025 Naruto Fan Community | Celebrating the Ninja Legacy"
|
||||
socialLinks={[
|
||||
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" },
|
||||
{ icon: Youtube, href: "https://youtube.com", ariaLabel: "YouTube" }
|
||||
{ icon: Youtube, href: "https://youtube.com", ariaLabel: "YouTube" },
|
||||
{ icon: Discord, href: "https://discord.com", ariaLabel: "Discord" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user