Compare commits
5 Commits
version_2_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| ba67e646a1 | |||
|
|
f7baa343bd | ||
| f578392b90 | |||
|
|
0dd5ab4c52 | ||
| 276f0548b2 |
@@ -8,8 +8,8 @@
|
||||
--background: #0a0a0a;
|
||||
--card: rgba(255, 255, 255, 0.05);
|
||||
--foreground: #ffffffe6;
|
||||
--primary-cta: #e6e6e6;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--primary-cta: rgba(255, 255, 255, 0.1);
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: rgba(255, 255, 255, 0.05);
|
||||
--secondary-cta-text: #ffffffe6;
|
||||
--accent: #737373;
|
||||
|
||||
@@ -1,25 +1,18 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "hero" section.
|
||||
// Created by add_section_from_catalog (HeroBrand).
|
||||
|
||||
import React from 'react';
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
import HeroBrand from '@/components/sections/hero/HeroBrand';
|
||||
|
||||
export default function HeroSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroSplit
|
||||
tag="Innovation Hub"
|
||||
title="Where Ideas Rise Into Reality"
|
||||
description="RiseLab accelerates innovation through advanced technology infrastructure and expert collaboration. Transform your concept into market-ready solutions."
|
||||
primaryButton={{
|
||||
text: "Start Your Project", href: "#contact"}}
|
||||
secondaryButton={{
|
||||
text: "Learn More", href: "#about"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-uses-tablet-governmental-cyber-security-room-working-russian-flag_482257-90680.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<div data-webild-section="hero" id="hero">
|
||||
<HeroBrand
|
||||
primaryButton={{"href":"#contact","text":"Start Your Project"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-uses-tablet-governmental-cyber-security-room-working-russian-flag_482257-90680.jpg"
|
||||
description="Where Ideas Rise Into Reality. RiseLab accelerates innovation through advanced technology infrastructure and expert collaboration. Transform your concept into market-ready solutions."
|
||||
secondaryButton={{"href":"#about","text":"Learn More"}}
|
||||
brand="RiseLab"
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user