A modern, creative Next.js website for Owly with video background and smooth animations.
-
Install dependencies:
npm install
-
Add your hero video:
- Place your 10-second looping video in the
publicfolder ashero-video.mp4 - Optionally, add a poster image as
hero-image.jpgfor fallback/loading state - The video will automatically loop and play on the hero section
- Place your 10-second looping video in the
-
Run the development server:
npm run dev
-
Open your browser: Navigate to http://localhost:3000
app/- Next.js app router pagespage.tsx- Home/Landing pageabout/- About Us pagefeatures/- Features pagepricing/- Pricing page
components/- Reusable React componentsNavigation.tsx- Main navigation with CTAsFooter.tsx- Site footerui/- UI components (Button, Card)
public/- Static assets (images, videos)
Edit tailwind.config.ts to customize the color palette.
Edit the button text/links in components/Navigation.tsx.
Update page content in the respective page files in the app/ directory.
npm run build
npm start