Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dcf5eb725b | |||
| b2f499d821 | |||
| f65d86a6d5 | |||
| cfaea09837 | |||
| 4dd684e59f |
@@ -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={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user