A Next.js app for tracking Google Trends search interest across craft beer brands in Brazil.
Install dependencies and run the development server:
npm install
npm run devOpen http://localhost:3000 with your browser to see the result.
/— default Next.js landing page (unmodified starter content)./cervejarias— embeds a Google Trends "TIMESERIES" comparison widget showing 12-month search interest (Brazil) for the beer brands fermi, zalaz, maali, under tap, and grifo. The widget is loaded client-side via Google'sembed_loader.jsscript.
- Next.js 14 (App Router)
- React 18
- Tailwind CSS
src/app/
├── layout.js # Root layout, loads Inter font
├── page.js # Home page (CNA default)
├── globals.css # Tailwind base styles
└── cervejarias/
└── page.js # Google Trends comparison page