Merge version_1_1781544222569 into main #1
@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
|
||||
export default function Layout() {
|
||||
const navItems = [
|
||||
{
|
||||
"name": "About",
|
||||
"href": "#about"
|
||||
"name": "About", "href": "#about"
|
||||
},
|
||||
{
|
||||
"name": "Process",
|
||||
"href": "#features"
|
||||
"name": "Process", "href": "#features"
|
||||
},
|
||||
{
|
||||
"name": "Testimonials",
|
||||
"href": "#testimonials"
|
||||
"name": "Testimonials", "href": "#testimonials"
|
||||
},
|
||||
{
|
||||
"name": "Pricing",
|
||||
"href": "#pricing"
|
||||
"name": "Pricing", "href": "#pricing"
|
||||
},
|
||||
{
|
||||
"name": "Hero",
|
||||
"href": "#hero"
|
||||
"name": "Hero", "href": "#hero"
|
||||
},
|
||||
{
|
||||
"name": "Product",
|
||||
"href": "#product"
|
||||
"name": "Product", "href": "#product"
|
||||
},
|
||||
{
|
||||
"name": "Metrics",
|
||||
"href": "#metrics"
|
||||
"name": "Metrics", "href": "#metrics"
|
||||
}
|
||||
];
|
||||
|
||||
@@ -44,9 +37,7 @@ export default function Layout() {
|
||||
<NavbarFloating
|
||||
logo="H Guide"
|
||||
ctaButton={{
|
||||
text: "Get Started",
|
||||
id: "#contact",
|
||||
}}
|
||||
text: "Get Started", href: "#contact"}}
|
||||
navItems={navItems} />
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
@@ -56,37 +47,23 @@ export default function Layout() {
|
||||
<FooterBasic
|
||||
columns={[
|
||||
{
|
||||
title: "H Guide",
|
||||
items: [
|
||||
title: "H Guide", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Press",
|
||||
href: "#",
|
||||
},
|
||||
label: "Press", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Guides",
|
||||
href: "#",
|
||||
},
|
||||
label: "Guides", href: "#"},
|
||||
{
|
||||
label: "Help Center",
|
||||
href: "#",
|
||||
},
|
||||
label: "Help Center", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -18,20 +18,14 @@ export default function HomePage() {
|
||||
title="Master Your Workflow with H Guide"
|
||||
description="Unlock efficiency, clarity, and scalability with our proven blueprint for modern enterprise management."
|
||||
primaryButton={{
|
||||
text: "Start Today",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Start Today", href: "#contact"}}
|
||||
secondaryButton={{
|
||||
text: "See How",
|
||||
href: "#features",
|
||||
}}
|
||||
text: "See How", href: "#features"}}
|
||||
items={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-property-engineer-searching-layout-details-laptop-office_482257-130146.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-property-engineer-searching-layout-details-laptop-office_482257-130146.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/curious-woman-with-cup-coffee_1098-2060.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/curious-woman-with-cup-coffee_1098-2060.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -53,28 +47,11 @@ export default function HomePage() {
|
||||
description="A refined, step-by-step approach designed to turn complex challenges into simple, repeatable processes."
|
||||
steps={[
|
||||
{
|
||||
tag: "01",
|
||||
title: "Assessment",
|
||||
subtitle: "Deep Dive",
|
||||
description: "Analyzing your current infrastructure to identify bottlenecks and growth potential.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-small-silver-screws-brown-cardboard-surface_1308-189284.jpg",
|
||||
},
|
||||
tag: "01", title: "Assessment", subtitle: "Deep Dive", description: "Analyzing your current infrastructure to identify bottlenecks and growth potential.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-small-silver-screws-brown-cardboard-surface_1308-189284.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
tag: "02",
|
||||
title: "Strategy",
|
||||
subtitle: "Custom Blueprint",
|
||||
description: "Crafting a bespoke roadmap tailored to your specific organizational goals and constraints.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-flat-lay-photo-workspace-desk_7861-978.jpg",
|
||||
},
|
||||
tag: "02", title: "Strategy", subtitle: "Custom Blueprint", description: "Crafting a bespoke roadmap tailored to your specific organizational goals and constraints.", imageSrc: "http://img.b2bpic.net/free-photo/creative-flat-lay-photo-workspace-desk_7861-978.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
tag: "03",
|
||||
title: "Implementation",
|
||||
subtitle: "Full Execution",
|
||||
description: "Applying the guide directly to your workflow to ensure immediate impact and results.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/geometric-abstract-background-technology-concept-connecting-dots-design_53876-153349.jpg",
|
||||
},
|
||||
tag: "03", title: "Implementation", subtitle: "Full Execution", description: "Applying the guide directly to your workflow to ensure immediate impact and results.", imageSrc: "http://img.b2bpic.net/free-photo/geometric-abstract-background-technology-concept-connecting-dots-design_53876-153349.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -88,47 +65,19 @@ export default function HomePage() {
|
||||
description="Comprehensive tools and insights packed into a single, high-conversion guide."
|
||||
items={[
|
||||
{
|
||||
title: "Automated Workflows",
|
||||
description: "Reduce manual labor by 70%.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827294.jpg",
|
||||
},
|
||||
title: "Automated Workflows", description: "Reduce manual labor by 70%.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827294.jpg"},
|
||||
{
|
||||
title: "Data Insights",
|
||||
description: "Real-time decision making support.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-alarm-clock-laptop-magnifying-glasses-paper-against-white-backdrop_23-2148061454.jpg",
|
||||
},
|
||||
title: "Data Insights", description: "Real-time decision making support.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/black-alarm-clock-laptop-magnifying-glasses-paper-against-white-backdrop_23-2148061454.jpg"},
|
||||
{
|
||||
title: "Scalable Modules",
|
||||
description: "Grow at your own pace.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-monitoring-company-systems-using-notebook-while-standing-office_482257-124884.jpg",
|
||||
},
|
||||
title: "Scalable Modules", description: "Grow at your own pace.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/man-monitoring-company-systems-using-notebook-while-standing-office_482257-124884.jpg"},
|
||||
{
|
||||
title: "Expert Access",
|
||||
description: "Direct support from leaders.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-partially-folded-paper-plane-craft-desk_1308-188755.jpg",
|
||||
},
|
||||
title: "Expert Access", description: "Direct support from leaders.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-partially-folded-paper-plane-craft-desk_1308-188755.jpg"},
|
||||
{
|
||||
title: "Performance Tracking",
|
||||
description: "Monitor your team's success.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/notebook-near-stationery-keyboard-tea-set_23-2148128470.jpg",
|
||||
},
|
||||
title: "Performance Tracking", description: "Monitor your team's success.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/notebook-near-stationery-keyboard-tea-set_23-2148128470.jpg"},
|
||||
{
|
||||
title: "Asset Library",
|
||||
description: "Premade templates for scale.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-drawings-with-desk-background_1134-254.jpg",
|
||||
},
|
||||
title: "Asset Library", description: "Premade templates for scale.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/set-drawings-with-desk-background_1134-254.jpg"},
|
||||
{
|
||||
title: "Global Compliance",
|
||||
description: "Built for worldwide growth.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/step-by-step-process-making-home-made-dumplings-ravioli-pelmeni-with-minced-meat-filling-using-ravioli-mold-ravioli-maker-top-view-red-ravioli-mold-isolated-blue-old-table_346278-1520.jpg",
|
||||
},
|
||||
title: "Global Compliance", description: "Built for worldwide growth.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/step-by-step-process-making-home-made-dumplings-ravioli-pelmeni-with-minced-meat-filling-using-ravioli-mold-ravioli-maker-top-view-red-ravioli-mold-isolated-blue-old-table_346278-1520.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -142,17 +91,11 @@ export default function HomePage() {
|
||||
description="Our clients experience significant operational improvements across the board."
|
||||
metrics={[
|
||||
{
|
||||
value: "150%",
|
||||
description: "Increased Productivity",
|
||||
},
|
||||
value: "150%", description: "Increased Productivity"},
|
||||
{
|
||||
value: "3x",
|
||||
description: "Faster Deployment",
|
||||
},
|
||||
value: "3x", description: "Faster Deployment"},
|
||||
{
|
||||
value: "40%",
|
||||
description: "Cost Reduction",
|
||||
},
|
||||
value: "40%", description: "Cost Reduction"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -166,40 +109,20 @@ export default function HomePage() {
|
||||
description="See why top professionals trust our H Guide for their growth needs."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alice M.",
|
||||
role: "VP Operations",
|
||||
quote: "The H Guide transformed our efficiency overnight.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14221.jpg",
|
||||
},
|
||||
name: "Alice M.", role: "VP Operations", quote: "The H Guide transformed our efficiency overnight.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14221.jpg"},
|
||||
{
|
||||
name: "Bob R.",
|
||||
role: "CEO",
|
||||
quote: "A must-have for any serious growing business.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-near-window_23-2148718061.jpg",
|
||||
},
|
||||
name: "Bob R.", role: "CEO", quote: "A must-have for any serious growing business.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-near-window_23-2148718061.jpg"},
|
||||
{
|
||||
name: "Carol D.",
|
||||
role: "Operations Lead",
|
||||
quote: "Clear, actionable, and truly impactful results.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-senior-woman-putting-glasses_1262-5752.jpg",
|
||||
},
|
||||
name: "Carol D.", role: "Operations Lead", quote: "Clear, actionable, and truly impactful results.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-senior-woman-putting-glasses_1262-5752.jpg"},
|
||||
{
|
||||
name: "David K.",
|
||||
role: "CTO",
|
||||
quote: "Highly recommended for scaling complex teams.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-lifestyle-concept-young-woman-casual-clothes-working-laptop-sitting-office_1258-195296.jpg",
|
||||
},
|
||||
name: "David K.", role: "CTO", quote: "Highly recommended for scaling complex teams.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-lifestyle-concept-young-woman-casual-clothes-working-laptop-sitting-office_1258-195296.jpg"},
|
||||
{
|
||||
name: "Eve L.",
|
||||
role: "Manager",
|
||||
quote: "Changed our process management for the better.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_107420-84866.jpg",
|
||||
},
|
||||
name: "Eve L.", role: "Manager", quote: "Changed our process management for the better.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_107420-84866.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -213,17 +136,11 @@ export default function HomePage() {
|
||||
description="Get clear answers about our guide and implementation process."
|
||||
items={[
|
||||
{
|
||||
question: "What is H Guide?",
|
||||
answer: "H Guide is an operational framework for scale.",
|
||||
},
|
||||
question: "What is H Guide?", answer: "H Guide is an operational framework for scale."},
|
||||
{
|
||||
question: "How long does implementation take?",
|
||||
answer: "Usually within 2-4 weeks for full impact.",
|
||||
},
|
||||
question: "How long does implementation take?", answer: "Usually within 2-4 weeks for full impact."},
|
||||
{
|
||||
question: "Do I need technical expertise?",
|
||||
answer: "No, it's designed for operational efficiency.",
|
||||
},
|
||||
question: "Do I need technical expertise?", answer: "No, it's designed for operational efficiency."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/saas-concept-collage_23-2149399288.jpg"
|
||||
/>
|
||||
@@ -236,13 +153,9 @@ export default function HomePage() {
|
||||
tag="Ready to Start?"
|
||||
text="Join the elite group of professionals using H Guide."
|
||||
primaryButton={{
|
||||
text: "Get Started",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Get Started", href: "#"}}
|
||||
secondaryButton={{
|
||||
text: "Contact Sales",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Contact Sales", href: "#"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user