style updates
This commit is contained in:
@@ -2,6 +2,7 @@ import { TechnologyHero } from './components/TechnologyHero';
|
||||
import { TechnologyArchitecture } from './components/TechnologyArchitecture';
|
||||
import { TechnologyStack } from './components/TechnologyStack';
|
||||
import { TechnologicalBenefits } from './components/TechnologicalBenefits';
|
||||
import { MarketplaceCta } from './components/MarketplaceCta';
|
||||
|
||||
export const TechnologyPage = () => {
|
||||
return (
|
||||
@@ -10,6 +11,7 @@ export const TechnologyPage = () => {
|
||||
<TechnologyStack />
|
||||
<TechnologyArchitecture />
|
||||
<TechnologicalBenefits />
|
||||
<MarketplaceCta />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user