Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6374d88ac7 | |||
| cc81376439 |
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Features", id: "#features"},
|
||||
]}
|
||||
brandName="Divine Meridian"
|
||||
brandName="1412 Enterprises"
|
||||
button={{
|
||||
text: "Get Started", href: "#contact"}}
|
||||
/>
|
||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Elevate Your Digital Presence"
|
||||
description="Divine Meridian crafts high-performance digital experiences tailored to boost interaction and scale small businesses into industry leaders."
|
||||
description="1412 Enterprises crafts high-performance digital experiences tailored to boost interaction and scale small businesses into industry leaders."
|
||||
tag="Launch Your Digital Future"
|
||||
buttons={[
|
||||
{
|
||||
@@ -101,7 +101,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Jenkins", handle: "@sarah_j", testimonial: "Divine Meridian changed how our customers interact with our brand. The site is beautiful.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-nerdy-waitress-work_329181-2082.jpg"},
|
||||
id: "1", name: "Sarah Jenkins", handle: "@sarah_j", testimonial: "1412 Enterprises changed how our customers interact with our brand. The site is beautiful.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-nerdy-waitress-work_329181-2082.jpg"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", handle: "@m_chen_lab", testimonial: "The performance boost and design overhaul were exactly what our growing startup needed.", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-cup-coffee_23-2149330971.jpg"},
|
||||
{
|
||||
@@ -112,7 +112,7 @@ export default function LandingPage() {
|
||||
id: "5", name: "Alice Wong", handle: "@alice_w", testimonial: "Absolutely worth the investment. My new site feels like it belongs in the future.", imageSrc: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg"},
|
||||
]}
|
||||
title="Trusted by Small Businesses"
|
||||
description="See why business owners choose Divine Meridian to power their digital growth."
|
||||
description="See why business owners choose 1412 Enterprises to power their digital growth."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -124,16 +124,16 @@ export default function LandingPage() {
|
||||
text="Ready to redefine your digital future? Contact us for a free strategy consultation today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Email Us Now", href: "mailto:hello@divinemeridian.com"},
|
||||
text: "Email Us Now", href: "mailto:hello@1412enterprises.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Divine Meridian"
|
||||
logoText="1412 Enterprises"
|
||||
leftLink={{
|
||||
text: "© 2024 Divine Meridian", href: "#"}}
|
||||
text: "© 2024 1412 Enterprises", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user