Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e9affff928 |
@@ -65,14 +65,10 @@ export default function LandingPage() {
|
||||
tag="Portfolio"
|
||||
tagIcon={Sparkles}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Brand Identity System", price: "TechCorp", variant: "Logo, Guidelines, Assets", imageSrc: "http://img.b2bpic.net/free-vector/gradient-modern-business-card_23-2150382755.jpg", imageAlt: "Brand identity design project"},
|
||||
{
|
||||
id: "2", name: "Web Design Mockup", price: "FitFlow App", variant: "UI/UX, Responsive Design", imageSrc: "http://img.b2bpic.net/free-vector/template-landing-page-with-smartphone_23-2148328146.jpg", imageAlt: "Web design project"},
|
||||
{
|
||||
id: "3", name: "Marketing Campaign", price: "Global Ventures", variant: "Print & Digital Assets", imageSrc: "http://img.b2bpic.net/free-vector/neon-business-card-template_23-2148563943.jpg", imageAlt: "Marketing campaign design"},
|
||||
{
|
||||
id: "4", name: "Packaging Design", price: "Nature Goods Co", variant: "Product Packaging, Labels", imageSrc: "http://img.b2bpic.net/free-vector/watercolor-international-tea-day-instagram-stories-collection_52683-83718.jpg", imageAlt: "Product packaging design"},
|
||||
{ id: "1", name: "Brand Identity System", price: "TechCorp", variant: "Logo, Guidelines, Assets", imageSrc: "http://img.b2bpic.net/free-vector/gradient-modern-business-card_23-2150382755.jpg", imageAlt: "Brand identity design project"},
|
||||
{ id: "2", name: "Web Design Mockup", price: "FitFlow App", variant: "UI/UX, Responsive Design", imageSrc: "http://img.b2bpic.net/free-vector/template-landing-page-with-smartphone_23-2148328146.jpg", imageAlt: "Web design project"},
|
||||
{ id: "3", name: "Marketing Campaign", price: "Global Ventures", variant: "Print & Digital Assets", imageSrc: "http://img.b2bpic.net/free-vector/neon-business-card-template_23-2148563943.jpg", imageAlt: "Marketing campaign design"},
|
||||
{ id: "4", name: "Packaging Design", price: "Nature Goods Co", variant: "Product Packaging, Labels", imageSrc: "http://img.b2bpic.net/free-vector/watercolor-international-tea-day-instagram-stories-collection_52683-83718.jpg", imageAlt: "Product packaging design"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -178,8 +174,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Ready to Create Something Amazing?"
|
||||
description="Let's discuss your project and how I can help bring your creative vision to life. Fill out the form or reach out directly."
|
||||
title="Start Your Project Today – Response Within 24 Hours"
|
||||
description="Let's discuss your project and how I can help bring your creative vision to life. Fill out the form or reach out directly. We guarantee a response within 24 hours to keep your momentum going."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
|
||||
Reference in New Issue
Block a user