<<<<<<< HEAD
This is a Next.js project bootstrapped with create-next-app.
A modern, premium, Gen-Z friendly website for Wrappy - a food brand focused on wraps, fries, beverages, shakes, desserts, and snacks.
- 🔥 Bold & Energetic Design - Premium fast food aesthetic
- 🍔 Food-First Visual Experience - Instagram-worthy presentation
- ✨ GSAP-Powered Animations - Smooth, cinematic scroll effects
- 📱 Mobile-First Responsive - Optimized for all devices
- 🎯 Conversion-Oriented - Clear CTAs for ordering and store visits
- Next.js 14 (App Router)
- React 18
- TypeScript
- Tailwind CSS
- GSAP (ScrollTrigger, Timeline)
- No UI Libraries - Pure custom components
- Node.js 18+
- npm or yarn
- Install dependencies:
npm install
# or
yarn install- Run the development server:
57c897d (Initial Wrappy website with GSAP animations)
npm run dev
# or
yarn dev
<<<<<<< HEAD
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
=======
3. Open [http://localhost:3000](http://localhost:3000) in your browser.
## Project Structure
├── app/ │ ├── layout.tsx # Root layout │ ├── page.tsx # Homepage │ └── globals.css # Global styles ├── components/ │ ├── Loader.tsx # Animated loader │ ├── Navigation.tsx # Sticky navbar │ ├── Hero.tsx # Hero section │ ├── SignatureWraps.tsx # Wraps showcase │ ├── FriesAndSides.tsx # Fries section │ ├── ShakesAndDesserts.tsx # Shakes & desserts │ ├── BuildYourWrap.tsx # Interactive builder │ ├── BrandStory.tsx # Brand story │ └── FinalCTA.tsx # Final call-to-action └── public/ # Static assets
## Brand Colors
- **Black/Charcoal**: `#0e0e0e`
- **Cream/Off-white**: `#f9f5ef`
- **Neon Red**: `#ff1e1e`
- **Electric Orange**: `#ff6b35`
- **Lime Green**: `#d4ff00`
## Animation Guidelines
All animations use GSAP for smooth, performant effects:
- **ScrollTrigger** for scroll-based animations
- **Timelines** for complex sequences
- **Respects `prefers-reduced-motion`** for accessibility
- **Mobile-optimized** animations with simplified effects
## Build for Production
```bash
npm run build
npm start
Private project - All rights reserved
57c897d (Initial Wrappy website with GSAP animations)