Rocky_Mountain_Vending/.pnpm-store/v10/files/f0/f00475f9e4a1b6543da3a28cb62f4c7fd47be675d4eb8b01aa9fc2196c419d5f640dea129e6502160e91e4126cbd443c8c6be12f6bc82a47f255dde7e22ae4
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

4 lines
158 B
Text

import React from 'react';
export default function DefaultLayout({ children, }: {
children: React.ReactNode;
}): import("react/jsx-runtime").JSX.Element;