<<<<<<< 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)