diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e480b4..dc2e998 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -51,9 +45,7 @@ export default function LandingPage() { description="Celebrating the unstoppable spirit of the Bosnian Dragons. A victory carved in history and powered by the heart of our nation." buttons={[ { - text: "See the Legacy", - href: "#about", - }, + text: "See the Legacy", href: "#about"}, ]} imageSrc="http://img.b2bpic.net/free-photo/american-football-field_23-2151117538.jpg" showDimOverlay={true} @@ -67,17 +59,11 @@ export default function LandingPage() { description="From every obstacle to every triumph, we stood tall. Our path has been forged in sweat, determination, and the unwavering support of our fans." metrics={[ { - value: "1995", - title: "Foundation", - }, + value: "1995", title: "Foundation"}, { - value: "2014", - title: "World Cup Peak", - }, + value: "2014", title: "World Cup Peak"}, { - value: "∞", - title: "Heart of a Dragon", - }, + value: "∞", title: "Heart of a Dragon"}, ]} imageSrc="http://img.b2bpic.net/free-photo/close-up-athlete-playing-rugby_23-2150845638.jpg" mediaAnimation="blur-reveal" @@ -90,34 +76,17 @@ export default function LandingPage() { textboxLayout="split" gridVariant="bento-grid" useInvertedBackground={false} + animationType="slide-up" products={[ { - id: "p1", - brand: "Legend", - name: "The Unstoppable", - price: "100%", - rating: 5, - reviewCount: "10k", - imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-professional-stadium_654080-947.jpg?_wi=1", - }, + id: "p1", brand: "Legend", name: "The Unstoppable", price: "100%", rating: 5, + reviewCount: "10k", imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-professional-stadium_654080-947.jpg"}, { - id: "p2", - brand: "Dragon", - name: "Golden Goal", - price: "100%", - rating: 5, - reviewCount: "12k", - imageSrc: "http://img.b2bpic.net/free-photo/fit-woman-sportswear-celebrating_23-2148298924.jpg?_wi=1", - }, + id: "p2", brand: "Dragon", name: "Golden Goal", price: "100%", rating: 5, + reviewCount: "12k", imageSrc: "http://img.b2bpic.net/free-photo/fit-woman-sportswear-celebrating_23-2148298924.jpg"}, { - id: "p3", - brand: "Captain", - name: "Eternal Spirit", - price: "100%", - rating: 5, - reviewCount: "15k", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-5321.jpg", - }, + id: "p3", brand: "Captain", name: "Eternal Spirit", price: "100%", rating: 5, + reviewCount: "15k", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-5321.jpg"}, ]} title="The Victory" description="Witness the moments that redefined our national pride. Icons of the game who etched their names into Bosnian glory forever." @@ -130,30 +99,18 @@ export default function LandingPage() { useInvertedBackground={false} title="Legacy Questions" description="Answers to the questions that define our national passion and history." - imageSrc="http://img.b2bpic.net/free-photo/american-football-player-professional-stadium_654080-947.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/american-football-player-professional-stadium_654080-947.jpg" mediaAnimation="blur-reveal" faqsAnimation="slide-up" faqs={[ { - id: "q1", - title: "What is the origin of the name 'Zmajevi'?", - content: "The name stems from the fierce and determined nature of the players on the field, mirroring the legendary dragons of national folklore.", - }, + id: "q1", title: "What is the origin of the name 'Zmajevi'?", content: "The name stems from the fierce and determined nature of the players on the field, mirroring the legendary dragons of national folklore."}, { - id: "q2", - title: "How can I support the team?", - content: "You can support the team by attending matches, following our official social media channels, and wearing the colors with pride.", - }, + id: "q2", title: "How can I support the team?", content: "You can support the team by attending matches, following our official social media channels, and wearing the colors with pride."}, { - id: "q3", - title: "Is there an official fan club?", - content: "Yes, there are several regional fan clubs that organize trips and local gatherings to support the team during qualifiers and tournaments.", - }, + id: "q3", title: "Is there an official fan club?", content: "Yes, there are several regional fan clubs that organize trips and local gatherings to support the team during qualifiers and tournaments."}, { - id: "q4", - title: "Where can I purchase authentic kits?", - content: "Official kits can be purchased through our partner retailers listed on the official national team website.", - }, + id: "q4", title: "Where can I purchase authentic kits?", content: "Official kits can be purchased through our partner retailers listed on the official national team website."}, ]} /> @@ -162,12 +119,11 @@ export default function LandingPage() { @@ -176,29 +132,19 @@ export default function LandingPage() {