Update src/app/sports/page.tsx
This commit is contained in:
@@ -8,7 +8,18 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
|
||||
export default function SportsPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarStyleCentered
|
||||
brandName="India Daily 24x7"
|
||||
@@ -19,6 +30,7 @@ export default function SportsPage() {
|
||||
textboxLayout="default"
|
||||
title="Sports"
|
||||
description="Live coverage and insights into the world of sports."
|
||||
useInvertedBackground={false}
|
||||
blogs={[
|
||||
{ id: "s1", category: "Sports", title: "Cricket World Championship Finals", excerpt: "Reviewing the record-breaking tournament.", imageSrc: "http://img.b2bpic.net/free-photo/cricket-stadium-night_23-2149021234.jpg", authorName: "Rajesh Kumar", authorAvatar: "", date: "Oct 24, 2023" }
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user