Update src/app/page.tsx
This commit is contained in:
130
src/app/page.tsx
130
src/app/page.tsx
@@ -72,69 +72,45 @@ export default function HomePage() {
|
||||
<FeatureCardTwentyFive
|
||||
features={[
|
||||
{
|
||||
title: "Web Design",
|
||||
description: "Beautiful, responsive websites that engage users and drive conversions",
|
||||
icon: Globe,
|
||||
title: "Web Design", description: "Beautiful, responsive websites that engage users and drive conversions", icon: Globe,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/template-theme-with-coffee_23-2148467924.jpg?_wi=1",
|
||||
imageAlt: "Web design showcase",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/template-theme-with-coffee_23-2148467924.jpg?_wi=1", imageAlt: "Web design showcase"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/template-theme-with-coffee_23-2148467924.jpg?_wi=2",
|
||||
imageAlt: "Web design interface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/template-theme-with-coffee_23-2148467924.jpg?_wi=2", imageAlt: "Web design interface"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Graphic Design",
|
||||
description: "Stunning visual identities and designs that make your brand stand out",
|
||||
icon: Palette,
|
||||
title: "Graphic Design", description: "Stunning visual identities and designs that make your brand stand out", icon: Palette,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/gradient-design-template_23-2150063622.jpg?_wi=1",
|
||||
imageAlt: "Graphic design work",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/gradient-design-template_23-2150063622.jpg?_wi=1", imageAlt: "Graphic design work"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/gradient-design-template_23-2150063622.jpg?_wi=2",
|
||||
imageAlt: "Brand identity design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/gradient-design-template_23-2150063622.jpg?_wi=2", imageAlt: "Brand identity design"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Photo & Videography",
|
||||
description: "Professional visual content that tells your story and captivates audiences",
|
||||
icon: Video,
|
||||
title: "Photo & Videography", description: "Professional visual content that tells your story and captivates audiences", icon: Video,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/urban-apartment-with-minimalist-home-office-wooden-furniture_482257-120933.jpg?_wi=1",
|
||||
imageAlt: "Photography work",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/urban-apartment-with-minimalist-home-office-wooden-furniture_482257-120933.jpg?_wi=1", imageAlt: "Photography work"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/urban-apartment-with-minimalist-home-office-wooden-furniture_482257-120933.jpg?_wi=2",
|
||||
imageAlt: "Video production",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/urban-apartment-with-minimalist-home-office-wooden-furniture_482257-120933.jpg?_wi=2", imageAlt: "Video production"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Digital Marketing",
|
||||
description: "Strategic campaigns that reach your target audience and deliver results",
|
||||
icon: Target,
|
||||
title: "Digital Marketing", description: "Strategic campaigns that reach your target audience and deliver results", icon: Target,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workaholics-businesspeople-brainstorming-financial-company-ideas-analyzing-strategy-paperwork-late-night-business-office-meeting-room_482257-2170.jpg?_wi=1",
|
||||
imageAlt: "Marketing strategy",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workaholics-businesspeople-brainstorming-financial-company-ideas-analyzing-strategy-paperwork-late-night-business-office-meeting-room_482257-2170.jpg?_wi=1", imageAlt: "Marketing strategy"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workaholics-businesspeople-brainstorming-financial-company-ideas-analyzing-strategy-paperwork-late-night-business-office-meeting-room_482257-2170.jpg?_wi=2",
|
||||
imageAlt: "Digital campaign",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workaholics-businesspeople-brainstorming-financial-company-ideas-analyzing-strategy-paperwork-late-night-business-office-meeting-room_482257-2170.jpg?_wi=2", imageAlt: "Digital campaign"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
animationType="depth-3d"
|
||||
title="Our Services"
|
||||
description="Comprehensive digital solutions tailored to your business needs"
|
||||
description="Increase engagement, boost conversions, and establish market leadership with our integrated creative and technical expertise"
|
||||
tag="Services"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
@@ -149,26 +125,11 @@ export default function HomePage() {
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Brand Redesign Project",
|
||||
price: "View Case Study",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/flat-design-dance-studio-landing-page-template_23-2149483751.jpg?_wi=1",
|
||||
imageAlt: "Brand redesign project",
|
||||
},
|
||||
id: "1", name: "Brand Redesign Project", price: "View Case Study", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-dance-studio-landing-page-template_23-2149483751.jpg?_wi=1", imageAlt: "Brand redesign project"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Identity System Development",
|
||||
price: "View Case Study",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-business-card_23-2149277812.jpg?_wi=1",
|
||||
imageAlt: "Identity system project",
|
||||
},
|
||||
id: "2", name: "Identity System Development", price: "View Case Study", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-business-card_23-2149277812.jpg?_wi=1", imageAlt: "Identity system project"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Video Campaign Production",
|
||||
price: "View Case Study",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industrial-designers-working-office_23-2149307796.jpg?_wi=1",
|
||||
imageAlt: "Video campaign project",
|
||||
},
|
||||
id: "3", name: "Video Campaign Production", price: "View Case Study", imageSrc: "http://img.b2bpic.net/free-photo/industrial-designers-working-office_23-2149307796.jpg?_wi=1", imageAlt: "Video campaign project"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -188,53 +149,17 @@ export default function HomePage() {
|
||||
<TestimonialCardSix
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Anderson",
|
||||
handle: "CEO, TechStart Inc",
|
||||
testimonial: "This agency completely transformed our digital presence. Professional, creative, and results-driven. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait_1296-429.jpg?_wi=1",
|
||||
imageAlt: "Sarah Anderson",
|
||||
},
|
||||
id: "1", name: "Sarah Anderson", handle: "CEO, TechStart Inc", testimonial: "This agency completely transformed our digital presence. Professional, creative, and results-driven. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait_1296-429.jpg?_wi=1", imageAlt: "Sarah Anderson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "Marketing Director, BrandCorp",
|
||||
testimonial: "Exceptional work on our rebrand. They understood our vision and executed flawlessly. We couldn't be happier.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-woman-portrait_23-2148148150.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "Marketing Director, BrandCorp", testimonial: "Exceptional work on our rebrand. They understood our vision and executed flawlessly. We couldn't be happier.", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-woman-portrait_23-2148148150.jpg?_wi=1", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "Founder, Creative Studio",
|
||||
testimonial: "Outstanding video production and creative direction. They brought our campaign to life beautifully.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-bearded-man-suit-crossing-his-arms-with-suspicious-facial-expression-isolated-dark-wall_140725-97079.jpg?_wi=1",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "Founder, Creative Studio", testimonial: "Outstanding video production and creative direction. They brought our campaign to life beautifully.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-bearded-man-suit-crossing-his-arms-with-suspicious-facial-expression-isolated-dark-wall_140725-97079.jpg?_wi=1", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Wilson",
|
||||
handle: "CTO, Digital Solutions",
|
||||
testimonial: "Best decision we made for our web presence. Their design and development team is top-tier.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-young-woman-with-eyeglasses-holding-papers_23-2148452647.jpg?_wi=1",
|
||||
imageAlt: "James Wilson",
|
||||
},
|
||||
id: "4", name: "James Wilson", handle: "CTO, Digital Solutions", testimonial: "Best decision we made for our web presence. Their design and development team is top-tier.", imageSrc: "http://img.b2bpic.net/free-photo/corporate-young-woman-with-eyeglasses-holding-papers_23-2148452647.jpg?_wi=1", imageAlt: "James Wilson"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Thompson",
|
||||
handle: "VP Marketing, Global Brand",
|
||||
testimonial: "Partnering with them was transformative. Innovative thinking combined with technical excellence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait_1296-429.jpg?_wi=2",
|
||||
imageAlt: "Lisa Thompson",
|
||||
},
|
||||
id: "5", name: "Lisa Thompson", handle: "VP Marketing, Global Brand", testimonial: "Partnering with them was transformative. Innovative thinking combined with technical excellence.", imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait_1296-429.jpg?_wi=2", imageAlt: "Lisa Thompson"},
|
||||
{
|
||||
id: "6",
|
||||
name: "David Kim",
|
||||
handle: "Founder, Innovation Labs",
|
||||
testimonial: "From strategy to execution, they delivered beyond expectations. True professionals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-woman-portrait_23-2148148150.jpg?_wi=2",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "6", name: "David Kim", handle: "Founder, Innovation Labs", testimonial: "From strategy to execution, they delivered beyond expectations. True professionals.", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-woman-portrait_23-2148148150.jpg?_wi=2", imageAlt: "David Kim"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Client Testimonials"
|
||||
@@ -274,8 +199,7 @@ export default function HomePage() {
|
||||
copyrightText="© 2025 DigitalStudio. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Web Design", href: "/services" },
|
||||
{ label: "Graphic Design", href: "/services" },
|
||||
{ label: "Video Production", href: "/services" },
|
||||
@@ -283,8 +207,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -292,8 +215,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
@@ -305,4 +227,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user