Update src/app/page.tsx
This commit is contained in:
@@ -21,8 +21,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Portfolio", href: "#portfolio" },
|
||||
@@ -30,8 +29,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Web Development", href: "/services" },
|
||||
{ label: "SEO Optimization", href: "/services" },
|
||||
{ label: "Digital Marketing", href: "/services" },
|
||||
@@ -39,8 +37,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Email", href: "mailto:giedriusdubinskas.info@gmail.com" },
|
||||
{ label: "Phone", href: "tel:+37062724982" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
@@ -56,7 +53,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -76,10 +73,10 @@ export default function HomePage() {
|
||||
description="We help businesses attract more clients online through modern website development and strategic digital marketing. Grow your business with our expertise in web design, SEO optimization, and performance marketing."
|
||||
buttons={[
|
||||
{ text: "Contact Us", href: "#contact" },
|
||||
{ text: "View Services", href: "/services" },
|
||||
{ text: "View Services", href: "#services" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148368370.jpg"
|
||||
imageAlt="TVA Digital Agency Dashboard"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -95,24 +92,16 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Modern Websites",
|
||||
description: "We create cutting-edge websites that showcase your brand professionally and engage your audience effectively.",
|
||||
},
|
||||
title: "Modern Websites", description: "We create cutting-edge websites that showcase your brand professionally and engage your audience effectively."},
|
||||
{
|
||||
icon: TargetIcon,
|
||||
title: "Focus on Business Growth",
|
||||
description: "Every strategy and design decision is driven by one goal: attracting more clients and growing your revenue.",
|
||||
},
|
||||
title: "Focus on Business Growth", description: "Every strategy and design decision is driven by one goal: attracting more clients and growing your revenue."},
|
||||
{
|
||||
icon: MessageSquare,
|
||||
title: "Fast Communication",
|
||||
description: "We prioritize clear, responsive communication to keep you informed and involved throughout your project.",
|
||||
},
|
||||
title: "Fast Communication", description: "We prioritize clear, responsive communication to keep you informed and involved throughout your project."},
|
||||
{
|
||||
icon: HandshakeIcon,
|
||||
title: "Long-term Support",
|
||||
description: "We don't just deliver projects—we build lasting partnerships with ongoing maintenance and continuous optimization.",
|
||||
},
|
||||
title: "Long-term Support", description: "We don't just deliver projects—we build lasting partnerships with ongoing maintenance and continuous optimization."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -145,41 +134,17 @@ export default function HomePage() {
|
||||
tag="Testimonials"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Audra Petraitis",
|
||||
role: "Owner",
|
||||
company: "Fashion Retail Co.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-corrects-belt-fees-groom-man-s-hands-dressing-man-buttons-pants-jeans_8353-5893.jpg?_wi=1",
|
||||
imageAlt: "professional business person portrait",
|
||||
},
|
||||
id: "1", name: "Audra Petraitis", role: "Owner", company: "Fashion Retail Co.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-corrects-belt-fees-groom-man-s-hands-dressing-man-buttons-pants-jeans_8353-5893.jpg", imageAlt: "professional business person portrait"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jonas Klimavičius",
|
||||
role: "CEO",
|
||||
company: "Tech Startup Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-slim-young-female-jacket-jeans-leani_613910-16189.jpg?_wi=1",
|
||||
imageAlt: "successful entrepreneur business portrait",
|
||||
},
|
||||
id: "2", name: "Jonas Klimavičius", role: "CEO", company: "Tech Startup Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-slim-young-female-jacket-jeans-leani_613910-16189.jpg", imageAlt: "successful entrepreneur business portrait"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Laima Vaitkutė",
|
||||
role: "Marketing Director",
|
||||
company: "Business Services Ltd",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1641.jpg?_wi=1",
|
||||
imageAlt: "business owner professional portrait",
|
||||
},
|
||||
id: "3", name: "Laima Vaitkutė", role: "Marketing Director", company: "Business Services Ltd", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1641.jpg", imageAlt: "business owner professional portrait"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vytautas Ragulis",
|
||||
role: "Founder",
|
||||
company: "Digital Solutions Agency",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-home_23-2148162643.jpg?_wi=1",
|
||||
imageAlt: "confident business professional portrait",
|
||||
},
|
||||
id: "4", name: "Vytautas Ragulis", role: "Founder", company: "Digital Solutions Agency", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-home_23-2148162643.jpg", imageAlt: "confident business professional portrait"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "150+", label: "Projects Completed" },
|
||||
|
||||
Reference in New Issue
Block a user