<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BrandScayle - Professional Company Profile Design</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
body {
font-family: 'Poppins', sans-serif;
scroll-behavior: smooth;
}
.hero-bg {
background: linear-gradient(135deg, rgba(255,122,0,0.1) 0%, rgba(255,255,255,1) 100%);
}
.price-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.testimonial-card:hover {
transform: translateY(-5px);
}
.portfolio-item:hover img {
transform: scale(1.05);
}
.faq-item {
transition: all 0.3s ease;
}
.faq-item.active .faq-answer {
max-height: 500px;
opacity: 1;
padding-top: 15px;
}
.faq-answer {
max-height: 0;
opacity: 0;
overflow: hidden;
transition: all 0.3s ease;
}
.branding-package {
background: linear-gradient(135deg, #FF7A00 0%, #FF9E3F 100%);
color: white;
}
.branding-package li {
color: rgba(255,255,255,0.9);
}
.branding-package button {
background: white;
color: #FF7A00;
}
.branding-package button:hover {
background: rgba(255,255,255,0.9);
}
</style>
</head>
<body class="bg-white text-gray-800">
<!-- Navigation -->
<nav class="fixed w-full bg-white shadow-sm z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16 items-center">
<div class="flex-shrink-0 flex items-center">
<span class="text-2xl font-bold text-orange-500">BrandScayle</span>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-center space-x-4">
<a href="#services" class="px-3 py-2 rounded-md text-sm font-medium hover:text-orange-500">Services</a>
<a href="#pricing" class="px-3 py-2 rounded-md text-sm font-medium hover:text-orange-500">Pricing</a>
<a href="#portfolio" class="px-3 py-2 rounded-md text-sm font-medium hover:text-orange-500">Portfolio</a>
<a href="#testimonials" class="px-3 py-2 rounded-md text-sm font-medium hover:text-orange-500">Testimonials</a>
<a href="#contact" class="px-3 py-2 rounded-md text-sm font-medium hover:text-orange-500">Contact</a>
</div>
</div>
<div class="md:hidden">
<button id="mobile-menu-button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-700 hover:text-orange-500 focus:outline-none">
<svg class="h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
</svg>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div id="mobile-menu" class="md:hidden hidden bg-white shadow-lg">
<div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
<a href="#services" class="block px-3 py-2 rounded-md text-base font-medium hover:text-orange-500">Services</a>
<a href="#pricing" class="block px-3 py-2 rounded-md text-base font-medium hover:text-orange-500">Pricing</a>
<a href="#portfolio" class="block px-3 py-2 rounded-md text-base font-medium hover:text-orange-500">Portfolio</a>
<a href="#testimonials" class="block px-3 py-2 rounded-md text-base font-medium hover:text-orange-500">Testimonials</a>
<a href="#contact" class="block px-3 py-2 rounded-md text-base font-medium hover:text-orange-500">Contact</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-bg pt-32 pb-20 px-4 sm:px-6 lg:px-8">
<div class="max-w-7xl mx-auto">
<div class="lg:flex items-center justify-between">
<div class="lg:w-1/2 mb-12 lg:mb-0">
<h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6 text-gray-900">📘 Professional Company Profile Design That Wins Clients</h1>
<p class="text-lg md:text-xl text-gray-600 mb-8">Make a powerful first impression with a premium company profile tailored to your brand. Fast. Affordable. Stunning.</p>
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
<a href="#pricing" class="bg-orange-500 hover:bg-orange-600 text-white font-bold py-3 px-8 rounded-lg shadow-lg transition duration-300 text-center">Get Your Profile Now</a>
<a href="#portfolio" class="border border-orange-500 text-orange-500 hover:bg-orange-50 font-bold py-3 px-8 rounded-lg transition duration-300 text-center">View Portfolio</a>
</div>
<div class="mt-8 flex items-center">
<div class="flex -space-x-2">
<img class="inline-block h-10 w-10 rounded-full ring-2 ring-white" src="https://randomuser.me/api/portraits/women/12.jpg" alt="">
<img class="inline-block h-10 w-10 rounded-full ring-2 ring-white" src="https://randomuser.me/api/portraits/men/32.jpg" alt="">
<img class="inline-block h-10 w-10 rounded-full ring-2 ring-white" src="https://randomuser.me/api/portraits/women/44.jpg" alt="">
</div>
<div class="ml-4">
<p class="text-sm font-medium text-gray-600">Trusted by 300+ businesses</p>
<div class="flex items-center">
<div class="flex">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
<span class="text-sm text-gray-600 ml-1">5.0 (120 reviews)</span>
</div>
</div>
</div>
</div>
<div class="lg:w-1/2 relative">
<div class="relative">
<img src="https://images.unsplash.com/photo-1542744173-8e7e53415bb0?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Company Profile Mockup" class="rounded-xl shadow-2xl w-full">
<div class="absolute -bottom-6 -left-6 bg-white p-4 rounded-xl shadow-lg">
<div class="flex items-center">
<div class="bg-orange-100 p-3 rounded-full mr-3">
<i class="fas fa-bolt text-orange-500 text-xl"></i>
</div>
<div>
<p class="font-bold">Fast Delivery</p>
<p class="text-sm text-gray-600">Within 2-3 days</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="py-20 px-4 sm:px-6 lg:px-8 bg-white">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">🚀 Why Your Business Profile Matters</h2>
<p class="text-lg text-gray-600 max-w-3xl mx-auto">Your company profile is often your first and only chance to make an impression. At BrandScayle, we turn your brand into a beautiful, modern, strategic profile that builds trust, lands deals, and stands out in the inbox.</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8">
<div class="bg-gray-50 p-6 rounded-xl hover:shadow-lg transition duration-300">
<div class="bg-orange-100 w-14 h-14 rounded-full flex items-center justify-center mb-4">
<i class="fas fa-palette text-orange-500 text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">Branding</h3>
<p class="text-gray-600">Consistent branding that reflects your company's identity and values.</p>
</div>
<div class="bg-gray-50 p-6 rounded-xl hover:shadow-lg transition duration-300">
<div class="bg-orange-100 w-14 h-14 rounded-full flex items-center justify-center mb-4">
<i class="fas fa-chart-line text-orange-500 text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">Marketing & Sales</h3>
<p class="text-gray-600">Convert more leads with a professionally designed sales tool.</p>
</div>
<div class="bg-gray-50 p-6 rounded-xl hover:shadow-lg transition duration-300">
<div class="bg-orange-100 w-14 h-14 rounded-full flex items-center justify-center mb-4">
<i class="fas fa-hand-holding-usd text-orange-500 text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">Fundraising</h3>
<p class="text-gray-600">Impress investors with a compelling story and professional presentation.</p>
</div>
<div class="bg-gray-50 p-6 rounded-xl hover:shadow-lg transition duration-300">
<div class="bg-orange-100 w-14 h-14 rounded-full flex items-center justify-center mb-4">
<i class="fas fa-handshake text-orange-500 text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">Partnerships</h3>
<p class="text-gray-600">Establish credibility when approaching potential partners or clients.</p>
</div>
</div>
</div>
</section>
<!-- Pricing Section -->
<section id="pricing" class="py-20 px-4 sm:px-6 lg:px-8 bg-gray-50">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">💸 Limited-Time Packages <span class="text-orange-500">(Only a Few Slots Each Week!)</span></h2>
<p class="text-lg text-gray-600 max-w-3xl mx-auto">Choose the perfect package for your needs. All designs come with a 100% satisfaction guarantee.</p>
</div>
<div class="grid md:grid-cols-3 gap-8 max-w-6xl mx-auto">
<div class="price-card bg-white p-8 rounded-xl shadow-md border border-gray-200 transition duration-300">
<div class="mb-6">
<h3 class="text-2xl font-bold mb-2">Basic Package</h3>
<p class="text-gray-600">Perfect for startups and small businesses</p>
</div>
<div class="mb-6">
<span class="text-4xl font-bold">PKR 6,000</span>
<span class="text-gray-500">/one-time</span>
</div>
<ul class="mb-8 space-y-3">
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>1 Page Custom Profile (PDF)</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Clean corporate layout</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>1 revision</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>2-3 days delivery</span>
</li>
</ul>
<a href="#contact" class="block w-full bg-orange-500 hover:bg-orange-600 text-white font-bold py-3 px-4 rounded-lg text-center transition duration-300">Book Basic Package</a>
</div>
<div class="price-card bg-white p-8 rounded-xl shadow-lg border-2 border-orange-500 relative transition duration-300">
<div class="absolute -top-3 -right-3 bg-orange-500 text-white text-xs font-bold px-3 py-1 rounded-full">🔥 Most Popular</div>
<div class="absolute -top-3 left-1/2 transform -translate-x-1/2 bg-orange-500 text-white text-xs font-bold px-3 py-1 rounded-full">⏳ 3 spots left</div>
<div class="mb-6">
<h3 class="text-2xl font-bold mb-2">Premium Package</h3>
<p class="text-gray-600">For businesses that want to stand out</p>
</div>
<div class="mb-6">
<span class="text-4xl font-bold">PKR 9,000</span>
<span class="text-gray-500">/one-time</span>
</div>
<ul class="mb-8 space-y-3">
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Multi-page profile</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Premium visuals, icons, and charts</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Unlimited revisions</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>1-2 days express delivery</span>
</li>
</ul>
<a href="#contact" class="block w-full bg-orange-500 hover:bg-orange-600 text-white font-bold py-3 px-4 rounded-lg text-center transition duration-300">Book Premium Package</a>
</div>
<div class="price-card branding-package p-8 rounded-xl shadow-xl relative transition duration-300">
<div class="absolute -top-3 -right-3 bg-white text-orange-500 text-xs font-bold px-3 py-1 rounded-full">🎨 Complete Branding</div>
<div class="absolute -top-3 left-1/2 transform -translate-x-1/2 bg-white text-orange-500 text-xs font-bold px-3 py-1 rounded-full">✨ Only 1 spot left</div>
<div class="mb-6">
<h3 class="text-2xl font-bold mb-2">Done-For-You Branding</h3>
<p>Complete branding solution for new businesses</p>
</div>
<div class="mb-6">
<span class="text-4xl font-bold">PKR 25,000</span>
<span>/one-time</span>
</div>
<ul class="mb-8 space-y-3">
<li class="flex items-center">
<i class="fas fa-check text-white mr-2"></i>
<span>Complete Brand Identity</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-white mr-2"></i>
<span>Logo Design + Variations</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-white mr-2"></i>
<span>Color Palette & Typography</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-white mr-2"></i>
<span>8-12 Page Company Profile</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-white mr-2"></i>
<span>Business Card Design</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-white mr-2"></i>
<span>Social Media Kit</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-white mr-2"></i>
<span>Unlimited Revisions</span>
</li>
</ul>
<a href="#contact" class="block w-full hover:bg-white/90 font-bold py-3 px-4 rounded-lg text-center transition duration-300">Get Complete Branding</a>
</div>
</div>
<div class="mt-12 text-center">
<p class="text-gray-600 mb-4">Need something custom? We can help!</p>
<a href="#contact" class="inline-block border border-orange-500 text-orange-500 hover:bg-orange-50 font-bold py-3 px-6 rounded-lg transition duration-300">Request Custom Quote</a>
</div>
</div>
</section>
<!-- Portfolio Section -->
<section id="portfolio" class="py-20 px-4 sm:px-6 lg:px-8 bg-white">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">✨ Real Results. Real Designs.</h2>
<p class="text-lg text-gray-600 max-w-3xl mx-auto">See examples of our recent work for clients across various industries.</p>
</div>
<div class="grid sm:grid-cols-2 lg:grid-cols-3 gap-6">
<div class="portfolio-item overflow-hidden rounded-xl shadow-md hover:shadow-lg transition duration-300">
<div class="overflow-hidden">
<img src="https://images.unsplash.com/photo-1467232004584-a241de8bcf5d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1469&q=80" alt="Portfolio 1" class="w-full h-64 object-cover transition duration-500">
</div>
<div class="p-6">
<h3 class="text-xl font-bold mb-2">Tech Startup Profile</h3>
<p class="text-gray-600">Modern design for a SaaS company</p>
</div>
</div>
<div class="portfolio-item overflow-hidden rounded-xl shadow-md hover:shadow-lg transition duration-300">
<div class="overflow-hidden">
<img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Portfolio 2" class="w-full h-64 object-cover transition duration-500">
</div>
<div class="p-6">
<h3 class="text-xl font-bold mb-2">Consulting Firm Profile</h3>
<p class="text-gray-600">Professional layout for a financial consultancy</p>
</div>
</div>
<div class="portfolio-item overflow-hidden rounded-xl shadow-md hover:shadow-lg transition duration-300">
<div class="overflow-hidden">
<img src="https://images.unsplash.com/photo-1522071820081-009f0129c71c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Portfolio 3" class="w-full h-64 object-cover transition duration-500">
</div>
<div class="p-6">
<h3 class="text-xl font-bold mb-2">E-commerce Brand Profile</h3>
<p class="text-gray-600">Vibrant design for a retail business</p>
</div>
</div>
</div>
<div class="mt-12 text-center">
<a href="#" class="inline-block bg-orange-500 hover:bg-orange-600 text-white font-bold py-3 px-8 rounded-lg shadow-lg transition duration-300">View Full Portfolio</a>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section id="testimonials" class="py-20 px-4 sm:px-6 lg:px-8 bg-gray-50">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">🗣️ What Our Clients Say</h2>
<p class="text-lg text-gray-600 max-w-3xl mx-auto">Don't just take our word for it. Here's what our clients have to say about our services.</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="testimonial-card bg-white p-8 rounded-xl shadow-md hover:shadow-lg transition duration-300">
<div class="flex items-center mb-6">
<img src="https://randomuser.me/api/portraits/women/43.jpg" alt="Sarah" class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-bold">Sarah Johnson</h4>
<p class="text-sm text-gray-600">Tech Founder</p>
</div>
</div>
<div class="flex mb-2">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
<p class="text-gray-700 italic">"Within 48 hours, we had a profile that made us look like a $1M brand. Amazing work! The design perfectly captured our innovative approach while maintaining professionalism."</p>
</div>
<div class="testimonial-card bg-white p-8 rounded-xl shadow-md hover:shadow-lg transition duration-300">
<div class="flex items-center mb-6">
<img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Kashif" class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-bold">Kashif Ahmed</h4>
<p class="text-sm text-gray-600">SaaS Startup</p>
</div>
</div>
<div class="flex mb-2">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
<p class="text-gray-700 italic">"BrandScayle nailed our story visually. It impressed our investors on first glance. The attention to detail and understanding of our brand was exceptional."</p>
</div>
<div class="testimonial-card bg-white p-8 rounded-xl shadow-md hover:shadow-lg transition duration-300">
<div class="flex items-center mb-6">
<img src="https://randomuser.me/api/portraits/women/65.jpg" alt="Maria" class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-bold">Maria Rodriguez</h4>
<p class="text-sm text-gray-600">Marketing Agency</p>
</div>
</div>
<div class="flex mb-2">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
<p class="text-gray-700 italic">"We've used BrandScayle for multiple client projects. Each time, they deliver beyond expectations. Their ability to adapt to different brand styles is impressive."</p>
</div>
</div>
</div>
</section>
<!-- Contact Form Section -->
<section id="contact" class="py-20 px-4 sm:px-6 lg:px-8 bg-white">
<div class="max-w-7xl mx-auto">
<div class="lg:flex items-center">
<div class="lg:w-1/2 mb-12 lg:mb-0 lg:pr-12">
<h2 class="text-3xl md:text-4xl font-bold mb-6">📩 Let's Design Your Profile</h2>
<p class="text-lg text-gray-600 mb-8">Only a few slots left for this week. Book your project now with a 100% satisfaction guarantee.</p>
<div class="space-y-6">
<div class="flex items-start">
<div class="bg-orange-100 p-3 rounded-full mr-4">
<i class="fas fa-check text-orange-500"></i>
</div>
<div>
<h4 class="font-bold mb-1">Fast Response</h4>
<p class="text-gray-600">We typically reply within 2 hours during business hours.</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-orange-100 p-3 rounded-full mr-4">
<i class="fas fa-check text-orange-500"></i>
</div>
<div>
<h4 class="font-bold mb-1">No Upfront Payment</h4>
<p class="text-gray-600">Pay only after approving the initial design concept.</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-orange-100 p-3 rounded-full mr-4">
<i class="fas fa-check text-orange-500"></i>
</div>
<div>
<h4 class="font-bold mb-1">Satisfaction Guarantee</h4>
<p class="text-gray-600">If you're not happy, we'll revise it until you are.</p>
</div>
</div>
</div>
</div>
<div class="lg:w-1/2">
<form class="bg-gray-50 p-8 rounded-xl shadow-md">
<div class="mb-6">
<label for="name" class="block text-gray-700 font-medium mb-2">Full Name</label>
<input type="text" id="name" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:border-orange-500 focus:outline-none" placeholder="John Smith">
</div>
<div class="mb-6">
<label for="email" class="block text-gray-700 font-medium mb-2">Email Address</label>
<input type="email" id="email" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:border-orange-500 focus:outline-none" placeholder="john@example.com">
</div>
<div class="mb-6">
<label for="company" class="block text-gray-700 font-medium mb-2">Company Name</label>
<input type="text" id="company" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:border-orange-500 focus:outline-none" placeholder="Your Company Inc.">
</div>
<div class="mb-6">
<label for="package" class="block text-gray-700 font-medium mb-2">Choose Package</label>
<select id="package" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:border-orange-500 focus:outline-none">
<option value="">Select a package</option>
<option value="basic">Basic Package ($49)</option>
<option value="premium">Premium Package ($69)</option>
<option value="branding">Done-For-You Branding ($249)</option>
<option value="custom">Custom Project (Quote)</option>
</select>
</div>
<div class="mb-6">
<label for="description" class="block text-gray-700 font-medium mb-2">Tell us about your brand</label>
<textarea id="description" rows="4" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:border-orange-500 focus:outline-none" placeholder="Briefly describe your company, industry, and any specific requirements..."></textarea>
</div>
<button type="submit" class="w-full bg-orange-500 hover:bg-orange-600 text-white font-bold py-3 px-4 rounded-lg shadow-lg transition duration-300">Get Started Now</button>
</form>
</div>
</div>
</div>
</section>
<!-- FAQ Section -->
<section class="py-20 px-4 sm:px-6 lg:px-8 bg-gray-50">
<div class="max-w-4xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">❓ Frequently Asked Questions</h2>
<p class="text-lg text-gray-600">Find answers to common questions about our company profile design services.</p>
</div>
<div class="space-y-4">
<div class="faq-item bg-white p-6 rounded-xl shadow-md">
<div class="flex justify-between items-center cursor-pointer" onclick="toggleFAQ(1)">
<h3 class="text-lg font-bold">Can you write the content too?</h3>
<i class="fas fa-chevron-down text-orange-500 transition-transform duration-300"></i>
</div>
<div class="faq-answer">
<p class="text-gray-600 mt-2">Yes! We offer content writing services as an add-on. Our team can help craft compelling copy that highlights your unique value proposition, or we can refine existing content you provide.</p>
</div>
</div>
<div class="faq-item bg-white p-6 rounded-xl shadow-md">
<div class="flex justify-between items-center cursor-pointer" onclick="toggleFAQ(2)">
<h3 class="text-lg font-bold">Do I get the source file?</h3>
<i class="fas fa-chevron-down text-orange-500 transition-transform duration-300"></i>
</div>
<div class="faq-answer">
<p class="text-gray-600 mt-2">Absolutely. With every project, you'll receive both the final PDF and the editable source file (Adobe Illustrator or InDesign format) so you can make future updates yourself or through another designer.</p>
</div>
</div>
<div class="faq-item bg-white p-6 rounded-xl shadow-md">
<div class="flex justify-between items-center cursor-pointer" onclick="toggleFAQ(3)">
<h3 class="text-lg font-bold">What if I want more revisions?</h3>
<i class="fas fa-chevron-down text-orange-500 transition-transform duration-300"></i>
</div>
<div class="faq-answer">
<p class="text-gray-600 mt-2">The Basic package includes 1 revision round, while Premium offers unlimited revisions. If you need additional revisions beyond what's included in your package, we offer them at $15 per revision round.</p>
</div>
</div>
<div class="faq-item bg-white p-6 rounded-xl shadow-md">
<div class="flex justify-between items-center cursor-pointer" onclick="toggleFAQ(4)">
<h3 class="text-lg font-bold">Can you create matching pitch decks?</h3>
<i class="fas fa-chevron-down text-orange-500 transition-transform duration-300"></i>
</div>
<div class="faq-answer">
<p class="text-gray-600 mt-2">Yes! Many clients ask us to create matching PowerPoint or Google Slides presentations that maintain the same visual style as their company profile. We offer this as a separate service starting at $99.</p>
</div>
</div>
<div class="faq-item bg-white p-6 rounded-xl shadow-md">
<div class="flex justify-between items-center cursor-pointer" onclick="toggleFAQ(5)">
<h3 class="text-lg font-bold">What's included in the Done-For-You Branding package?</h3>
<i class="fas fa-chevron-down text-orange-500 transition-transform duration-300"></i>
</div>
<div class="faq-answer">
<p class="text-gray-600 mt-2">Our comprehensive branding package includes logo design with variations, complete brand identity (colors, typography, visual style), multi-page company profile, business card design, and social media branding kit. It's perfect for new businesses or rebranding projects.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12 px-4 sm:px-6 lg:px-8">
<div class="max-w-7xl mx-auto">
<div class="md:flex justify-between items-center">
<div class="mb-6 md:mb-0">
<span class="text-2xl font-bold text-orange-500">BrandScayle</span>
<p class="text-gray-400 mt-2">Professional company profile design that converts.</p>
</div>
<div class="grid grid-cols-2 md:grid-cols-3 gap-8">
<div>
<h4 class="text-lg font-bold mb-4">Quick Links</h4>
<ul class="space-y-2">
<li><a href="#services" class="text-gray-400 hover:text-orange-500 transition duration-300">Services</a></li>
<li><a href="#pricing" class="text-gray-400 hover:text-orange-500 transition duration-300">Pricing</a></li>
<li><a href="#portfolio" class="text-gray-400 hover:text-orange-500 transition duration-300">Portfolio</a></li>
<li><a href="#contact" class="text-gray-400 hover:text-orange-500 transition duration-300">Contact</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-bold mb-4">Contact</h4>
<ul class="space-y-2">
<li class="flex items-center">
<i class="fas fa-envelope text-orange-500 mr-2"></i>
<a href="mailto:hello@brandscayle.com" class="text-gray-400 hover:text-orange-500 transition duration-300">hello@brandscayle.com</a>
</li>
<li class="flex items-center">
<i class="fas fa-phone-alt text-orange-500 mr-2"></i>
<span class="text-gray-400">+1 (555) 123-4567</span>
</li>
</ul>
</div>
<div>
<h4 class="text-lg font-bold mb-4">Follow Us</h4>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-orange-500 transition duration-300"><i class="fab fa-instagram text-xl"></i></a>
<a href="#" class="text-gray-400 hover:text-orange-500 transition duration-300"><i class="fab fa-linkedin text-xl"></i></a>
<a href="#" class="text-gray-400 hover:text-orange-500 transition duration-300"><i class="fab fa-behance text-xl"></i></a>
<a href="#" class="text-gray-400 hover:text-orange-500 transition duration-300"><i class="fab fa-dribbble text-xl"></i></a>
</div>
</div>
</div>
</div>
<div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-400 mb-4 md:mb-0">© 2025 BrandScayle. All rights reserved.</p>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-orange-500 transition duration-300">Privacy Policy</a>
<a href="#" class="text-gray-400 hover:text-orange-500 transition duration-300">Terms of Service</a>
</div>
</div>
</div>
</footer>
<!-- Floating WhatsApp Button -->
<a href="https://wa.me/15551234567" class="fixed bottom-6 right-6 bg-green-500 hover:bg-green-600 text-white w-14 h-14 rounded-full flex items-center justify-center shadow-lg transition duration-300 z-50">
<i class="fab fa-whatsapp text-2xl"></i>
</a>
<script>
// Mobile menu toggle
const mobileMenuButton = document.getElementById('mobile-menu-button');
const mobileMenu = document.getElementById('mobile-menu');
mobileMenuButton.addEventListener('click', () => {
mobileMenu.classList.toggle('hidden');
});
// FAQ toggle functionality
function toggleFAQ(index) {
const faqItem = document.querySelectorAll('.faq-item')[index - 1];
const chevron = faqItem.querySelector('i');
faqItem.classList.toggle('active');
if (faqItem.classList.contains('active')) {
chevron.style.transform = 'rotate(180deg)';
} else {
chevron.style.transform = 'rotate(0deg)';
}
}
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const targetId = this.getAttribute('href');
if (targetId === '#') return;
const targetElement = document.querySelector(targetId);
if (targetElement) {
window.scrollTo({
top: targetElement.offsetTop - 80,
behavior: 'smooth'
});
// Close mobile menu if open
mobileMenu.classList.add('hidden');
}
});
});
// Add shadow to navbar on scroll
window.addEventListener('scroll', function() {
const nav = document.querySelector('nav');
if (window.scrollY > 10) {
nav.classList.add('shadow-lg');
} else {
nav.classList.remove('shadow-lg');
}
});
</script>
</body>
</html>