Merge version_1 into main #2
@@ -7,7 +7,7 @@ import TeamCardFive from "@/components/sections/team/TeamCardFive";
|
||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import Link from "next/link";
|
||||
import { Users, CheckCircle } from "lucide-react";
|
||||
import { Users, CheckCircle, Lightbulb, Target } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
@@ -20,8 +20,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
@@ -29,8 +28,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Graphic Design", href: "/services" },
|
||||
{ label: "Logo & Branding", href: "/services" },
|
||||
{ label: "Web Design", href: "/services" },
|
||||
@@ -38,8 +36,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -54,7 +51,7 @@ export default function AboutPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="medium"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -68,9 +65,7 @@ export default function AboutPage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Get a Free Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get a Free Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -78,15 +73,10 @@ export default function AboutPage() {
|
||||
<TextSplitAbout
|
||||
title="Why Choose Kavion Studio"
|
||||
description={[
|
||||
"We're not just a design agency—we're your strategic creative partner. With years of experience helping local businesses thrive, we understand your challenges and deliver solutions that work.",
|
||||
"Our approach is simple: listen to your goals, understand your audience, and create designs that convert. We combine creativity with strategy, ensuring every project drives real business results for your brand.",
|
||||
"From startups to established businesses, restaurants to salons, we've helped hundreds of entrepreneurs look professional and grow their customer base. Your success is our success.",
|
||||
]}
|
||||
"We're not just a design agency—we're your strategic creative partner. With years of experience helping local businesses thrive, we understand your challenges and deliver solutions that work.", "Our approach is simple: listen to your goals, understand your audience, and create designs that convert. We combine creativity with strategy, ensuring every project drives real business results for your brand.", "From startups to established businesses, restaurants to salons, we've helped hundreds of entrepreneurs look professional and grow their customer base. Your success is our success."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Project",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Start Your Project", href: "/contact"},
|
||||
]}
|
||||
showBorder={true}
|
||||
useInvertedBackground={true}
|
||||
@@ -102,37 +92,17 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Founder & Creative Director",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=2",
|
||||
imageAlt: "Sarah Johnson, Founder",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Founder & Creative Director", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", imageAlt: "Sarah Johnson, Founder"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Lead Graphic Designer",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-young-man-sunglasses-sitting-along-with-laptop-white-space_140725-11140.jpg?_wi=2",
|
||||
imageAlt: "Michael Chen, Lead Designer",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Lead Graphic Designer", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-young-man-sunglasses-sitting-along-with-laptop-white-space_140725-11140.jpg", imageAlt: "Michael Chen, Lead Designer"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Rodriguez",
|
||||
role: "Full-Stack Developer",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/male-business-executive-using-mobile-phone_1170-840.jpg?_wi=2",
|
||||
imageAlt: "Emma Rodriguez, Developer",
|
||||
},
|
||||
id: "3", name: "Emma Rodriguez", role: "Full-Stack Developer", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/male-business-executive-using-mobile-phone_1170-840.jpg", imageAlt: "Emma Rodriguez, Developer"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Marketing Strategist",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/pleased-young-businessman-wearing-glasses-isolated-pink-background_141793-63263.jpg?_wi=2",
|
||||
imageAlt: "David Kim, Marketing Strategist",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Marketing Strategist", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/pleased-young-businessman-wearing-glasses-isolated-pink-background_141793-63263.jpg", imageAlt: "David Kim, Marketing Strategist"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -149,23 +119,17 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
icon: "Lightbulb",
|
||||
title: "Creative Excellence",
|
||||
description:
|
||||
"We push creative boundaries and deliver design work that stands out from the competition.",
|
||||
},
|
||||
icon: Lightbulb,
|
||||
title: "Creative Excellence", description:
|
||||
"We push creative boundaries and deliver design work that stands out from the competition."},
|
||||
{
|
||||
icon: "Target",
|
||||
title: "Results-Driven",
|
||||
description:
|
||||
"Every design decision is strategic, focused on achieving your business goals and driving real results.",
|
||||
},
|
||||
icon: Target,
|
||||
title: "Results-Driven", description:
|
||||
"Every design decision is strategic, focused on achieving your business goals and driving real results."},
|
||||
{
|
||||
icon: "Users",
|
||||
title: "Collaborative Partnership",
|
||||
description:
|
||||
"We work closely with our clients as true partners, listening to your vision and bringing it to life.",
|
||||
},
|
||||
icon: Users,
|
||||
title: "Collaborative Partnership", description:
|
||||
"We work closely with our clients as true partners, listening to your vision and bringing it to life."},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
|
||||
166
src/app/page.tsx
166
src/app/page.tsx
@@ -24,8 +24,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Portfolio", href: "portfolio" },
|
||||
@@ -33,8 +32,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Graphic Design", href: "/services" },
|
||||
{ label: "Logo & Branding", href: "/services" },
|
||||
{ label: "Web Design", href: "/services" },
|
||||
@@ -42,8 +40,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -58,7 +55,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="medium"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -72,9 +69,7 @@ export default function HomePage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Get a Free Quote",
|
||||
href: "contact",
|
||||
}}
|
||||
text: "Get a Free Quote", href: "contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -87,20 +82,15 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "contact"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
text: "Call Now", href: "tel:+1234567890"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/retro-camera-digital-tablet-coffee-cup-paper-pencil-diary-keyboard-white-table_23-2148061577.jpg"
|
||||
imageAlt="Kavion Studio Creative Team Working"
|
||||
background={{
|
||||
variant: "floatingGradient",
|
||||
}}
|
||||
variant: "canvas-reveal"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -113,45 +103,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Local Restaurant",
|
||||
name: "Complete Branding & Social Media Redesign",
|
||||
price: "Increased Social Engagement 250%",
|
||||
rating: 5,
|
||||
reviewCount: "Highly Satisfied",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/business-instagram-stories_23-2148877824.jpg?_wi=1",
|
||||
imageAlt: "Restaurant Branding Project",
|
||||
},
|
||||
id: "1", brand: "Local Restaurant", name: "Complete Branding & Social Media Redesign", price: "Increased Social Engagement 250%", rating: 5,
|
||||
reviewCount: "Highly Satisfied", imageSrc: "http://img.b2bpic.net/free-psd/business-instagram-stories_23-2148877824.jpg", imageAlt: "Restaurant Branding Project"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Boutique Gym",
|
||||
name: "Modern Website & Marketing Campaign",
|
||||
price: "40+ New Client Inquiries",
|
||||
rating: 5,
|
||||
reviewCount: "Exceeded Goals",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-entrepreneurs-analyzing-business-reports-communicating-office_637285-2792.jpg?_wi=1",
|
||||
imageAlt: "Gym Website Design Project",
|
||||
},
|
||||
id: "2", brand: "Boutique Gym", name: "Modern Website & Marketing Campaign", price: "40+ New Client Inquiries", rating: 5,
|
||||
reviewCount: "Exceeded Goals", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-entrepreneurs-analyzing-business-reports-communicating-office_637285-2792.jpg", imageAlt: "Gym Website Design Project"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Fashion Brand",
|
||||
name: "Logo & Brand Identity System",
|
||||
price: "Professional Brand Launch",
|
||||
rating: 5,
|
||||
reviewCount: "Perfect Brand Fit",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/love-post-stamp_1416-1154.jpg?_wi=1",
|
||||
imageAlt: "Fashion Brand Logo Project",
|
||||
},
|
||||
id: "3", brand: "Fashion Brand", name: "Logo & Brand Identity System", price: "Professional Brand Launch", rating: 5,
|
||||
reviewCount: "Perfect Brand Fit", imageSrc: "http://img.b2bpic.net/free-vector/love-post-stamp_1416-1154.jpg", imageAlt: "Fashion Brand Logo Project"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Coffee Shop",
|
||||
name: "Social Media Graphics & Content",
|
||||
price: "Consistent Brand Presence",
|
||||
rating: 5,
|
||||
reviewCount: "Community Love",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/shiny-influencer-marketing-design_23-2147690129.jpg?_wi=1",
|
||||
imageAlt: "Coffee Shop Social Media Project",
|
||||
},
|
||||
id: "4", brand: "Coffee Shop", name: "Social Media Graphics & Content", price: "Consistent Brand Presence", rating: 5,
|
||||
reviewCount: "Community Love", imageSrc: "http://img.b2bpic.net/free-vector/shiny-influencer-marketing-design_23-2147690129.jpg", imageAlt: "Coffee Shop Social Media Project"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -169,59 +131,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Transformed Our Brand Completely",
|
||||
quote: "Kavion Studio took our restaurant from invisible to the talk of the town. Their branding and social media strategy brought us 40+ new customers in the first month. Highly recommended!",
|
||||
name: "Maria Santos",
|
||||
role: "Owner, Santos Restaurant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1666.jpg?_wi=1",
|
||||
imageAlt: "Maria Santos",
|
||||
},
|
||||
id: "1", title: "Transformed Our Brand Completely", quote: "Kavion Studio took our restaurant from invisible to the talk of the town. Their branding and social media strategy brought us 40+ new customers in the first month. Highly recommended!", name: "Maria Santos", role: "Owner, Santos Restaurant", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1666.jpg", imageAlt: "Maria Santos"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Professional Website That Actually Converts",
|
||||
quote: "We needed a modern website that looked professional and converted visitors into clients. Kavion delivered exactly that. Our inquiries doubled within two months.",
|
||||
name: "James Wilson",
|
||||
role: "Manager, FitPro Gym",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-standing-smiling-coffee-house_1303-31768.jpg?_wi=1",
|
||||
imageAlt: "James Wilson",
|
||||
},
|
||||
id: "2", title: "Professional Website That Actually Converts", quote: "We needed a modern website that looked professional and converted visitors into clients. Kavion delivered exactly that. Our inquiries doubled within two months.", name: "James Wilson", role: "Manager, FitPro Gym", imageSrc: "http://img.b2bpic.net/free-photo/male-barista-standing-smiling-coffee-house_1303-31768.jpg", imageAlt: "James Wilson"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Best Investment for Our Salon",
|
||||
quote: "The logo and branding package from Kavion elevated our salon's image instantly. Clients comment on how professional we look now. Worth every penny!",
|
||||
name: "Lisa Park",
|
||||
role: "Owner, Elegance Salon",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-blond-business-woman-sitting-couch_23-2148095700.jpg?_wi=1",
|
||||
imageAlt: "Lisa Park",
|
||||
},
|
||||
id: "3", title: "Best Investment for Our Salon", quote: "The logo and branding package from Kavion elevated our salon's image instantly. Clients comment on how professional we look now. Worth every penny!", name: "Lisa Park", role: "Owner, Elegance Salon", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-blond-business-woman-sitting-couch_23-2148095700.jpg", imageAlt: "Lisa Park"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Marketing That Actually Works",
|
||||
quote: "Their marketing campaign graphics are beautiful AND effective. We've never had better social media engagement. Kavion understands what it takes to grow a business.",
|
||||
name: "Ahmed Hassan",
|
||||
role: "Owner, Hassan Coffee Co",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg?_wi=1",
|
||||
imageAlt: "Ahmed Hassan",
|
||||
},
|
||||
id: "4", title: "Marketing That Actually Works", quote: "Their marketing campaign graphics are beautiful AND effective. We've never had better social media engagement. Kavion understands what it takes to grow a business.", name: "Ahmed Hassan", role: "Owner, Hassan Coffee Co", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg", imageAlt: "Ahmed Hassan"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Helped Us Launch Successfully",
|
||||
quote: "As a new startup, we didn't know where to start. Kavion guided us through the entire branding process and created a cohesive visual identity. We look like we've been around for years!",
|
||||
name: "Nicole Thompson",
|
||||
role: "Co-Founder, TechStart Solutions",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-therapy_23-2148928793.jpg?_wi=1",
|
||||
imageAlt: "Nicole Thompson",
|
||||
},
|
||||
id: "5", title: "Helped Us Launch Successfully", quote: "As a new startup, we didn't know where to start. Kavion guided us through the entire branding process and created a cohesive visual identity. We look like we've been around for years!", name: "Nicole Thompson", role: "Co-Founder, TechStart Solutions", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-therapy_23-2148928793.jpg", imageAlt: "Nicole Thompson"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Creative Excellence at Every Step",
|
||||
quote: "Working with Kavion is a pleasure. They're responsive, creative, and deliver beyond expectations. Our new brand identity has become our competitive advantage.",
|
||||
name: "Robert Chang",
|
||||
role: "Director, Chang & Associates",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-businessman-office-clothing_23-2148763859.jpg?_wi=1",
|
||||
imageAlt: "Robert Chang",
|
||||
},
|
||||
id: "6", title: "Creative Excellence at Every Step", quote: "Working with Kavion is a pleasure. They're responsive, creative, and deliver beyond expectations. Our new brand identity has become our competitive advantage.", name: "Robert Chang", role: "Director, Chang & Associates", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-businessman-office-clothing_23-2148763859.jpg", imageAlt: "Robert Chang"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -232,15 +152,10 @@ export default function HomePage() {
|
||||
<TextSplitAbout
|
||||
title="Why Choose Kavion Studio"
|
||||
description={[
|
||||
"We're not just a design agency—we're your strategic creative partner. With years of experience helping local businesses thrive, we understand your challenges and deliver solutions that work.",
|
||||
"Our approach is simple: listen to your goals, understand your audience, and create designs that convert. We combine creativity with strategy, ensuring every project drives real business results for your brand.",
|
||||
"From startups to established businesses, restaurants to salons, we've helped hundreds of entrepreneurs look professional and grow their customer base. Your success is our success.",
|
||||
]}
|
||||
"We're not just a design agency—we're your strategic creative partner. With years of experience helping local businesses thrive, we understand your challenges and deliver solutions that work.", "Our approach is simple: listen to your goals, understand your audience, and create designs that convert. We combine creativity with strategy, ensuring every project drives real business results for your brand.", "From startups to established businesses, restaurants to salons, we've helped hundreds of entrepreneurs look professional and grow their customer base. Your success is our success."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Project",
|
||||
href: "contact",
|
||||
},
|
||||
text: "Start Your Project", href: "contact"},
|
||||
]}
|
||||
showBorder={true}
|
||||
useInvertedBackground={true}
|
||||
@@ -256,33 +171,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Founder & Creative Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson, Founder",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Founder & Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", imageAlt: "Sarah Johnson, Founder"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Lead Graphic Designer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-sunglasses-sitting-along-with-laptop-white-space_140725-11140.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen, Lead Designer",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Lead Graphic Designer", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-sunglasses-sitting-along-with-laptop-white-space_140725-11140.jpg", imageAlt: "Michael Chen, Lead Designer"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Rodriguez",
|
||||
role: "Full-Stack Developer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-business-executive-using-mobile-phone_1170-840.jpg?_wi=1",
|
||||
imageAlt: "Emma Rodriguez, Developer",
|
||||
},
|
||||
id: "3", name: "Emma Rodriguez", role: "Full-Stack Developer", imageSrc: "http://img.b2bpic.net/free-photo/male-business-executive-using-mobile-phone_1170-840.jpg", imageAlt: "Emma Rodriguez, Developer"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Marketing Strategist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-businessman-wearing-glasses-isolated-pink-background_141793-63263.jpg?_wi=1",
|
||||
imageAlt: "David Kim, Marketing Strategist",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Marketing Strategist", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-businessman-wearing-glasses-isolated-pink-background_141793-63263.jpg", imageAlt: "David Kim, Marketing Strategist"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -298,10 +193,9 @@ export default function HomePage() {
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
variant: "canvas-reveal"}}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-executives-discussing-digital-tablet_107420-65748.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-executives-discussing-digital-tablet_107420-65748.jpg"
|
||||
imageAlt="Get Your Free Consultation"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -7,7 +7,7 @@ import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/F
|
||||
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import Link from "next/link";
|
||||
import { Award, Heart, CheckCircle } from "lucide-react";
|
||||
import { Award, Heart, CheckCircle, Palette, Share2, Zap, Globe, Code } from "lucide-react";
|
||||
|
||||
export default function PortfolioPage() {
|
||||
const navItems = [
|
||||
@@ -20,8 +20,7 @@ export default function PortfolioPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
@@ -29,8 +28,7 @@ export default function PortfolioPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Graphic Design", href: "/services" },
|
||||
{ label: "Logo & Branding", href: "/services" },
|
||||
{ label: "Web Design", href: "/services" },
|
||||
@@ -38,8 +36,7 @@ export default function PortfolioPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -54,7 +51,7 @@ export default function PortfolioPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="medium"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -68,9 +65,7 @@ export default function PortfolioPage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Get a Free Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get a Free Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -83,49 +78,21 @@ export default function PortfolioPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Local Restaurant",
|
||||
name: "Complete Branding & Social Media Redesign",
|
||||
price: "Increased Social Engagement 250%",
|
||||
rating: 5,
|
||||
reviewCount: "Highly Satisfied",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-psd/business-instagram-stories_23-2148877824.jpg?_wi=2",
|
||||
imageAlt: "Restaurant Branding Project",
|
||||
},
|
||||
id: "1", brand: "Local Restaurant", name: "Complete Branding & Social Media Redesign", price: "Increased Social Engagement 250%", rating: 5,
|
||||
reviewCount: "Highly Satisfied", imageSrc:
|
||||
"http://img.b2bpic.net/free-psd/business-instagram-stories_23-2148877824.jpg", imageAlt: "Restaurant Branding Project"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Boutique Gym",
|
||||
name: "Modern Website & Marketing Campaign",
|
||||
price: "40+ New Client Inquiries",
|
||||
rating: 5,
|
||||
reviewCount: "Exceeded Goals",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/two-happy-entrepreneurs-analyzing-business-reports-communicating-office_637285-2792.jpg?_wi=2",
|
||||
imageAlt: "Gym Website Design Project",
|
||||
},
|
||||
id: "2", brand: "Boutique Gym", name: "Modern Website & Marketing Campaign", price: "40+ New Client Inquiries", rating: 5,
|
||||
reviewCount: "Exceeded Goals", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/two-happy-entrepreneurs-analyzing-business-reports-communicating-office_637285-2792.jpg", imageAlt: "Gym Website Design Project"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Fashion Brand",
|
||||
name: "Logo & Brand Identity System",
|
||||
price: "Professional Brand Launch",
|
||||
rating: 5,
|
||||
reviewCount: "Perfect Brand Fit",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/love-post-stamp_1416-1154.jpg?_wi=2",
|
||||
imageAlt: "Fashion Brand Logo Project",
|
||||
},
|
||||
id: "3", brand: "Fashion Brand", name: "Logo & Brand Identity System", price: "Professional Brand Launch", rating: 5,
|
||||
reviewCount: "Perfect Brand Fit", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/love-post-stamp_1416-1154.jpg", imageAlt: "Fashion Brand Logo Project"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Coffee Shop",
|
||||
name: "Social Media Graphics & Content",
|
||||
price: "Consistent Brand Presence",
|
||||
rating: 5,
|
||||
reviewCount: "Community Love",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/shiny-influencer-marketing-design_23-2147690129.jpg?_wi=2",
|
||||
imageAlt: "Coffee Shop Social Media Project",
|
||||
},
|
||||
id: "4", brand: "Coffee Shop", name: "Social Media Graphics & Content", price: "Consistent Brand Presence", rating: 5,
|
||||
reviewCount: "Community Love", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/shiny-influencer-marketing-design_23-2147690129.jpg", imageAlt: "Coffee Shop Social Media Project"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -143,41 +110,29 @@ export default function PortfolioPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
icon: "Palette",
|
||||
title: "Graphic Design",
|
||||
description:
|
||||
"Logo design, social media graphics, marketing materials, and visual identity systems that make your brand stand out.",
|
||||
},
|
||||
icon: Palette,
|
||||
title: "Graphic Design", description:
|
||||
"Logo design, social media graphics, marketing materials, and visual identity systems that make your brand stand out."},
|
||||
{
|
||||
icon: "Sparkles",
|
||||
title: "Logo & Branding",
|
||||
description:
|
||||
"Complete branding packages including logo design, brand guidelines, and visual identity that resonates with your audience.",
|
||||
},
|
||||
icon: Share2,
|
||||
title: "Logo & Branding", description:
|
||||
"Complete branding packages including logo design, brand guidelines, and visual identity that resonates with your audience."},
|
||||
{
|
||||
icon: "Share2",
|
||||
title: "Social Media Design",
|
||||
description:
|
||||
"Eye-catching social media graphics, posts, and campaigns that drive engagement and build your online community.",
|
||||
},
|
||||
icon: Share2,
|
||||
title: "Social Media Design", description:
|
||||
"Eye-catching social media graphics, posts, and campaigns that drive engagement and build your online community."},
|
||||
{
|
||||
icon: "Zap",
|
||||
title: "Marketing & Advertising",
|
||||
description:
|
||||
"Strategic marketing campaigns, ad creative, and promotional materials to reach and convert your target customers.",
|
||||
},
|
||||
icon: Zap,
|
||||
title: "Marketing & Advertising", description:
|
||||
"Strategic marketing campaigns, ad creative, and promotional materials to reach and convert your target customers."},
|
||||
{
|
||||
icon: "Globe",
|
||||
title: "Website Design",
|
||||
description:
|
||||
"Modern, responsive website designs that showcase your business and convert visitors into customers.",
|
||||
},
|
||||
icon: Globe,
|
||||
title: "Website Design", description:
|
||||
"Modern, responsive website designs that showcase your business and convert visitors into customers."},
|
||||
{
|
||||
icon: "Code",
|
||||
title: "Website Development",
|
||||
description:
|
||||
"Full-stack web development ensuring your website is fast, secure, and optimized for search engines.",
|
||||
},
|
||||
icon: Code,
|
||||
title: "Website Development", description:
|
||||
"Full-stack web development ensuring your website is fast, secure, and optimized for search engines."},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -194,71 +149,29 @@ export default function PortfolioPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Transformed Our Brand Completely",
|
||||
quote:
|
||||
"Kavion Studio took our restaurant from invisible to the talk of the town. Their branding and social media strategy brought us 40+ new customers in the first month. Highly recommended!",
|
||||
name: "Maria Santos",
|
||||
role: "Owner, Santos Restaurant",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1666.jpg?_wi=2",
|
||||
imageAlt: "Maria Santos",
|
||||
},
|
||||
id: "1", title: "Transformed Our Brand Completely", quote:
|
||||
"Kavion Studio took our restaurant from invisible to the talk of the town. Their branding and social media strategy brought us 40+ new customers in the first month. Highly recommended!", name: "Maria Santos", role: "Owner, Santos Restaurant", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1666.jpg", imageAlt: "Maria Santos"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Professional Website That Actually Converts",
|
||||
quote:
|
||||
"We needed a modern website that looked professional and converted visitors into clients. Kavion delivered exactly that. Our inquiries doubled within two months.",
|
||||
name: "James Wilson",
|
||||
role: "Manager, FitPro Gym",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/male-barista-standing-smiling-coffee-house_1303-31768.jpg?_wi=2",
|
||||
imageAlt: "James Wilson",
|
||||
},
|
||||
id: "2", title: "Professional Website That Actually Converts", quote:
|
||||
"We needed a modern website that looked professional and converted visitors into clients. Kavion delivered exactly that. Our inquiries doubled within two months.", name: "James Wilson", role: "Manager, FitPro Gym", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/male-barista-standing-smiling-coffee-house_1303-31768.jpg", imageAlt: "James Wilson"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Best Investment for Our Salon",
|
||||
quote:
|
||||
"The logo and branding package from Kavion elevated our salon's image instantly. Clients comment on how professional we look now. Worth every penny!",
|
||||
name: "Lisa Park",
|
||||
role: "Owner, Elegance Salon",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/thoughtful-blond-business-woman-sitting-couch_23-2148095700.jpg?_wi=2",
|
||||
imageAlt: "Lisa Park",
|
||||
},
|
||||
id: "3", title: "Best Investment for Our Salon", quote:
|
||||
"The logo and branding package from Kavion elevated our salon's image instantly. Clients comment on how professional we look now. Worth every penny!", name: "Lisa Park", role: "Owner, Elegance Salon", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/thoughtful-blond-business-woman-sitting-couch_23-2148095700.jpg", imageAlt: "Lisa Park"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Marketing That Actually Works",
|
||||
quote:
|
||||
"Their marketing campaign graphics are beautiful AND effective. We've never had better social media engagement. Kavion understands what it takes to grow a business.",
|
||||
name: "Ahmed Hassan",
|
||||
role: "Owner, Hassan Coffee Co",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg?_wi=2",
|
||||
imageAlt: "Ahmed Hassan",
|
||||
},
|
||||
id: "4", title: "Marketing That Actually Works", quote:
|
||||
"Their marketing campaign graphics are beautiful AND effective. We've never had better social media engagement. Kavion understands what it takes to grow a business.", name: "Ahmed Hassan", role: "Owner, Hassan Coffee Co", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg", imageAlt: "Ahmed Hassan"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Helped Us Launch Successfully",
|
||||
quote:
|
||||
"As a new startup, we didn't know where to start. Kavion guided us through the entire branding process and created a cohesive visual identity. We look like we've been around for years!",
|
||||
name: "Nicole Thompson",
|
||||
role: "Co-Founder, TechStart Solutions",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-smiley-man-therapy_23-2148928793.jpg?_wi=2",
|
||||
imageAlt: "Nicole Thompson",
|
||||
},
|
||||
id: "5", title: "Helped Us Launch Successfully", quote:
|
||||
"As a new startup, we didn't know where to start. Kavion guided us through the entire branding process and created a cohesive visual identity. We look like we've been around for years!", name: "Nicole Thompson", role: "Co-Founder, TechStart Solutions", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-smiley-man-therapy_23-2148928793.jpg", imageAlt: "Nicole Thompson"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Creative Excellence at Every Step",
|
||||
quote:
|
||||
"Working with Kavion is a pleasure. They're responsive, creative, and deliver beyond expectations. Our new brand identity has become our competitive advantage.",
|
||||
name: "Robert Chang",
|
||||
role: "Director, Chang & Associates",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-young-businessman-office-clothing_23-2148763859.jpg?_wi=2",
|
||||
imageAlt: "Robert Chang",
|
||||
},
|
||||
id: "6", title: "Creative Excellence at Every Step", quote:
|
||||
"Working with Kavion is a pleasure. They're responsive, creative, and deliver beyond expectations. Our new brand identity has become our competitive advantage.", name: "Robert Chang", role: "Director, Chang & Associates", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-young-businessman-office-clothing_23-2148763859.jpg", imageAlt: "Robert Chang"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -19,8 +19,7 @@ export default function ServicesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Portfolio", href: "portfolio" },
|
||||
@@ -28,8 +27,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Graphic Design", href: "/services" },
|
||||
{ label: "Logo & Branding", href: "/services" },
|
||||
{ label: "Web Design", href: "/services" },
|
||||
@@ -37,8 +35,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -53,7 +50,7 @@ export default function ServicesPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="medium"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -67,9 +64,7 @@ export default function ServicesPage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Get a Free Quote",
|
||||
href: "contact",
|
||||
}}
|
||||
text: "Get a Free Quote", href: "contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -82,20 +77,15 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Project",
|
||||
href: "contact",
|
||||
},
|
||||
text: "Start Your Project", href: "contact"},
|
||||
{
|
||||
text: "View Portfolio",
|
||||
href: "/",
|
||||
},
|
||||
text: "View Portfolio", href: "/"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/desk-office-with-objects_23-2147982320.jpg"
|
||||
imageAlt="Our Creative Services"
|
||||
background={{
|
||||
variant: "floatingGradient",
|
||||
}}
|
||||
variant: "canvas-reveal"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -104,34 +94,22 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Palette,
|
||||
title: "Graphic Design",
|
||||
description: "Logo design, social media graphics, marketing materials, and visual identity systems that make your brand stand out.",
|
||||
},
|
||||
title: "Graphic Design", description: "Logo design, social media graphics, marketing materials, and visual identity systems that make your brand stand out."},
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Logo & Branding",
|
||||
description: "Complete branding packages including logo design, brand guidelines, and visual identity that resonates with your audience.",
|
||||
},
|
||||
title: "Logo & Branding", description: "Complete branding packages including logo design, brand guidelines, and visual identity that resonates with your audience."},
|
||||
{
|
||||
icon: Share2,
|
||||
title: "Social Media Design",
|
||||
description: "Eye-catching social media graphics, posts, and campaigns that drive engagement and build your online community.",
|
||||
},
|
||||
title: "Social Media Design", description: "Eye-catching social media graphics, posts, and campaigns that drive engagement and build your online community."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Marketing & Advertising",
|
||||
description: "Strategic marketing campaigns, ad creative, and promotional materials to reach and convert your target customers.",
|
||||
},
|
||||
title: "Marketing & Advertising", description: "Strategic marketing campaigns, ad creative, and promotional materials to reach and convert your target customers."},
|
||||
{
|
||||
icon: Globe,
|
||||
title: "Website Design",
|
||||
description: "Modern, responsive website designs that showcase your business and convert visitors into customers.",
|
||||
},
|
||||
title: "Website Design", description: "Modern, responsive website designs that showcase your business and convert visitors into customers."},
|
||||
{
|
||||
icon: Code,
|
||||
title: "Website Development",
|
||||
description: "Full-stack web development ensuring your website is fast, secure, and optimized for search engines.",
|
||||
},
|
||||
title: "Website Development", description: "Full-stack web development ensuring your website is fast, secure, and optimized for search engines."},
|
||||
]}
|
||||
title="Comprehensive Creative Solutions"
|
||||
description="We combine creativity with strategy to deliver services that drive real business results. Every service is tailored to your unique needs and goals."
|
||||
|
||||
Reference in New Issue
Block a user