{children}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index b051c7c..58bd319 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,17 +1,18 @@
import type { Metadata } from 'next'
-import Image from 'next/image'
-import { AnimatedProductSection } from '@/components/animated-product-section'
-import { FixedFooterLinks } from '@/components/fixed-footer-links'
import { Footer } from '@/components/footer'
-import { ScrollIndicator } from '@/components/scroll-indicator'
-import { Button } from '@/components/ui/button'
+import { Header } from '@/components/header'
+import { Hero } from '@/components/hero'
+import { ProjectsSection } from '@/components/projects-section'
const APP_NAME = 'Void Works'
const APP_DESCRIPTION = 'Creating innovative solutions across platforms and technologies'
const DEFAULT_URL = 'https://voidworks.io'
+// Regenerate daily so the footer's copyright year stays current.
+export const revalidate = 86400
+
export const metadata: Metadata = {
title: APP_NAME,
description: APP_DESCRIPTION,
@@ -103,20 +104,6 @@ export default function Home(): React.ReactNode {
}
const productSchemas = [
- {
- '@context': 'https://schema.org',
- '@type': 'SoftwareApplication',
- 'name': 'Shortcut Assistant',
- 'applicationCategory': 'BrowserApplication',
- 'operatingSystem': 'Chrome',
- 'description': 'Enhance your browsing experience with powerful keyboard shortcuts and productivity tools.',
- 'url': 'https://chromewebstore.google.com/detail/shortcut-assistant/kmdlofehocppnlkpokdbiaalcelhedef',
- 'offers': {
- '@type': 'Offer',
- 'price': '0',
- 'priceCurrency': 'USD',
- },
- },
{
'@context': 'https://schema.org',
'@type': 'MobileApplication',
@@ -142,7 +129,7 @@ export default function Home(): React.ReactNode {
]
return (
-
+
{/* Structured Data */}
))}
- {/* Hero Section with Background */}
-
-
-
-
-
-
-
-
-
- Solutions that matter, designed thoughtfully.
-
-
- Building innovative solutions across platforms and technologies. From browser extensions to mobile apps and web
- applications, we create tools that solve real-world problems.
-