Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-05-01 10:06:34 +00:00
6 changed files with 90 additions and 490 deletions

View File

@@ -7,7 +7,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
export default function LandingPage() {
export default function AboutPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
@@ -25,32 +25,15 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Services",
id: "/services",
},
{
name: "Pricing",
id: "/pricing",
},
{
name: "Blog",
id: "/blog",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Pricing", id: "/pricing" },
{ name: "Blog", id: "/blog" },
{ name: "Contact", id: "/contact" },
]}
brandName="Digitech Solutions"
button={{ text: "Contact Us", href: "/contact" }}
/>
</div>
@@ -71,24 +54,8 @@ export default function LandingPage() {
title="Our Milestones"
description="Evidence of our commitment to your growth."
metrics={[
{
id: "m1",
value: "500+",
title: "Clients Served",
items: [
"Global reach",
"Industry expertise",
],
},
{
id: "m2",
value: "200%",
title: "Growth Rate",
items: [
"Consistent ROI",
"Performance driven",
],
},
{ id: "m1", value: "500+", title: "Clients Served", items: ["Global reach", "Industry expertise"] },
{ id: "m2", value: "200%", title: "Growth Rate", items: ["Consistent ROI", "Performance driven"] },
]}
/>
</div>
@@ -96,30 +63,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About",
href: "/about",
},
{
label: "Pricing",
href: "/pricing",
},
],
},
{
items: [
{
label: "Blog",
href: "/blog",
},
{
label: "Contact",
href: "/contact",
},
],
},
{ items: [{ label: "About", href: "/about" }, { label: "Pricing", href: "/pricing" }] },
{ items: [{ label: "Blog", href: "/blog" }, { label: "Contact", href: "/contact" }] },
]}
logoText="Digitech Solutions"
/>

View File

@@ -7,7 +7,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
export default function LandingPage() {
export default function BlogPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
@@ -25,32 +25,15 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Services",
id: "/services",
},
{
name: "Pricing",
id: "/pricing",
},
{
name: "Blog",
id: "/blog",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Pricing", id: "/pricing" },
{ name: "Blog", id: "/blog" },
{ name: "Contact", id: "/contact" },
]}
brandName="Digitech Solutions"
button={{ text: "Contact Us", href: "/contact" }}
/>
</div>
@@ -63,35 +46,11 @@ export default function LandingPage() {
description="Read our latest marketing articles."
blogs={[
{
id: "b1",
category: "Tips",
title: "Digital Growth 2024",
excerpt: "What to expect...",
imageSrc: "http://img.b2bpic.net/free-photo/future-visions-business-technology-concept_23-2151893449.jpg",
authorName: "Admin",
authorAvatar: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg",
date: "2024-01-01",
},
id: "b1", category: "Tips", title: "Digital Growth 2024", excerpt: "What to expect...", imageSrc: "http://img.b2bpic.net/free-photo/future-visions-business-technology-concept_23-2151893449.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg", date: "2024-01-01"},
{
id: "b2",
category: "Trends",
title: "SEO Changes",
excerpt: "Algorithm updates...",
imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-banner-template_23-2148885761.jpg",
authorName: "Admin",
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
date: "2024-01-02",
},
id: "b2", category: "Trends", title: "SEO Changes", excerpt: "Algorithm updates...", imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-banner-template_23-2148885761.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", date: "2024-01-02"},
{
id: "b3",
category: "PPC",
title: "Ad ROI Tips",
excerpt: "How to scale...",
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-woman-with-raised-arms_1134-418.jpg",
authorName: "Admin",
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
date: "2024-01-03",
},
id: "b3", category: "PPC", title: "Ad ROI Tips", excerpt: "How to scale...", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-woman-with-raised-arms_1134-418.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", date: "2024-01-03"},
]}
/>
</div>
@@ -102,43 +61,15 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Trusted by Experts"
description="Brands we helped succeed."
names={[
"Nexus",
"Orbit",
"Pulse",
"Summit",
"Vantage",
]}
names={["Nexus", "Orbit", "Pulse", "Summit", "Vantage"]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About",
href: "/about",
},
{
label: "Pricing",
href: "/pricing",
},
],
},
{
items: [
{
label: "Blog",
href: "/blog",
},
{
label: "Contact",
href: "/contact",
},
],
},
{ items: [{ label: "About", href: "/about" }, { label: "Pricing", href: "/pricing" }] },
{ items: [{ label: "Blog", href: "/blog" }, { label: "Contact", href: "/contact" }] },
]}
logoText="Digitech Solutions"
/>

View File

@@ -7,7 +7,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
export default function LandingPage() {
export default function ContactPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
@@ -25,41 +25,22 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Services",
id: "/services",
},
{
name: "Pricing",
id: "/pricing",
},
{
name: "Blog",
id: "/blog",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Pricing", id: "/pricing" },
{ name: "Blog", id: "/blog" },
{ name: "Contact", id: "/contact" },
]}
brandName="Digitech Solutions"
button={{ text: "Contact Us", href: "/contact" }}
/>
</div>
<div id="contact-us" data-section="contact-us">
<ContactText
useInvertedBackground={false}
background={{
variant: "animated-grid",
}}
background={{ variant: "animated-grid" }}
text="Ready to scale your business? Let's talk strategy."
/>
</div>
@@ -72,24 +53,8 @@ export default function LandingPage() {
title="Why Work With Us?"
description="Let's build your future together."
metrics={[
{
id: "c1",
value: "10+",
title: "Years Experience",
items: [
"Innovation",
"Strategy",
],
},
{
id: "c2",
value: "24/7",
title: "Active Support",
items: [
"Always on",
"Responsive",
],
},
{ id: "c1", value: "10+", title: "Years Experience", items: ["Innovation", "Strategy"] },
{ id: "c2", value: "24/7", title: "Active Support", items: ["Always on", "Responsive"] },
]}
/>
</div>
@@ -97,30 +62,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About",
href: "/about",
},
{
label: "Pricing",
href: "/pricing",
},
],
},
{
items: [
{
label: "Blog",
href: "/blog",
},
{
label: "Contact",
href: "/contact",
},
],
},
{ items: [{ label: "About", href: "/about" }, { label: "Pricing", href: "/pricing" }] },
{ items: [{ label: "Blog", href: "/blog" }, { label: "Contact", href: "/contact" }] },
]}
logoText="Digitech Solutions"
/>

View File

@@ -28,32 +28,15 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Services",
id: "/services",
},
{
name: "Pricing",
id: "/pricing",
},
{
name: "Blog",
id: "/blog",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Pricing", id: "/pricing" },
{ name: "Blog", id: "/blog" },
{ name: "Contact", id: "/contact" },
]}
brandName="Digitech Solutions"
button={{ text: "Contact Us", href: "/contact" }}
/>
</div>
@@ -62,10 +45,7 @@ export default function LandingPage() {
logoText="Digitech Solutions"
description="Empowering your business through advanced digital marketing and data-driven growth strategies."
buttons={[
{
text: "Get Started",
href: "/contact",
},
{ text: "Get Started", href: "/contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg"
/>
@@ -86,26 +66,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
tag: "SEO",
title: "Search Optimization",
subtitle: "Rank Higher",
description: "Organic search growth.",
imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148760992.jpg",
},
tag: "SEO", title: "Search Optimization", subtitle: "Rank Higher", description: "Organic search growth.", imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148760992.jpg"},
{
tag: "SMM",
title: "Social Strategy",
subtitle: "Engage Audiences",
description: "Powerful social reach.",
imageSrc: "http://img.b2bpic.net/free-photo/communication-social-media-icons_23-2150749332.jpg",
},
tag: "SMM", title: "Social Strategy", subtitle: "Engage Audiences", description: "Powerful social reach.", imageSrc: "http://img.b2bpic.net/free-photo/communication-social-media-icons_23-2150749332.jpg"},
{
tag: "PPC",
title: "Paid Ads",
subtitle: "Instant Traffic",
description: "Maximize conversions.",
imageSrc: "http://img.b2bpic.net/free-photo/laptop-wooden-desk-with-social-media-diagram_1134-64.jpg",
},
tag: "PPC", title: "Paid Ads", subtitle: "Instant Traffic", description: "Maximize conversions.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-wooden-desk-with-social-media-diagram_1134-64.jpg"},
]}
title="Comprehensive Solutions"
description="Tailored strategies for modern growth."
@@ -116,31 +81,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "John Doe",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg",
},
{
id: "2",
name: "Jane Smith",
imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg",
},
{
id: "3",
name: "Mike Ross",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-senior-man-drinking-coffee-cafe-senior-man-using-smart-laptop-cafe_496169-355.jpg",
},
{
id: "4",
name: "Sarah Lee",
imageSrc: "http://img.b2bpic.net/free-photo/gay-couple-holding-hands-train-station-while-date_23-2150352194.jpg",
},
{
id: "5",
name: "Tom Cook",
imageSrc: "http://img.b2bpic.net/free-photo/consultant-customer-meeting-cup-coffee_74855-1582.jpg",
},
{ id: "1", name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg" },
{ id: "2", name: "Jane Smith", imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg" },
{ id: "3", name: "Mike Ross", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-senior-man-drinking-coffee-cafe-senior-man-using-smart-laptop-cafe_496169-355.jpg" },
{ id: "4", name: "Sarah Lee", imageSrc: "http://img.b2bpic.net/free-photo/gay-couple-holding-hands-train-station-while-date_23-2150352194.jpg" },
{ id: "5", name: "Tom Cook", imageSrc: "http://img.b2bpic.net/free-photo/consultant-customer-meeting-cup-coffee_74855-1582.jpg" },
]}
cardTitle="Client Success"
cardTag="Testimonials"
@@ -155,42 +100,15 @@ export default function LandingPage() {
title="Trusted by Leaders"
description="We partner with ambitious companies to redefine success in the digital age."
names={[
"TechFlow",
"CloudScale",
"DataGenius",
"MarketStream",
"GrowthLab",
]}
"TechFlow", "CloudScale", "DataGenius", "MarketStream", "GrowthLab"]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About",
href: "/about",
},
{
label: "Pricing",
href: "/pricing",
},
],
},
{
items: [
{
label: "Blog",
href: "/blog",
},
{
label: "Contact",
href: "/contact",
},
],
},
{ items: [{ label: "About", href: "/about" }, { label: "Pricing", href: "/pricing" }] },
{ items: [{ label: "Blog", href: "/blog" }, { label: "Contact", href: "/contact" }] },
]}
logoText="Digitech Solutions"
/>

View File

@@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
export default function LandingPage() {
export default function PricingPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
@@ -25,32 +25,15 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Services",
id: "/services",
},
{
name: "Pricing",
id: "/pricing",
},
{
name: "Blog",
id: "/blog",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Pricing", id: "/pricing" },
{ name: "Blog", id: "/blog" },
{ name: "Contact", id: "/contact" },
]}
brandName="Digitech Solutions"
button={{ text: "Contact Us", href: "/contact" }}
/>
</div>
@@ -61,37 +44,14 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "basic",
tag: "Standard",
price: "$999",
period: "/mo",
description: "Good for starters.",
button: {
text: "Choose Plan",
href: "/contact",
},
featuresTitle: "Included",
features: [
"SEO",
"Analytics",
],
id: "basic", tag: "Standard", price: "$999", period: "/mo", description: "Good for starters.", button: {
text: "Choose Plan", href: "/contact"},
featuresTitle: "Included", features: ["SEO", "Analytics"],
},
{
id: "pro",
tag: "Advanced",
price: "$2999",
period: "/mo",
description: "High performance.",
button: {
text: "Choose Plan",
href: "/contact",
},
featuresTitle: "Included",
features: [
"SEO",
"PPC",
"Social",
],
id: "pro", tag: "Advanced", price: "$2999", period: "/mo", description: "High performance.", button: {
text: "Choose Plan", href: "/contact"},
featuresTitle: "Included", features: ["SEO", "PPC", "Social"],
},
]}
title="Marketing Plans"
@@ -106,42 +66,15 @@ export default function LandingPage() {
title="Industry Recognition"
description="We are proud to work with the best."
names={[
"Alpha Corp",
"Beta Tech",
"Gamma Inc",
"Delta Labs",
"Epsilon",
]}
"Alpha Corp", "Beta Tech", "Gamma Inc", "Delta Labs", "Epsilon"]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About",
href: "/about",
},
{
label: "Pricing",
href: "/pricing",
},
],
},
{
items: [
{
label: "Blog",
href: "/blog",
},
{
label: "Contact",
href: "/contact",
},
],
},
{ items: [{ label: "About", href: "/about" }, { label: "Pricing", href: "/pricing" }] },
{ items: [{ label: "Blog", href: "/blog" }, { label: "Contact", href: "/contact" }] },
]}
logoText="Digitech Solutions"
/>

View File

@@ -7,7 +7,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
export default function LandingPage() {
export default function ServicesPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
@@ -25,32 +25,15 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Services",
id: "/services",
},
{
name: "Pricing",
id: "/pricing",
},
{
name: "Blog",
id: "/blog",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Pricing", id: "/pricing" },
{ name: "Blog", id: "/blog" },
{ name: "Contact", id: "/contact" },
]}
brandName="Digitech Solutions"
button={{ text: "Contact Us", href: "/contact" }}
/>
</div>
@@ -60,26 +43,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
tag: "SEM",
title: "SEM",
subtitle: "Ads",
description: "Manage ads.",
imageSrc: "http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301539.jpg",
},
tag: "SEM", title: "SEM", subtitle: "Ads", description: "Manage ads.", imageSrc: "http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301539.jpg"},
{
tag: "Content",
title: "Content",
subtitle: "Writing",
description: "Creative copy.",
imageSrc: "http://img.b2bpic.net/free-photo/social-media-marketing-concept-marketing-with-applications_23-2150063124.jpg",
},
tag: "Content", title: "Content", subtitle: "Writing", description: "Creative copy.", imageSrc: "http://img.b2bpic.net/free-photo/social-media-marketing-concept-marketing-with-applications_23-2150063124.jpg"},
{
tag: "Strategy",
title: "Strategy",
subtitle: "Planning",
description: "Marketing roadmaps.",
imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-computer_23-2150372439.jpg",
},
tag: "Strategy", title: "Strategy", subtitle: "Planning", description: "Marketing roadmaps.", imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-computer_23-2150372439.jpg"},
]}
title="Our Services"
description="We offer full-cycle digital marketing."
@@ -94,24 +62,8 @@ export default function LandingPage() {
title="Performance Indicators"
description="Data-backed results for your business."
metrics={[
{
id: "s1",
value: "95%",
title: "Client Retention",
items: [
"Long-term value",
"Dedicated support",
],
},
{
id: "s2",
value: "4.8/5",
title: "Average Satisfaction",
items: [
"Expert guidance",
"Quality delivery",
],
},
{ id: "s1", value: "95%", title: "Client Retention", items: ["Long-term value", "Dedicated support"] },
{ id: "s2", value: "4.8/5", title: "Average Satisfaction", items: ["Expert guidance", "Quality delivery"] },
]}
/>
</div>
@@ -119,30 +71,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About",
href: "/about",
},
{
label: "Pricing",
href: "/pricing",
},
],
},
{
items: [
{
label: "Blog",
href: "/blog",
},
{
label: "Contact",
href: "/contact",
},
],
},
{ items: [{ label: "About", href: "/about" }, { label: "Pricing", href: "/pricing" }] },
{ items: [{ label: "Blog", href: "/blog" }, { label: "Contact", href: "/contact" }] },
]}
logoText="Digitech Solutions"
/>