diff --git a/src/app/page.tsx b/src/app/page.tsx
index f0fd86c..0f00567 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,29 +8,30 @@ import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
+import FaqBase from "@/components/sections/faq/FaqBase";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
-import { Sparkles } from "lucide-react";
+import { Sparkles, Mail } from "lucide-react";
export default function HomePage() {
const navItems = [
{ name: "Home", id: "/" },
- { name: "Features", id: "/features" },
- { name: "Pricing", id: "/pricing" },
- { name: "Contact", id: "/contact" },
+ { name: "Features", id: "#features" },
+ { name: "Pricing", id: "#pricing" },
+ { name: "Contact", id: "#contact" },
];
const footerColumns = [
{
items: [
{ label: "Home", href: "/" },
- { label: "Features", href: "/features" },
- { label: "Pricing", href: "/pricing" },
+ { label: "Features", href: "#features" },
+ { label: "Pricing", href: "#pricing" },
],
},
{
items: [
- { label: "Dashboard", href: "/" },
+ { label: "Dashboard", href: "/dashboard" },
{ label: "Matches", href: "/matches" },
{ label: "Analytics", href: "/analytics" },
],
@@ -46,7 +47,7 @@ export default function HomePage() {
items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
- { label: "Contact", href: "/contact" },
+ { label: "Contact", href: "#contact" },
],
},
];
@@ -69,9 +70,7 @@ export default function HomePage() {
brandName="RugbyStats"
navItems={navItems}
button={{
- text: "Start Tracking",
- href: "/new-match",
- }}
+ text: "Start Tracking", href: "/new-match"}}
/>
@@ -82,7 +81,7 @@ export default function HomePage() {
layoutOrder="default"
buttons={[
{ text: "Start Free Trial", href: "/new-match" },
- { text: "Watch Demo", href: "/features" },
+ { text: "Watch Demo", href: "#features" },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATZzAsZ9mBizbxvrS9QkadjUb4/a-dynamic-rugby-stats-dashboard-interfac-1772618864039-a6500379.png"
imageAlt="RugbyStats Dashboard"
@@ -100,45 +99,21 @@ export default function HomePage() {
description="From live match tracking to deep player analysis, RugbyStats gives you complete control over performance data."
features={[
{
- id: "1",
- title: "Live Match Tracking",
- description:
- "Track player stats in real-time during matches. Expand categories, increment stats, and update team metrics instantly.",
- tag: "Live Features",
- imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATZzAsZ9mBizbxvrS9QkadjUb4/a-mobile-first-rugby-match-tracking-inte-1772618864810-17dc4b21.png?_wi=1",
- imageAlt: "Live Match Tracking Interface",
- },
+ id: "1", title: "Live Match Tracking", description:
+ "Track player stats in real-time during matches. Expand categories, increment stats, and update team metrics instantly.", tag: "Live Features", imageSrc:
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATZzAsZ9mBizbxvrS9QkadjUb4/a-mobile-first-rugby-match-tracking-inte-1772618864810-17dc4b21.png", imageAlt: "Live Match Tracking Interface"},
{
- id: "2",
- title: "Player Analytics",
- description:
- "Detailed individual player profiles with performance trends, hand-specific passing stats, tackle breakdowns, and impact scoring.",
- tag: "Player Data",
- imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATZzAsZ9mBizbxvrS9QkadjUb4/detailed-player-profile-page-showing-ind-1772618865144-8e353bed.png?_wi=1",
- imageAlt: "Player Profile Analytics",
- },
+ id: "2", title: "Player Analytics", description:
+ "Detailed individual player profiles with performance trends, hand-specific passing stats, tackle breakdowns, and impact scoring.", tag: "Player Data", imageSrc:
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATZzAsZ9mBizbxvrS9QkadjUb4/detailed-player-profile-page-showing-ind-1772618865144-8e353bed.png", imageAlt: "Player Profile Analytics"},
{
- id: "3",
- title: "Team Intelligence",
- description:
- "Manage squad rosters, assign players to multiple teams, track aggregate statistics, and monitor team performance.",
- tag: "Team Management",
- imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATZzAsZ9mBizbxvrS9QkadjUb4/team-roster-management-interface-showing-1772618865404-33f4c56a.png?_wi=1",
- imageAlt: "Team Management Interface",
- },
+ id: "3", title: "Team Intelligence", description:
+ "Manage squad rosters, assign players to multiple teams, track aggregate statistics, and monitor team performance.", tag: "Team Management", imageSrc:
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATZzAsZ9mBizbxvrS9QkadjUb4/team-roster-management-interface-showing-1772618865404-33f4c56a.png", imageAlt: "Team Management Interface"},
{
- id: "4",
- title: "Advanced Analytics",
- description:
- "Comprehensive dashboard with player comparisons, opponent analysis, custom metrics, and performance visualizations.",
- tag: "Analytics Pro",
- imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATZzAsZ9mBizbxvrS9QkadjUb4/comprehensive-rugby-analytics-dashboard--1772618865079-44460476.png",
- imageAlt: "Advanced Analytics Dashboard",
- },
+ id: "4", title: "Advanced Analytics", description:
+ "Comprehensive dashboard with player comparisons, opponent analysis, custom metrics, and performance visualizations.", tag: "Analytics Pro", imageSrc:
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATZzAsZ9mBizbxvrS9QkadjUb4/comprehensive-rugby-analytics-dashboard--1772618865079-44460476.png", imageAlt: "Advanced Analytics Dashboard"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -150,11 +125,8 @@ export default function HomePage() {