21 Commits

Author SHA1 Message Date
498a5a72fd Merge version_7 into main
Merge version_7 into main
2026-04-17 03:00:24 +00:00
fa44989e36 Update theme fonts 2026-04-17 03:00:21 +00:00
7a3ac556b3 Update theme fonts 2026-04-17 03:00:20 +00:00
944b7aed90 Merge version_7 into main
Merge version_7 into main
2026-04-17 02:57:37 +00:00
9918f39e66 Update theme colors 2026-04-17 02:57:30 +00:00
3f29766583 Merge version_6 into main
Merge version_6 into main
2026-04-17 02:57:04 +00:00
34a75c40ab Update theme colors 2026-04-17 02:57:01 +00:00
6e539dbc94 Update theme colors 2026-04-17 02:56:22 +00:00
b9cae1859d Switch to version 4: modified src/app/styles/variables.css 2026-04-17 02:55:48 +00:00
e1622dbf6d Switch to version 5: modified src/app/styles/variables.css 2026-04-17 02:54:33 +00:00
38a561111b Merge version_6 into main
Merge version_6 into main
2026-04-17 02:54:25 +00:00
1e9a5b6b80 Update theme colors 2026-04-17 02:54:22 +00:00
ceb440e0ee Merge version_5 into main
Merge version_5 into main
2026-04-17 02:52:15 +00:00
e68b9d558e Update theme colors 2026-04-17 02:52:12 +00:00
366c134680 Merge version_4 into main
Merge version_4 into main
2026-04-17 02:46:36 +00:00
9d0ee9c797 Update src/app/page.tsx 2026-04-17 02:46:33 +00:00
aaadd4a16d Merge version_4 into main
Merge version_4 into main
2026-04-17 02:46:07 +00:00
9833894e95 Update src/app/page.tsx 2026-04-17 02:46:04 +00:00
5f0726fbec Merge version_3 into main
Merge version_3 into main
2026-04-17 02:43:25 +00:00
6374d88ac7 Update src/app/page.tsx 2026-04-17 02:43:22 +00:00
cc81376439 Merge version_2 into main
Merge version_2 into main
2026-04-14 02:25:15 +00:00
4 changed files with 59 additions and 53 deletions

View File

@@ -7,6 +7,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Mulish } from "next/font/google";
import { Libre_Baskerville } from "next/font/google";
@@ -20,9 +21,11 @@ export const metadata: Metadata = {
},
};
const mulish = Mulish({
variable: "--font-mulish",
const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville",
subsets: ["latin"],
weight: ["400", "700"],
});
const inter = Inter({
variable: "--font-inter",
@@ -37,7 +40,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${mulish.variable} ${inter.variable} antialiased`}>
<body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
<Tag />
{children}
<script

View File

@@ -9,6 +9,8 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import { CheckCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -28,14 +30,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home", id: "/"},
{
name: "About", id: "#about"},
{
name: "Features", id: "#features"},
{ name: "Home", id: "/" },
{ name: "About", id: "#about" },
{ name: "Features", id: "#features" },
{ name: "Pricing", id: "#pricing" },
]}
brandName="Divine Meridian"
brandName="1412 Enterprises"
button={{
text: "Get Started", href: "#contact"}}
/>
@@ -46,13 +46,11 @@ 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={[
{
text: "See Our Work", href: "#features"},
{
text: "Get Started", href: "#contact"},
{ text: "See Our Work", href: "#features" },
{ text: "Get Started", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-futuristic-technologies_23-2151941514.jpg"
/>
@@ -64,12 +62,9 @@ export default function LandingPage() {
title="Transforming Visions into Digital Reality"
description="We bridge the gap for small businesses by building modern, responsive, and high-tech websites that captivate and convert your target audience."
metrics={[
{
value: "150%", title: "Avg Traffic Boost"},
{
value: "99.9%", title: "Uptime Reliability"},
{
value: "24/7", title: "Expert Support"},
{ value: "150%", title: "Avg Traffic Boost" },
{ value: "99.9%", title: "Uptime Reliability" },
{ value: "24/7", title: "Expert Support" },
]}
imageSrc="http://img.b2bpic.net/free-photo/abstract-technology-background-concept_1194-617185.jpg"
mediaAnimation="blur-reveal"
@@ -82,60 +77,68 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
tag: "Design", title: "Modern UI/UX", subtitle: "Captivating visuals", description: "Custom designs crafted to hold attention and boost engagement.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-email-icon-with-two-messages_1134-66.jpg"},
{
tag: "Tech", title: "Mobile Responsive", subtitle: "Works everywhere", description: "Seamless functionality on every device for every customer.", imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104511.jpg"},
{
tag: "Data", title: "Performance Analytics", subtitle: "Track your success", description: "Real-time metrics to guide your business growth and decisions.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-graphs-statistics-glasses-table_169016-29669.jpg"},
{ tag: "Design", title: "Modern UI/UX", subtitle: "Captivating visuals", description: "Custom designs crafted to hold attention and boost engagement.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-email-icon-with-two-messages_1134-66.jpg" },
{ tag: "Tech", title: "Mobile Responsive", subtitle: "Works everywhere", description: "Seamless functionality on every device for every customer.", imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104511.jpg" },
{ tag: "Data", title: "Performance Analytics", subtitle: "Track your success", description: "Real-time metrics to guide your business growth and decisions.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-graphs-statistics-glasses-table_169016-29669.jpg" },
]}
title="Built for Growth & Scalability"
description="Our core services ensure your brand stands out with modern design and robust performance."
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardEight
animationType="slide-up"
title="Investment Options"
description="Simple, transparent pricing to get 1412 Enterprises working for your brand."
textboxLayout="default"
useInvertedBackground={true}
plans={[
{
id: "basic-website", badge: "Starter", badgeIcon: CheckCircle,
price: "$200", subtitle: "Setup Cost", features: ["Responsive Web Design", "Optimized for Performance", "Core Features Included"],
buttons: [{ text: "Get Started", href: "#contact" }]
},
{
id: "tech-support", badge: "Tech Support", badgeIcon: CheckCircle,
price: "$5.99", subtitle: "Per Month", features: ["24/7 Tech Support", "Routine Maintenance", "Priority Assistance"],
buttons: [{ text: "Subscribe", href: "#contact" }]
}
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
textboxLayout="split-description"
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: "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"},
{
id: "3", name: "Emily Rosa", handle: "@rosa_design", testimonial: "Professional, fast, and modern. My store looks so much better and sales increased.", imageSrc: "http://img.b2bpic.net/free-photo/artist-thinking_23-2147781630.jpg"},
{
id: "4", name: "David Kim", handle: "@dk_tech", testimonial: "They made the entire process so easy and the tech stack is top-tier.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1649.jpg"},
{
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"},
{ 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" },
{ id: "3", name: "Emily Rosa", handle: "@rosa_design", testimonial: "Professional, fast, and modern. My store looks so much better and sales increased.", imageSrc: "http://img.b2bpic.net/free-photo/artist-thinking_23-2147781630.jpg" },
{ id: "4", name: "David Kim", handle: "@dk_tech", testimonial: "They made the entire process so easy and the tech stack is top-tier.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1649.jpg" },
{ 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>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{
variant: "gradient-bars"}}
background={{ variant: "gradient-bars" }}
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"},
]}
buttons={[{ text: "Email Us Now", href: "mailto:hello@1412enterprises.com" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Divine Meridian"
leftLink={{
text: "© 2024 Divine Meridian", href: "#"}}
rightLink={{
text: "Privacy Policy", href: "#"}}
logoText="1412 Enterprises"
leftLink={{ text: "© 2024 1412 Enterprises", href: "#" }}
rightLink={{ text: "Privacy Policy", href: "#" }}
/>
</div>
</ReactLenis>

View File

@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-mulish), sans-serif;
font-family: var(--font-libre-baskerville), serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--background: #191970;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #1f7cff;
--primary-cta-text: #ffffff;
--secondary-cta: #010101;
--secondary-cta-text: #ffffff;
--accent: #1f7cff;
--background-accent: #f96b2f;
--accent: #ff7dab;
--background-accent: #bc1eff;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);