5 Commits

Author SHA1 Message Date
dcf5eb725b Update src/app/page.tsx 2026-05-21 19:35:06 +00:00
b2f499d821 Update src/app/page.tsx 2026-05-21 18:34:36 +00:00
f65d86a6d5 Merge version_3 into main
Merge version_3 into main
2026-05-21 18:32:58 +00:00
cfaea09837 Update src/app/page.tsx 2026-05-21 18:32:55 +00:00
4dd684e59f Merge version_2 into main
Merge version_2 into main
2026-05-21 18:30:04 +00:00

View File

@@ -53,12 +53,25 @@ export default function LandingPage() {
title="Modern Websites. Built Fast. Designed to Convert."
description="I design and rebuild websites for businesses that want a clean, professional online presence — fast, simple, and stress-free."
buttons={[
{
text: "Get a Website", href: "#contact"},
{
text: "View Work", href: "#portfolio"},
{
text: "Get a Website",
href: "#contact",
onClick: () => {
const el = document.getElementById('contact');
el?.scrollIntoView({ behavior: 'smooth' });
}
},
{
text: "View Work",
href: "#portfolio", onClick: () => {
const el = document.getElementById('portfolio');
el?.scrollIntoView({ behavior: 'smooth' });
}
},
]}
imageSrc="https://img.b2bpic.net/free-photo/view-futuristic-holographic-ui-with-data-graphs_23-2149520999.jpg"
imageSrc="https://img.b2bpic.net/free-photo/success-cooperation-people-hands-discussion-business_1418-65.jpg?id=1235725"
imageClassName="hover:scale-105 transition-all duration-1000 ease-in-out transform scale-100 hover:rotate-2 hover:drop-shadow-[0_0_15px_rgba(16,110,251,0.5)]"
buttonClassName="hover:scale-110 transition-transform duration-300 ease-in-out"
/>
</div>
@@ -178,7 +191,7 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "starter", name: "Starter", price: "Starts $999", buttons: [
id: "starter", name: "Starter", price: "Starter $500", buttons: [
{
text: "Contact", href: "#contact"},
],
@@ -186,7 +199,7 @@ export default function LandingPage() {
"One-page site", "Fast delivery", "Responsive design"],
},
{
id: "business", name: "Business", price: "Starts $1,999", buttons: [
id: "business", name: "Business", price: " Basic $800", buttons: [
{
text: "Contact", href: "#contact"},
],
@@ -194,7 +207,7 @@ export default function LandingPage() {
"Multi-page site", "SEO setup", "Optimized layout"],
},
{
id: "premium", name: "Premium", price: "Starts $3,499", buttons: [
id: "premium", name: "Premium", price: "Premium $1,200", buttons: [
{
text: "Contact", href: "#contact"},
],
@@ -229,7 +242,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="Marcos Digital Studio"
logoText="Digital Exelence
"
copyrightText="© 2025 | Marcos Digital Studio"
socialLinks={[
{