<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8" />

  <meta name="viewport" content="width=device-width, initial-scale=1.0" />

  <title>Number Story | Small Business Social Media</title>

  <script src="https://cdn.tailwindcss.com"></script>

  <style>

    html { scroll-behavior: smooth; }

  </style>

</head>


<body class="bg-neutral-900 text-neutral-100 font-sans">

  <!-- Navbar -->

  <header class="p-6 flex justify-between items-center max-w-6xl mx-auto sticky top-0 bg-neutral-900/95 backdrop-blur z-10">

    <h1 class="font-semibold text-xl tracking-wide">NUMBER STORY</h1>

    <nav class="space-x-6 hidden md:block">

      <a href="#about" class="hover:text-amber-400">About</a>

      <a href="#work" class="hover:text-amber-400">Portfolio</a>

      <a href="#services" class="hover:text-amber-400">Services</a>

      <a href="#packages" class="hover:text-amber-400">Pricing</a>

      <a href="#testimonials" class="hover:text-amber-400">Reviews</a>

      <a href="#contact" class="hover:text-amber-400">Contact</a>

    </nav>

    <a href="#contact" class="bg-white text-black px-4 py-2 rounded-md hover:bg-neutral-200 transition md:hidden">

      Contact

    </a>

  </header>


  <!-- Hero -->

  <section class="py-24 px-6 text-center max-w-3xl mx-auto">

    <h2 class="text-4xl md:text-5xl font-bold leading-tight mb-6">

      Every Small Business Has a Story.  

      <span class="text-amber-400 block">I Help You Tell Yours.</span>

    </h2>

    <p class="text-lg text-neutral-300 mb-8">

      Social media content, photos, videos and storytelling that make your customers feel who you are.

    </p>

    <a href="#contact" class="bg-amber-400 text-black px-6 py-3 rounded-md text-lg font-semibold hover:bg-amber-300">

      Start Growing Today

    </a>

  </section>


  <!-- About -->

  <section id="about" class="py-16 px-6 max-w-4xl mx-auto">

    <h3 class="text-3xl font-semibold mb-6">The One-Man Creative Agency</h3>

    <p class="text-neutral-300 leading-relaxed mb-4">

      Hi, I’m <strong>Soumya</strong> — founder of Number Story. I work with cafés, salons, trainers, boutiques, restaurants and small shops.

    </p>

    <p class="text-neutral-300 leading-relaxed">

      I combine photography, videography, writing and filmmaking into one simple service — consistent social media that attracts real customers.

    </p>

  </section>


  <!-- Portfolio -->

  <section id="work" class="bg-neutral-800 py-16 px-6">

    <div class="max-w-5xl mx-auto">

      <h3 class="text-3xl font-semibold mb-10 text-center">Portfolio Preview</h3>

      <p class="text-neutral-400 text-center mb-8">More samples available on request.</p>


      <div class="grid md:grid-cols-3 gap-6">

        <div class="aspect-square bg-neutral-700 rounded-lg flex items-center justify-center text-neutral-400">Photo 1</div>

        <div class="aspect-square bg-neutral-700 rounded-lg flex items-center justify-center text-neutral-400">Photo 2</div>

        <div class="aspect-square bg-neutral-700 rounded-lg flex items-center justify-center text-neutral-400">Reel Clip</div>

        <div class="aspect-square bg-neutral-700 rounded-lg flex items-center justify-center text-neutral-400">Promo Video</div>

        <div class="aspect-square bg-neutral-700 rounded-lg flex items-center justify-center text-neutral-400">Product Shoot</div>

        <div class="aspect-square bg-neutral-700 rounded-lg flex items-center justify-center text-neutral-400">Food Photo</div>

      </div>

    </div>

  </section>


  <!-- Services -->

  <section id="services" class="py-16 px-6 max-w-5xl mx-auto">

    <h3 class="text-3xl font-semibold mb-10 text-center">What I Do</h3>

    <div class="grid md:grid-cols-2 gap-8">

      <div class="p-6 rounded-lg bg-neutral-800">

        <h4 class="text-xl font-semibold mb-2">Social Media Management</h4>

        <p class="text-neutral-300">Full posting done for you — feed, stories, reels, captions and scheduling.</p>

      </div>

      <div class="p-6 rounded-lg bg-neutral-800">

        <h4 class="text-xl font-semibold mb-2">Photography</h4>

        <p class="text-neutral-300">Products, interiors, menus, portraits — consistent professional visuals.</p>

      </div>

      <div class="p-6 rounded-lg bg-neutral-800">

        <h4 class="text-xl font-semibold mb-2">Reels & Video</h4>

        <p class="text-neutral-300">Short promos and storytelling video that drive engagement and sales.</p>

      </div>

      <div class="p-6 rounded-lg bg-neutral-800">

        <h4 class="text-xl font-semibold mb-2">Brand Copywriting</h4>

        <p class="text-neutral-300">Captions, bios, micro-blogs and scripts with personality.</p>

      </div>

    </div>

  </section>


  <!-- Packages -->

  <section id="packages" class="py-16 px-6 max-w-5xl mx-auto">

    <h3 class="text-3xl font-semibold mb-10 text-center">Monthly Packages</h3>

    <div class="grid md:grid-cols-3 gap-8">

      <div class="p-6 rounded-lg bg-neutral-800">

        <h4 class="text-xl font-semibold mb-2">Starter</h4>

        <p class="text-neutral-300 mb-4">8 posts/month + captions</p>

        <p class="text-amber-400 font-bold">From £250/month</p>

      </div>

      <div class="p-6 rounded-lg bg-neutral-800">

        <h4 class="text-xl font-semibold mb-2">Grow & Engage</h4>

        <p class="text-neutral-300 mb-4">12–20 posts + photos/video</p>

        <p class="text-amber-400 font-bold">From £500/month</p>

      </div>

      <div class="p-6 rounded-lg bg-neutral-800">

        <h4 class="text-xl font-semibold mb-2">Story Powered</h4>

        <p class="text-neutral-300 mb-4">Monthly shoot + reels + full management</p>

        <p class="text-amber-400 font-bold">From £900/month</p>

      </div>

    </div>

  </section>


  <!-- Testimonials -->

  <section id="testimonials" class="bg-neutral-800 py-16 px-6">

    <div class="max-w-5xl mx-auto">

      <h3 class="text-3xl font-semibold mb-10 text-center">Client Reviews</h3>

      <div class="grid md:grid-cols-3 gap-8">

        <div class="p-6 rounded-lg bg-neutral-700">

          <p class="text-neutral-300 italic">“Made our food look incredible and our Instagram finally feels alive!”</p>

          <p class="mt-3 text-amber-400 font-semibold">— Local Café</p>

        </div>

        <div class="p-6 rounded-lg bg-neutral-700">

          <p class="text-neutral-300 italic">“Our bookings increased within weeks. Couldn't recommend enough.”</p>

          <p class="mt-3 text-amber-400 font-semibold">— Salon Owner</p>

        </div>

        <div class="p-6 rounded-lg bg-neutral-700">

          <p class="text-neutral-300 italic">“He captured our brand perfectly. Zero stress, great content.”</p>

          <p class="mt-3 text-amber-400 font-semibold">— Online Boutique</p>

        </div>

      </div>

    </div>

  </section>


  <!-- Contact -->

  <section id="contact" class="py-20 px-6 max-w-xl mx-auto text-center">

    <h3 class="text-3xl font-semibold mb-6">Let’s Tell Your Story</h3>

    <p class="text-neutral-300 mb-10">Drop me a message. I reply quickly.</p>


    <form name="contact" method="POST" data-netlify="true" class="space-y-4">

      <input type="hidden" name="form-name" value="contact">

      <input type="text" name="name" placeholder="Your Name" required class="w-full p-3 rounded bg-neutral-800 border border-neutral-700">

      <input type="email" name="email" placeholder="Your Email" required class="w-full p-3 rounded bg-neutral-800 border border-neutral-700">

      <textarea name="message" placeholder="Your Message" required class="w-full p-3 rounded bg-neutral-800 border border-neutral-700 h-32"></textarea>

      <button class="bg-amber-400 text-black px-6 py-3 rounded-md font-semibold hover:bg-amber-300 w-full">Send Message</button>

    </form>


    <div class="mt-10 text-neutral-400">

      <p>📩 your@email.com</p>

      <p>📱 +44 0000 000000</p>

      <p>📷 Instagram: @numberstory</p>

    </div>

  </section>


  <!-- Footer -->

  <footer class="py-6 text-center text-neutral-500 text-sm">

    © Number Story — Small Business Stories Told Well

  </footer>


</body>

</html>