Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dcf5eb725b | |||
| b2f499d821 | |||
| f65d86a6d5 | |||
| cfaea09837 | |||
| 4dd684e59f |
@@ -54,11 +54,24 @@ export default function LandingPage() {
|
|||||||
description="I design and rebuild websites for businesses that want a clean, professional online presence — fast, simple, and stress-free."
|
description="I design and rebuild websites for businesses that want a clean, professional online presence — fast, simple, and stress-free."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get a Website", href: "#contact"},
|
text: "Get a Website",
|
||||||
|
href: "#contact",
|
||||||
|
onClick: () => {
|
||||||
|
const el = document.getElementById('contact');
|
||||||
|
el?.scrollIntoView({ behavior: 'smooth' });
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: "View Work", href: "#portfolio"},
|
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>
|
</div>
|
||||||
|
|
||||||
@@ -178,7 +191,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "starter", name: "Starter", price: "Starts $999", buttons: [
|
id: "starter", name: "Starter", price: "Starter $500", buttons: [
|
||||||
{
|
{
|
||||||
text: "Contact", href: "#contact"},
|
text: "Contact", href: "#contact"},
|
||||||
],
|
],
|
||||||
@@ -186,7 +199,7 @@ export default function LandingPage() {
|
|||||||
"One-page site", "Fast delivery", "Responsive design"],
|
"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"},
|
text: "Contact", href: "#contact"},
|
||||||
],
|
],
|
||||||
@@ -194,7 +207,7 @@ export default function LandingPage() {
|
|||||||
"Multi-page site", "SEO setup", "Optimized layout"],
|
"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"},
|
text: "Contact", href: "#contact"},
|
||||||
],
|
],
|
||||||
@@ -229,7 +242,8 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterCard
|
<FooterCard
|
||||||
logoText="Marcos Digital Studio"
|
logoText="Digital Exelence
|
||||||
|
"
|
||||||
copyrightText="© 2025 | Marcos Digital Studio"
|
copyrightText="© 2025 | Marcos Digital Studio"
|
||||||
socialLinks={[
|
socialLinks={[
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user