Merge version_1 into main #1
361
src/app/page.tsx
361
src/app/page.tsx
@@ -32,30 +32,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "portfolio",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Portfolio", id: "portfolio" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Kamal Logo Studio"
|
||||
/>
|
||||
@@ -63,68 +45,27 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
title="Professional Logo Designs That Build Powerful Brands"
|
||||
description="Elevate your identity with custom-crafted, luxurious, and modern logo design services by Kamal Kisku."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Logo",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "View Portfolio",
|
||||
href: "#portfolio",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Order Logo", href: "#contact" }, { text: "View Portfolio", href: "#portfolio" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-desk-concept-with-copy-space_23-2148459728.jpg"
|
||||
imageAlt="Logo Design Showcase"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg",
|
||||
alt: "Client Profile",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg",
|
||||
alt: "Client Profile",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-asian-businesswoman-smiling-closeup-portrait-jobs-career-campaign_53876-128976.jpg",
|
||||
alt: "Client Profile",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-bald-senior-dressed-stylish-suit-posing-against-dark-background_613910-17578.jpg",
|
||||
alt: "Client Profile",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-friendly-mature-business-man-wearing-jacket-glasses-posing-indoors-looking-camera_74855-9997.jpg",
|
||||
alt: "Client Profile",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg", alt: "Client Profile" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", alt: "Client Profile" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cheerful-asian-businesswoman-smiling-closeup-portrait-jobs-career-campaign_53876-128976.jpg", alt: "Client Profile" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-bald-senior-dressed-stylish-suit-posing-against-dark-background_613910-17578.jpg", alt: "Client Profile" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-friendly-mature-business-man-wearing-jacket-glasses-posing-indoors-looking-camera_74855-9997.jpg", alt: "Client Profile" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ global brands"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Minimalist",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Luxurious",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Modern",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "High-Impact",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Scalable",
|
||||
},
|
||||
{ type: "text", text: "Minimalist" },
|
||||
{ type: "text", text: "Luxurious" },
|
||||
{ type: "text", text: "Modern" },
|
||||
{ type: "text", text: "High-Impact" },
|
||||
{ type: "text", text: "Scalable" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -144,36 +85,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: PenTool,
|
||||
title: "Business Logo Design",
|
||||
description: "Professional logos for modern corporations.",
|
||||
},
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Minimalist Logo",
|
||||
description: "Clean, simple, and memorable designs.",
|
||||
},
|
||||
{
|
||||
icon: Diamond,
|
||||
title: "Luxury Logo Design",
|
||||
description: "Elegant and premium visual branding.",
|
||||
},
|
||||
{
|
||||
icon: Box,
|
||||
title: "3D Logo Design",
|
||||
description: "High-impact dimensional brand marks.",
|
||||
},
|
||||
{
|
||||
icon: Palette,
|
||||
title: "Brand Identity",
|
||||
description: "Full brand styling and design assets.",
|
||||
},
|
||||
{
|
||||
icon: Share2,
|
||||
title: "Social Branding",
|
||||
description: "Ready-to-use social media presence assets.",
|
||||
},
|
||||
{ icon: PenTool, title: "Business Logo Design", description: "Professional logos for modern corporations." },
|
||||
{ icon: Sparkles, title: "Minimalist Logo", description: "Clean, simple, and memorable designs." },
|
||||
{ icon: Diamond, title: "Luxury Logo Design", description: "Elegant and premium visual branding." },
|
||||
{ icon: Box, title: "3D Logo Design", description: "High-impact dimensional brand marks." },
|
||||
{ icon: Palette, title: "Brand Identity", description: "Full brand styling and design assets." },
|
||||
{ icon: Share2, title: "Social Branding", description: "Ready-to-use social media presence assets." },
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Comprehensive design solutions tailored to help your brand stand out in a digital world."
|
||||
@@ -187,48 +104,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Tech Startup Logo",
|
||||
price: "Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-house-residential-living-concept_53876-120309.jpg",
|
||||
imageAlt: "Startup Logo",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Luxury Restaurant Mark",
|
||||
price: "Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-spoons-with-spices_23-2148583683.jpg",
|
||||
imageAlt: "Restaurant Logo",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Football Club Crest",
|
||||
price: "Featured",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ur2efv",
|
||||
imageAlt: "Sports Logo",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Modern Fashion Brand",
|
||||
price: "Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/vintage-golden-art-nouveau-badge-blue-vector_53876-57489.jpg",
|
||||
imageAlt: "Fashion Logo",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Real Estate Branding",
|
||||
price: "Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/template-badge-layout-mock-up-visual-blank-concept_53876-120337.jpg",
|
||||
imageAlt: "Real Estate Logo",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Digital SaaS Identity",
|
||||
price: "Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-background-button_23-2148882651.jpg",
|
||||
imageAlt: "SaaS Logo",
|
||||
},
|
||||
{ id: "p1", name: "Tech Startup Logo", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/home-house-residential-living-concept_53876-120309.jpg", imageAlt: "Startup Logo" },
|
||||
{ id: "p2", name: "Luxury Restaurant Mark", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-spoons-with-spices_23-2148583683.jpg", imageAlt: "Restaurant Logo" },
|
||||
{ id: "p3", name: "Football Club Crest", price: "Featured", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ur2efv", imageAlt: "Sports Logo" },
|
||||
{ id: "p4", name: "Modern Fashion Brand", price: "Featured", imageSrc: "http://img.b2bpic.net/free-vector/vintage-golden-art-nouveau-badge-blue-vector_53876-57489.jpg", imageAlt: "Fashion Logo" },
|
||||
{ id: "p5", name: "Real Estate Branding", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/template-badge-layout-mock-up-visual-blank-concept_53876-120337.jpg", imageAlt: "Real Estate Logo" },
|
||||
{ id: "p6", name: "Digital SaaS Identity", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/technology-background-button_23-2148882651.jpg", imageAlt: "SaaS Logo" },
|
||||
]}
|
||||
title="Portfolio Gallery"
|
||||
description="A curated collection of modern branding and logo design projects."
|
||||
@@ -241,57 +122,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essential",
|
||||
price: "$199",
|
||||
subtitle: "For new brands",
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"1 Concept",
|
||||
"Basic Files",
|
||||
"2 Revisions",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "standard",
|
||||
badge: "Pro",
|
||||
price: "$499",
|
||||
subtitle: "For growing businesses",
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"3 Concepts",
|
||||
"Source Files",
|
||||
"Unlimited Revisions",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "VIP",
|
||||
price: "$999",
|
||||
subtitle: "Full brand identity",
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"5 Concepts",
|
||||
"Full Source Files",
|
||||
"Complete Branding Kit",
|
||||
],
|
||||
},
|
||||
{ id: "basic", badge: "Essential", price: "$199", subtitle: "For new brands", buttons: [{ text: "Get Started", href: "#contact" }], features: ["1 Concept", "Basic Files", "2 Revisions"] },
|
||||
{ id: "standard", badge: "Pro", price: "$499", subtitle: "For growing businesses", buttons: [{ text: "Get Started", href: "#contact" }], features: ["3 Concepts", "Source Files", "Unlimited Revisions"] },
|
||||
{ id: "premium", badge: "VIP", price: "$999", subtitle: "Full brand identity", buttons: [{ text: "Get Started", href: "#contact" }], features: ["5 Concepts", "Full Source Files", "Complete Branding Kit"] },
|
||||
]}
|
||||
title="Design Packages"
|
||||
description="Choose the best plan for your brand development needs."
|
||||
@@ -300,63 +133,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Doe",
|
||||
role: "CEO",
|
||||
company: "Tech Corp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Miller",
|
||||
role: "Owner",
|
||||
company: "Gourmet Kitchen",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-14028.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mark Wilson",
|
||||
role: "Director",
|
||||
company: "Global Build",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-elegant-posing-suit_23-2149488020.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena Ross",
|
||||
role: "Creative Lead",
|
||||
company: "Style Lab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-3693.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Cho",
|
||||
role: "Founder",
|
||||
company: "Urban Sports",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727616.jpg",
|
||||
},
|
||||
{ id: "1", name: "John Doe", role: "CEO", company: "Tech Corp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" },
|
||||
{ id: "2", name: "Sarah Miller", role: "Owner", company: "Gourmet Kitchen", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-14028.jpg" },
|
||||
{ id: "3", name: "Mark Wilson", role: "Director", company: "Global Build", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-elegant-posing-suit_23-2149488020.jpg" },
|
||||
{ id: "4", name: "Elena Ross", role: "Creative Lead", company: "Style Lab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-3693.jpg" },
|
||||
{ id: "5", name: "David Cho", role: "Founder", company: "Urban Sports", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727616.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "500+",
|
||||
label: "Projects Completed",
|
||||
},
|
||||
{
|
||||
value: "98%",
|
||||
label: "Satisfied Clients",
|
||||
},
|
||||
{
|
||||
value: "5",
|
||||
label: "Years Experience",
|
||||
},
|
||||
{ value: "500+", label: "Projects Completed" },
|
||||
{ value: "98%", label: "Satisfied Clients" },
|
||||
{ value: "5", label: "Years Experience" },
|
||||
]}
|
||||
title="Client Success"
|
||||
description="What our clients say about Kamal Logo Studio."
|
||||
@@ -367,21 +157,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What files do you deliver?",
|
||||
content: "We provide AI, EPS, SVG, PNG, and PDF source files for every project.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How long is the turnaround?",
|
||||
content: "Typically 3-5 business days depending on package complexity.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer refunds?",
|
||||
content: "We offer revisions to ensure satisfaction, focused on quality output.",
|
||||
},
|
||||
{ id: "f1", title: "What files do you deliver?", content: "We provide AI, EPS, SVG, PNG, and PDF source files for every project." },
|
||||
{ id: "f2", title: "How long is the turnaround?", content: "Typically 3-5 business days depending on package complexity." },
|
||||
{ id: "f3", title: "Do you offer refunds?", content: "We offer revisions to ensure satisfaction, focused on quality output." },
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Everything you need to know about our logo design process."
|
||||
@@ -392,18 +170,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Let's work together"
|
||||
title="Ready to Build Your Brand?"
|
||||
description="Contact Kamal Logo Studio today for professional design services."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp Kamal",
|
||||
href: "https://wa.me/yournumber",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "WhatsApp Kamal", href: "https://wa.me/yournumber" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -412,41 +183,9 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/golden-texture-powder-dust-bursting-background-illustration_1017-42072.jpg"
|
||||
logoText="Kamal Logo Studio"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "#portfolio",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Fiverr",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigate", items: [{ label: "Services", href: "#services" }, { label: "Portfolio", href: "#portfolio" }] },
|
||||
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Fiverr", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user