Update src/app/page.tsx
This commit is contained in:
181
src/app/page.tsx
181
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Work",
|
||||
id: "features",
|
||||
},
|
||||
name: "Work", id: "features"},
|
||||
{
|
||||
name: "Insights",
|
||||
id: "blog",
|
||||
},
|
||||
name: "Insights", id: "blog"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Portfolio"
|
||||
/>
|
||||
@@ -57,11 +49,9 @@ export default function LandingPage() {
|
||||
description="Designer based in Volgograd, Russia. Creating digital experiences with clean aesthetics and functional design."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Work",
|
||||
href: "#features",
|
||||
},
|
||||
text: "View Work", href: "#features"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/office-desktop-with-drawing-materials_23-2148196632.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/office-desktop-with-drawing-materials_23-2148196632.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,19 +62,13 @@ export default function LandingPage() {
|
||||
description="I focus on delivering high-quality, user-centered design solutions. My work blends modern trends with timeless functionality to serve global and local clients."
|
||||
metrics={[
|
||||
{
|
||||
value: "100+",
|
||||
title: "Projects Completed",
|
||||
},
|
||||
value: "100+", title: "Projects Completed"},
|
||||
{
|
||||
value: "5",
|
||||
title: "Years Experience",
|
||||
},
|
||||
value: "5", title: "Years Experience"},
|
||||
{
|
||||
value: "20",
|
||||
title: "Happy Clients",
|
||||
},
|
||||
value: "20", title: "Happy Clients"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-with-curly-hair-posing_23-2148728587.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-with-curly-hair-posing_23-2148728587.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="opacity"
|
||||
/>
|
||||
@@ -97,40 +81,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Mobile App UI",
|
||||
description: "Seamless user interface design for fintech mobile application.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169839.jpg?_wi=1",
|
||||
},
|
||||
title: "Mobile App UI", description: "Seamless user interface design for fintech mobile application.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169839.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nutritional-counter-app-concept_23-2149880618.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-drawing-materials_23-2148196632.jpg?_wi=2",
|
||||
imageAlt: "web design project display interface",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nutritional-counter-app-concept_23-2149880618.jpg"}
|
||||
},
|
||||
{
|
||||
title: "Corporate Identity",
|
||||
description: "Complete brand overhaul including guidelines and assets.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104476.jpg?_wi=1",
|
||||
},
|
||||
title: "Corporate Identity", description: "Complete brand overhaul including guidelines and assets.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104476.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-website-hosting-concept_23-2149484780.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-curly-hair-posing_23-2148728587.jpg?_wi=2",
|
||||
imageAlt: "web design project display interface",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-website-hosting-concept_23-2149484780.jpg"}
|
||||
},
|
||||
{
|
||||
title: "Web Platform",
|
||||
description: "Complex dashboard platform for high-performance teams.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empowered-business-woman-working-city_23-2149589080.jpg",
|
||||
},
|
||||
title: "Web Platform", description: "Complex dashboard platform for high-performance teams.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empowered-business-woman-working-city_23-2149589080.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-with-papers-notes-office_23-2149749884.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-top-view-office-table-desk-workspace-background_1150-6847.jpg?_wi=1",
|
||||
imageAlt: "web design project display interface",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-with-papers-notes-office_23-2149749884.jpg"}
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -148,35 +114,11 @@ export default function LandingPage() {
|
||||
description="Thoughts on creativity, industry trends, and the design process."
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Creativity",
|
||||
title: "Finding Inspiration in Daily Life",
|
||||
excerpt: "How I track ideas through simple habits.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-top-view-office-table-desk-workspace-background_1150-6847.jpg?_wi=2",
|
||||
authorName: "Portfolio",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/business-desktop-with-office-elements_23-2148194744.jpg",
|
||||
date: "Oct 2023",
|
||||
},
|
||||
id: "1", category: "Creativity", title: "Finding Inspiration in Daily Life", excerpt: "How I track ideas through simple habits.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-top-view-office-table-desk-workspace-background_1150-6847.jpg", authorName: "Portfolio", authorAvatar: "http://img.b2bpic.net/free-photo/business-desktop-with-office-elements_23-2148194744.jpg", date: "Oct 2023"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Technology",
|
||||
title: "Modern UI Trends 2024",
|
||||
excerpt: "Analyzing the shift towards more interactive designs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-modern-spiral-staircase-lights_181624-26451.jpg",
|
||||
authorName: "Portfolio",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162831.jpg",
|
||||
date: "Nov 2023",
|
||||
},
|
||||
id: "2", category: "Technology", title: "Modern UI Trends 2024", excerpt: "Analyzing the shift towards more interactive designs.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-modern-spiral-staircase-lights_181624-26451.jpg", authorName: "Portfolio", authorAvatar: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162831.jpg", date: "Nov 2023"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Strategy",
|
||||
title: "Building Better User Experiences",
|
||||
excerpt: "Focusing on clarity and function over form.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/notebook-near-stationery-keyboard-tea-set_23-2148128470.jpg",
|
||||
authorName: "Portfolio",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/working-place-designer-closeup_93675-131324.jpg",
|
||||
date: "Dec 2023",
|
||||
},
|
||||
id: "3", category: "Strategy", title: "Building Better User Experiences", excerpt: "Focusing on clarity and function over form.", imageSrc: "http://img.b2bpic.net/free-photo/notebook-near-stationery-keyboard-tea-set_23-2148128470.jpg", authorName: "Portfolio", authorAvatar: "http://img.b2bpic.net/free-photo/working-place-designer-closeup_93675-131324.jpg", date: "Dec 2023"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -187,20 +129,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is your typical project timeline?",
|
||||
content: "Depending on complexity, projects usually take 4-8 weeks.",
|
||||
},
|
||||
id: "1", title: "What is your typical project timeline?", content: "Depending on complexity, projects usually take 4-8 weeks."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you work with international clients?",
|
||||
content: "Yes, I collaborate with teams worldwide, including Volgograd based partners.",
|
||||
},
|
||||
id: "2", title: "Do you work with international clients?", content: "Yes, I collaborate with teams worldwide, including Volgograd based partners."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How do we get started?",
|
||||
content: "Start by reaching out through the contact form, and we can schedule a quick discovery call.",
|
||||
},
|
||||
id: "3", title: "How do we get started?", content: "Start by reaching out through the contact form, and we can schedule a quick discovery call."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about working together."
|
||||
@@ -215,50 +148,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Anna S.",
|
||||
handle: "@anna_design",
|
||||
testimonial: "Exceptional eye for detail and very professional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/art-desk-concept-with-supplies_23-2148577658.jpg",
|
||||
imageAlt: "Art desk concept with supplies",
|
||||
},
|
||||
id: "1", name: "Anna S.", handle: "@anna_design", testimonial: "Exceptional eye for detail and very professional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/art-desk-concept-with-supplies_23-2148577658.jpg", imageAlt: "Art desk concept with supplies"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Dmitry V.",
|
||||
handle: "@dmitry_corp",
|
||||
testimonial: "Transformed our digital presence completely.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-drawing-materials_23-2148196632.jpg?_wi=3",
|
||||
imageAlt: "Art desk concept with supplies",
|
||||
},
|
||||
id: "2", name: "Dmitry V.", handle: "@dmitry_corp", testimonial: "Transformed our digital presence completely.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-drawing-materials_23-2148196632.jpg", imageAlt: "Art desk concept with supplies"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Olga P.",
|
||||
handle: "@olga_creative",
|
||||
testimonial: "Very easy to communicate with and understands vision.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-curly-hair-posing_23-2148728587.jpg?_wi=3",
|
||||
imageAlt: "Art desk concept with supplies",
|
||||
},
|
||||
id: "3", name: "Olga P.", handle: "@olga_creative", testimonial: "Very easy to communicate with and understands vision.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-curly-hair-posing_23-2148728587.jpg", imageAlt: "Art desk concept with supplies"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ivan K.",
|
||||
handle: "@ivan_dev",
|
||||
testimonial: "Great experience working on our recent project.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169839.jpg?_wi=2",
|
||||
imageAlt: "Art desk concept with supplies",
|
||||
},
|
||||
id: "4", name: "Ivan K.", handle: "@ivan_dev", testimonial: "Great experience working on our recent project.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169839.jpg", imageAlt: "Art desk concept with supplies"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena M.",
|
||||
handle: "@elena_m",
|
||||
testimonial: "Highly recommend for design and branding tasks.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104476.jpg?_wi=2",
|
||||
imageAlt: "Art desk concept with supplies",
|
||||
},
|
||||
id: "5", name: "Elena M.", handle: "@elena_m", testimonial: "Highly recommend for design and branding tasks.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104476.jpg", imageAlt: "Art desk concept with supplies"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Client Feedback"
|
||||
@@ -273,22 +176,14 @@ export default function LandingPage() {
|
||||
description="Ready to bring your project to life? Drop me a message."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Project details...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Project details...", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-dalmatian-dog-eating_23-2150742814.jpg"
|
||||
|
||||
Reference in New Issue
Block a user